HelenOS sources
table_cell_t 77 uspace/lib/c/generic/io/table.c static errno_t table_row_add_cell(table_row_t *row, table_cell_t **rcell)
table_cell_t 79 uspace/lib/c/generic/io/table.c table_cell_t *cell;
table_cell_t 81 uspace/lib/c/generic/io/table.c cell = calloc(1, sizeof(table_cell_t));
table_cell_t 209 uspace/lib/c/generic/io/table.c static table_cell_t *table_row_cell_first(table_row_t *row)
table_cell_t 217 uspace/lib/c/generic/io/table.c return list_get_instance(link, table_cell_t, lrow);
table_cell_t 225 uspace/lib/c/generic/io/table.c static table_cell_t *table_row_cell_next(table_cell_t *cur)
table_cell_t 233 uspace/lib/c/generic/io/table.c return list_get_instance(link, table_cell_t, lrow);
table_cell_t 275 uspace/lib/c/generic/io/table.c static errno_t table_cell_extend(table_cell_t *cell, const char *str, size_t len)
table_cell_t 340 uspace/lib/c/generic/io/table.c table_cell_t *cell;
table_cell_t 383 uspace/lib/c/generic/io/table.c table_cell_t *cell;
table_cell_t 93 uspace/lib/c/include/io/table.h table_cell_t *wcell;
table_cell_t 93 uspace/lib/posix/include/libc/io/table.h table_cell_t *wcell;
HelenOS homepage, sources at GitHub