Home
last modified time | relevance | path

Searched refs:screen_width (Results 1 – 4 of 4) sorted by relevance

/titanic_44/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)); 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 …]
/titanic_44/usr/src/uts/common/sys/
H A Dldterm.h160 uchar_t screen_width; member
/titanic_44/usr/src/uts/common/io/
H A Dldterm.c4437 tp->t_csdata.eucpc_data[0].screen_width = in ldterm_do_ioctl()
4441 tp->t_csdata.eucpc_data[1].screen_width = in ldterm_do_ioctl()
4445 tp->t_csdata.eucpc_data[2].screen_width = in ldterm_do_ioctl()
4545 csdp->eucpc_data[i].screen_width > in ldterm_do_ioctl()
4555 if (csdp->eucpc_data[i].screen_width > in ldterm_do_ioctl()
4558 csdp->eucpc_data[i].screen_width; in ldterm_do_ioctl()
4574 if (csdp->eucpc_data[i].screen_width > in ldterm_do_ioctl()
4577 csdp->eucpc_data[i].screen_width; in ldterm_do_ioctl()
4660 csdp->eucpc_data[0].screen_width; in ldterm_do_ioctl()
4665 csdp->eucpc_data[1].screen_width; in ldterm_do_ioctl()
[all …]
/titanic_44/usr/src/cmd/ttymon/
H A Dstty.c787 kcswp.eucpc_data[i].screen_width, in prencode()