Searched refs:screen_width (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/latencytop/ |
H A D | display.c | 56 static int screen_width = 1, screen_height = 1; variable 229 fill_space_right(header, screen_width, sizeof (header)); in print_sysglobal() 270 (void) mvwprintw(process_window, 0, screen_width - 8, "View: %c%c", in print_current_mode() 290 fill_space_right(header, screen_width, sizeof (header)); in print_empty_process_bar() 321 fill_space_right(header, screen_width, sizeof (header)); in print_process() 355 number_item = (screen_width / ITEM_WIDTH) - 1; in print_taskbar_process() 366 while (xpos + ITEM_WIDTH <= screen_width && i < pidlist_len) { in print_taskbar_process() 401 (void) mvwprintw(taskbar, 0, screen_width - 2, "->"); in print_taskbar_process() 428 number_item = (screen_width - 8) / ITEM_WIDTH; in print_taskbar_thread() 439 while (xpos + ITEM_WIDTH <= screen_width && i < list_len) { in print_taskbar_thread() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ldterm.h | 158 uchar_t screen_width; member
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ldterm.c | 4459 tp->t_csdata.eucpc_data[0].screen_width = in ldterm_do_ioctl() 4463 tp->t_csdata.eucpc_data[1].screen_width = in ldterm_do_ioctl() 4467 tp->t_csdata.eucpc_data[2].screen_width = in ldterm_do_ioctl() 4567 csdp->eucpc_data[i].screen_width > in ldterm_do_ioctl() 4577 if (csdp->eucpc_data[i].screen_width > in ldterm_do_ioctl() 4580 csdp->eucpc_data[i].screen_width; in ldterm_do_ioctl() 4596 if (csdp->eucpc_data[i].screen_width > in ldterm_do_ioctl() 4599 csdp->eucpc_data[i].screen_width; in ldterm_do_ioctl() 4681 csdp->eucpc_data[0].screen_width; in ldterm_do_ioctl() 4686 csdp->eucpc_data[1].screen_width; in ldterm_do_ioctl() [all …]
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | stty.c | 795 kcswp.eucpc_data[i].screen_width, in prencode()
|