Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c56 static int screen_width = 1, screen_height = 1; variable
355 number_item = (screen_width / ITEM_WIDTH) - 1; 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()
490 (void) mvwprintw(taskbar, 0, screen_width - 2, "->"); in print_taskbar_thread()
744 getmaxyx(stdscr, screen_height, screen_width); in lt_display_init()
756 titlebar = subwin(stdscr, 1, screen_width, 0, 0); in lt_display_init()
757 captionbar = subwin(stdscr, 1, screen_width, 1, 0); in lt_display_init()
759 screen_width, 2, 0); in lt_display_init()
761 screen_width, screen_height / 2 + 1, 0); in lt_display_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dldterm.h158 uchar_t screen_width; member
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c4459 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 Dstty.c795 kcswp.eucpc_data[i].screen_width, in prencode()