Searched refs:screen_width (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/parted/
H A Dcommand.c122 str_list_print_wrap (cmd->summary, screen_width(), 2, 8);
132 str_list_print_wrap (cmd->help, screen_width(), 8, 8);
H A Dui.h32 extern int screen_width ();
H A Dui.c212 screen_width () function
616 str_list_print_wrap (text, screen_width (), 0, 0);
1471 str_list_print_wrap (list, screen_width (), 0, 0);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dldterm.h160 uchar_t screen_width; member in struct:_ldterm_eucpc_data
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dldterm.c4427 tp->t_csdata.eucpc_data[0].screen_width =
4431 tp->t_csdata.eucpc_data[1].screen_width =
4435 tp->t_csdata.eucpc_data[2].screen_width =
4535 csdp->eucpc_data[i].screen_width >
4545 if (csdp->eucpc_data[i].screen_width >
4548 csdp->eucpc_data[i].screen_width;
4564 if (csdp->eucpc_data[i].screen_width >
4567 csdp->eucpc_data[i].screen_width;
4650 csdp->eucpc_data[0].screen_width;
4655 csdp->eucpc_data[1].screen_width;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dstty.c784 kcswp.eucpc_data[i].screen_width,

Completed in 174 milliseconds