HelenOS sources

TASK_NUM_COLUMNS  412 uspace/app/top/top.c 	data->table.num_columns = TASK_NUM_COLUMNS;
TASK_NUM_COLUMNS  414 uspace/app/top/top.c 	data->table.num_fields = data->tasks_count * TASK_NUM_COLUMNS;
TASK_NUM_COLUMNS  442 uspace/app/top/top.c 		field += TASK_NUM_COLUMNS;
TASK_NUM_COLUMNS  413 uspace/dist/src/c/demos/top/top.c 	data->table.num_columns = TASK_NUM_COLUMNS;
TASK_NUM_COLUMNS  415 uspace/dist/src/c/demos/top/top.c 	data->table.num_fields = data->tasks_count * TASK_NUM_COLUMNS;
TASK_NUM_COLUMNS  443 uspace/dist/src/c/demos/top/top.c 		field += TASK_NUM_COLUMNS;
HelenOS homepage, sources at GitHub