Home
last modified time | relevance | path

Searched refs:stdscr (Results 101 – 125 of 228) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinitscr.c106 return (stdscr); in initscr()
109 (void) delwin(stdscr); in initscr()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c53 WINDOW *stdscr; variable
354 if (stdscr == (WINDOW *) 0) {
356 stdscr = newwin(lines - n, 0, rip.top, 0);
357 if (stdscr == (WINDOW *) 0)
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_insertln.c49 return (winsdelln(stdscr, 1)); in insertln()
H A D_refresh.c49 return (wrefresh(stdscr)); in refresh()
H A D_standend.c49 return (wstandend(stdscr)); in standend()
H A D_standout.c49 return (wstandout(stdscr)); in standout()
H A DV3.m_clear.c49 return (wclear(stdscr)); in m_clear()
H A DV3.m_erase.c49 return (werase(stdscr)); in m_erase()
H A DV3.m_refresh.c49 return (wrefresh(stdscr)); in m_refresh()
H A D_clear.c49 return (wclear(stdscr)); in clear()
H A D_clrtobot.c49 return (wclrtobot(stdscr)); in clrtobot()
H A D_clrtoeol.c49 return (wclrtoeol(stdscr)); in clrtoeol()
H A D_delch.c49 return (wdelch(stdscr)); in delch()
H A D_deleteln.c49 return (winsdelln(stdscr, -1)); in deleteln()
H A D_erase.c49 return (werase(stdscr)); in erase()
H A D_getch.c49 return (wgetch(stdscr)); in getch()
H A D_getwch.c40 return (wgetwch(stdscr)); in getwch()
H A D_inwch.c40 return (winwch(stdscr)); in inwch()
H A D_inch.c49 return (winch(stdscr)); in inch()
H A D_addstr.c49 return (waddstr(stdscr, str)); in addstr()
H A D_insdelln.c49 return (winsdelln(stdscr, id)); in insdelln()
H A D_insstr.c49 return (winsstr(stdscr, s)); in insstr()
H A D_instr.c49 return (winstr(stdscr, s)); in instr()
H A D_scrl.c49 return (wscrl(stdscr, n)); in scrl()
H A D_timeout.c49 wtimeout(stdscr, tm); in timeout()

12345678910