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

/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c56 static int screen_width = 1, screen_height = 1; variable
229 fill_space_right(header, screen_width, sizeof (header));
270 (void) mvwprintw(process_window, 0, screen_width - 8, "View: %c%c",
290 fill_space_right(header, screen_width, sizeof (header));
321 fill_space_right(header, screen_width, sizeof (header));
355 number_item = (screen_width / ITEM_WIDTH) - 1;
366 while (xpos + ITEM_WIDTH <= screen_width && i < pidlist_len) {
401 (void) mvwprintw(taskbar, 0, screen_width - 2, "->");
428 number_item = (screen_width - 8) / ITEM_WIDTH;
439 while (xpos + ITEM_WIDTH <= screen_width
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dldterm.h160 uchar_t screen_width; member in struct:_ldterm_eucpc_data

Completed in 60 milliseconds