HelenOS sources
IPC_NUM_COLUMNS 451 uspace/app/top/top.c data->table.num_columns = IPC_NUM_COLUMNS;
IPC_NUM_COLUMNS 453 uspace/app/top/top.c data->table.num_fields = data->tasks_count * IPC_NUM_COLUMNS;
IPC_NUM_COLUMNS 475 uspace/app/top/top.c field += IPC_NUM_COLUMNS;
IPC_NUM_COLUMNS 452 uspace/dist/src/c/demos/top/top.c data->table.num_columns = IPC_NUM_COLUMNS;
IPC_NUM_COLUMNS 454 uspace/dist/src/c/demos/top/top.c data->table.num_fields = data->tasks_count * IPC_NUM_COLUMNS;
IPC_NUM_COLUMNS 476 uspace/dist/src/c/demos/top/top.c field += IPC_NUM_COLUMNS;
HelenOS homepage, sources at GitHub