Searched refs:ITEM_WIDTH (Results 1 – 1 of 1) sorted by relevance
345 const int ITEM_WIDTH = 8; in print_taskbar_process() local355 number_item = (screen_width / ITEM_WIDTH) - 1; in print_taskbar_process()364 xpos = ITEM_WIDTH / 2; in print_taskbar_process()366 while (xpos + ITEM_WIDTH <= screen_width && i < pidlist_len) { in print_taskbar_process()367 char str[ITEM_WIDTH+1]; in print_taskbar_process()380 if (slen < ITEM_WIDTH) { in print_taskbar_process()381 (void) memset(&str[slen], ' ', ITEM_WIDTH - slen); in print_taskbar_process()396 xpos += ITEM_WIDTH; in print_taskbar_process()415 const int ITEM_WIDTH = 12; in print_taskbar_thread() local428 number_item = (screen_width - 8) / ITEM_WIDTH; in print_taskbar_thread()[all …]