HelenOS sources

table_column_t     44 uspace/lib/c/generic/io/table.c static table_column_t *table_column_first(table_t *);
table_column_t     45 uspace/lib/c/generic/io/table.c static table_column_t *table_column_next(table_column_t *);
table_column_t    102 uspace/lib/c/generic/io/table.c static errno_t table_add_column(table_t *table, table_column_t **rcolumn)
table_column_t    104 uspace/lib/c/generic/io/table.c 	table_column_t *column;
table_column_t    106 uspace/lib/c/generic/io/table.c 	column = calloc(1, sizeof(table_column_t));
table_column_t    241 uspace/lib/c/generic/io/table.c static table_column_t *table_column_first(table_t *table)
table_column_t    249 uspace/lib/c/generic/io/table.c 	return list_get_instance(link, table_column_t, ltable);
table_column_t    257 uspace/lib/c/generic/io/table.c static table_column_t *table_column_next(table_column_t *cur)
table_column_t    265 uspace/lib/c/generic/io/table.c 	return list_get_instance(link, table_column_t, ltable);
table_column_t    341 uspace/lib/c/generic/io/table.c 	table_column_t *column;
table_column_t    384 uspace/lib/c/generic/io/table.c 	table_column_t *column;
table_column_t     95 uspace/lib/c/include/io/table.h 	table_column_t *wcolumn;
table_column_t     95 uspace/lib/posix/include/libc/io/table.h 	table_column_t *wcolumn;
HelenOS homepage, sources at GitHub