HomeSort by: relevance | last modified time | path
    Searched refs:wclrtobot (Results 1 - 16 of 16) sorted by relevancy

  /src/lib/libcurses/
clrtobot.c 54 return wclrtobot(stdscr);
60 * wclrtobot --
64 wclrtobot(WINDOW *win) function in typeref:typename:int
Makefile 191 curses_clear.3 wclear.3 curses_clear.3 wclrtobot.3 \
curses.h 450 #define clrtobot() wclrtobot(stdscr)
794 int wclrtobot(WINDOW *);
  /src/games/atc/
graphics.c 286 (void)wclrtobot(input);
313 (void)wclrtobot(input);
322 (void)wclrtobot(input);
341 wclrtobot(planes);
375 (void)wclrtobot(input);
  /src/usr.bin/systat/
mbufs.c 118 wclrtobot(wnd);
df.c 128 wclrtobot(wnd);
swap.c 146 wclrtobot(wnd);
pigs.c 141 wmove(wnd, y, 0); wclrtobot(wnd);
bufcache.c 180 wclrtobot(wnd);
214 wclrtobot(wnd);
iostat.c 110 wmove(wnd, row, 0); wclrtobot(wnd);
netstat.c 415 wmove(wnd, 0, 0); wclrtobot(wnd);
524 wmove(wnd, lastrow, 0); wclrtobot(wnd);
ps.c 139 wclrtobot(wnd);
  /src/games/mille/
init.c 152 wclrtobot(Miles);
  /src/games/cribbage/
crib.c 152 wclrtobot(Msgwin);
  /src/usr.sbin/sysinst/
util.c 1196 wclrtobot(mainwin);
  /src/tests/lib/libcurses/slave/
curses_commands.c 3012 report_return(wclrtobot(win));

Completed in 53 milliseconds