Searched refs:stdscr (Results 201 - 212 of 212) sorted by relevance

123456789

/osnet-11/usr/src/cmd/powertop/common/
H A Ddisplay.c127 getmaxyx(stdscr, win_rows, win_cols);
186 sw[SW_TITLE] = subwin(stdscr, SINGLE_LINE_SW, win_cols, pos_y, 0);
189 sw[SW_IDLE] = subwin(stdscr, cstate_lines, win_cols/2 + 1, pos_y, 0);
190 sw[SW_FREQ] = subwin(stdscr, cstate_lines, win_cols/2 - 8, pos_y,
194 sw[SW_WAKEUPS] = subwin(stdscr, SINGLE_LINE_SW, win_cols, pos_y, 0);
197 sw[SW_POWER] = subwin(stdscr, SINGLE_LINE_SW, win_cols, pos_y, 0);
204 sw[SW_EVENTS] = subwin(stdscr, event_lines, win_cols, pos_y, 0);
212 sw[SW_SUGG] = subwin(stdscr, SINGLE_LINE_SW, win_cols, pos_y, 0);
215 sw[SW_STATUS] = subwin(stdscr, SINGLE_LINE_SW, win_cols, pos_y, 0);
242 (void) keypad(stdscr, TRU
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwscrl.c56 if (win == stdscr)
57 fprintf(outf, "scroll(stdscr, %d)\n", n);
H A Dwaddnstr.c64 if (win == stdscr)
65 fprintf(outf, "waddnstr(stdscr, ");
H A Dnewscreen.c278 fprintf(outf, "SP %x, stdscr %x, curscr %x\n",
292 stdscr = SP->std_scr;
/osnet-11/usr/src/lib/libeti/panel/common/
H A Ddelete.c98 (void) touchline(stdscr, panel->wstarty,
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c61 WINDOW *stdscr; variable
167 * creating stdscr.
173 * stdscr; else if line is negative (-1), one line is removed from the end.
370 if (stdscr == NULL) {
371 stdscr = newwin(lines - n, 0, rip.top, 0);
372 if (stdscr == NULL)
392 LINES = stdscr->_maxy = sp->_curscr->_maxy - n;
H A Dwrefresh.c86 if (w == stdscr)
/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c176 scrollok (stdscr, TRUE);
177 keypad (stdscr, TRUE);
178 wtimeout (stdscr, 100);
570 getyx (stdscr, y, x);
572 scroll (stdscr);
580 getyx (stdscr, y, x);
689 wtimeout (stdscr, -1);
691 wtimeout (stdscr, 100);
711 getyx (stdscr, y, x);
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c55 WINDOW *stdscr; variable
161 * creating stdscr.
167 * stdscr; else if line is negative (-1), one line is removed from the end.
356 if (stdscr == (WINDOW *) 0) {
358 stdscr = newwin(lines - n, 0, rip.top, 0);
359 if (stdscr == (WINDOW *) 0)
/osnet-11/usr/src/lib/libeti/menu/inc/
H A Dprivate.h61 #define UW(m) (UserWin(m) ? UserWin(m) : stdscr)
/osnet-11/usr/src/lib/libeti/form/inc/
H A Dutility.h135 #define Win(f) ((f) -> win ? (f) -> win : stdscr)
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c418 getmaxyx(stdscr, maxy, maxx);
452 getmaxyx(stdscr, maxy, maxx);
521 (void) clearok(stdscr, 1);
527 (void) clearok(stdscr, 0);

Completed in 44 milliseconds

123456789