HelenOS sources

table_column_first   44 uspace/lib/c/generic/io/table.c static table_column_t *table_column_first(table_t *);
table_column_first  136 uspace/lib/c/generic/io/table.c 		table->wcolumn = table_column_first(table);
table_column_first  362 uspace/lib/c/generic/io/table.c 	column = table_column_first(table);
table_column_first  367 uspace/lib/c/generic/io/table.c 		column = table_column_first(table);
table_column_first  401 uspace/lib/c/generic/io/table.c 		column = table_column_first(table);
table_column_first  426 uspace/lib/c/generic/io/table.c 			column = table_column_first(table);
HelenOS homepage, sources at GitHub