Searched refs:screen_width (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/latencytop/common/ |
H A D | display.c | 56 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 D | ldterm.h | 160 uchar_t screen_width; member in struct:_ldterm_eucpc_data
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ldterm.c | 4437 tp->t_csdata.eucpc_data[0].screen_width = 4441 tp->t_csdata.eucpc_data[1].screen_width = 4445 tp->t_csdata.eucpc_data[2].screen_width = 4545 csdp->eucpc_data[i].screen_width > 4555 if (csdp->eucpc_data[i].screen_width > 4558 csdp->eucpc_data[i].screen_width; 4574 if (csdp->eucpc_data[i].screen_width > 4577 csdp->eucpc_data[i].screen_width; 4660 csdp->eucpc_data[0].screen_width; 4665 csdp->eucpc_data[1].screen_width; [all...] |
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | stty.c | 787 kcswp.eucpc_data[i].screen_width,
|
Completed in 88 milliseconds