HelenOS sources

table_t           209 uspace/app/devctl/devctl.c 	table_t *table = NULL;
table_t           215 uspace/app/disp/disp.c 	table_t *table = NULL;
table_t           411 uspace/app/disp/disp.c 	table_t *table = NULL;
table_t           253 uspace/app/inet/inet.c 	table_t *table = NULL;
table_t           342 uspace/app/inet/inet.c 	table_t *table = NULL;
table_t           401 uspace/app/inet/inet.c 	table_t *table = NULL;
table_t           177 uspace/app/pci/pci.c 	table_t *table = NULL;
table_t           350 uspace/app/top/screen.c static inline void print_table_head(const table_t *table)
table_t           375 uspace/app/top/screen.c static inline void print_table(const table_t *table)
table_t           447 uspace/app/top/screen.c static inline void print_sort(table_t *table)
table_t           400 uspace/app/top/top.c static void sort_table(table_t *table)
table_t           149 uspace/app/top/top.h 	table_t table;
table_t           201 uspace/app/vol/vol.c 	table_t *table = NULL;
table_t           277 uspace/app/vol/vol.c 	table_t *table = NULL;
table_t           352 uspace/dist/src/c/demos/top/screen.c static inline void print_table_head(const table_t *table)
table_t           377 uspace/dist/src/c/demos/top/screen.c static inline void print_table(const table_t *table)
table_t           449 uspace/dist/src/c/demos/top/screen.c static inline void print_sort(table_t *table)
table_t           401 uspace/dist/src/c/demos/top/top.c static void sort_table(table_t *table)
table_t           149 uspace/dist/src/c/demos/top/top.h 	table_t table;
table_t            44 uspace/lib/c/generic/io/table.c static table_column_t *table_column_first(table_t *);
table_t            54 uspace/lib/c/generic/io/table.c static errno_t table_add_row(table_t *table, table_row_t **rrow)
table_t           102 uspace/lib/c/generic/io/table.c static errno_t table_add_column(table_t *table, table_column_t **rcolumn)
table_t           124 uspace/lib/c/generic/io/table.c static errno_t table_write_next_cell(table_t *table)
table_t           158 uspace/lib/c/generic/io/table.c static errno_t table_write_next_row(table_t *table)
table_t           177 uspace/lib/c/generic/io/table.c static table_row_t *table_row_first(table_t *table)
table_t           241 uspace/lib/c/generic/io/table.c static table_column_t *table_column_first(table_t *table)
table_t           301 uspace/lib/c/generic/io/table.c errno_t table_create(table_t **rtable)
table_t           303 uspace/lib/c/generic/io/table.c 	table_t *table;
table_t           306 uspace/lib/c/generic/io/table.c 	table = calloc(1, sizeof(table_t));
table_t           337 uspace/lib/c/generic/io/table.c void table_destroy(table_t *table)
table_t           380 uspace/lib/c/generic/io/table.c errno_t table_print_out(table_t *table, FILE *f)
table_t           461 uspace/lib/c/generic/io/table.c void table_header_row(table_t *table)
table_t           477 uspace/lib/c/generic/io/table.c errno_t table_printf(table_t *table, const char *fmt, ...)
table_t           551 uspace/lib/c/generic/io/table.c errno_t table_get_error(table_t *table)
table_t           561 uspace/lib/c/generic/io/table.c void table_set_margin_left(table_t *table, size_t mleft)
table_t           100 uspace/lib/c/include/io/table.h extern errno_t table_create(table_t **);
table_t           101 uspace/lib/c/include/io/table.h extern void table_destroy(table_t *);
table_t           102 uspace/lib/c/include/io/table.h extern errno_t table_print_out(table_t *, FILE *);
table_t           103 uspace/lib/c/include/io/table.h extern void table_header_row(table_t *);
table_t           104 uspace/lib/c/include/io/table.h extern errno_t table_printf(table_t *, const char *, ...);
table_t           105 uspace/lib/c/include/io/table.h extern errno_t table_get_error(table_t *);
table_t           106 uspace/lib/c/include/io/table.h extern void table_set_margin_left(table_t *, size_t);
table_t            38 uspace/lib/c/test/io/table.c 	table_t *table;
table_t           100 uspace/lib/posix/include/libc/io/table.h extern errno_t table_create(table_t **);
table_t           101 uspace/lib/posix/include/libc/io/table.h extern void table_destroy(table_t *);
table_t           102 uspace/lib/posix/include/libc/io/table.h extern errno_t table_print_out(table_t *, FILE *);
table_t           103 uspace/lib/posix/include/libc/io/table.h extern void table_header_row(table_t *);
table_t           104 uspace/lib/posix/include/libc/io/table.h extern errno_t table_printf(table_t *, const char *, ...);
table_t           105 uspace/lib/posix/include/libc/io/table.h extern errno_t table_get_error(table_t *);
table_t           106 uspace/lib/posix/include/libc/io/table.h extern void table_set_margin_left(table_t *, size_t);
HelenOS homepage, sources at GitHub