Searched defs:ITEM_WIDTH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c345 const int ITEM_WIDTH = 8; local
355 number_item = (screen_width / ITEM_WIDTH) - 1;
364 xpos = ITEM_WIDTH / 2;
366 while (xpos + ITEM_WIDTH <= screen_width && i < pidlist_len) {
367 char str[ITEM_WIDTH+1];
380 if (slen < ITEM_WIDTH) {
381 (void) memset(&str[slen], ' ', ITEM_WIDTH - slen);
396 xpos += ITEM_WIDTH;
415 const int ITEM_WIDTH = 12; local
428 number_item = (screen_width - 8) / ITEM_WIDTH;
[all...]

Completed in 46 milliseconds