HelenOS sources
table_row_t 54 uspace/lib/c/generic/io/table.c static errno_t table_add_row(table_t *table, table_row_t **rrow)
table_row_t 56 uspace/lib/c/generic/io/table.c table_row_t *row;
table_row_t 58 uspace/lib/c/generic/io/table.c row = calloc(1, sizeof(table_row_t));
table_row_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_row_t 177 uspace/lib/c/generic/io/table.c static table_row_t *table_row_first(table_t *table)
table_row_t 185 uspace/lib/c/generic/io/table.c return list_get_instance(link, table_row_t, ltable);
table_row_t 193 uspace/lib/c/generic/io/table.c static table_row_t *table_row_next(table_row_t *cur)
table_row_t 201 uspace/lib/c/generic/io/table.c return list_get_instance(link, table_row_t, ltable);
table_row_t 209 uspace/lib/c/generic/io/table.c static table_cell_t *table_row_cell_first(table_row_t *row)
table_row_t 339 uspace/lib/c/generic/io/table.c table_row_t *row;
table_row_t 382 uspace/lib/c/generic/io/table.c table_row_t *row;
table_row_t 91 uspace/lib/c/include/io/table.h table_row_t *wrow;
table_row_t 91 uspace/lib/posix/include/libc/io/table.h table_row_t *wrow;
HelenOS homepage, sources at GitHub