Home
last modified time | relevance | path

Searched refs:wclrtobot (Results 1 – 23 of 23) sorted by relevance

/freebsd-12-stable/contrib/ncurses/ncurses/base/
Dlib_clrbot.c46 wclrtobot(WINDOW *win) in NCURSES_EXPORT()
/freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/tests/
Dclear30 call OK wclrtobot $win1
/freebsd-12-stable/usr.bin/systat/
Dpigs.c113 wmove(wnd, y, 0); wclrtobot(wnd); in showpigs()
Dnetstat.c448 wmove(wnd, 0, 0); wclrtobot(wnd); in labelnetstat()
529 wmove(wnd, lastrow, 0); wclrtobot(wnd); in shownetstat()
Diostat.c170 wmove(wnd, row, 0); wclrtobot(wnd); in labeliostat()
/freebsd-12-stable/contrib/ee/
Dnew_curse.h220 extern void wclrtobot P_((WINDOW *window));
Dee.c870 wclrtobot(text_win);
1125 wclrtobot(text_win);
1375 wclrtobot(text_win); in nextline()
2384 wclrtobot(text_win); in draw_screen()
Dnew_curse.c2594 wclrtobot(window) /* delete from current position to end of the window */ in wclrtobot() function
/freebsd-12-stable/contrib/nvi/cl/
Dcl_screen.c96 wclrtobot(win); in cl_screen()
/freebsd-12-stable/contrib/gdb/gdb/tui/
Dtui-io.c260 wclrtobot (w); in tui_redisplay_readline()
/freebsd-12-stable/contrib/ncurses/misc/
Dncurses.def408 "wclrtobot" @303 NONAME
Dncurses.ref324 "wclrtobot" @303 NONAME ; implemented
/freebsd-12-stable/contrib/dialog/
Dformbox.c145 wclrtobot(win); in print_form()
Dbuildlist.c132 wclrtobot(win); in print_1_list()
/freebsd-12-stable/contrib/gcc/
Dsys-protos.h1246 extern int wclrtobot(WINDOW *);
/freebsd-12-stable/lib/ncurses/ncurses/
DMakefile652 curs_clear.3 wclrtobot.3 \
/freebsd-12-stable/contrib/ncurses/ncurses/
Dllib-lncurses206 #undef wclrtobot
207 int wclrtobot(
Dllib-lncursest208 #undef wclrtobot
209 int wclrtobot(
Dllib-lncursesw245 #undef wclrtobot
246 int wclrtobot(
Dllib-lncursestw245 #undef wclrtobot
246 int wclrtobot(
/freebsd-12-stable/contrib/ncurses/include/
Dcurses.h.in811 extern NCURSES_EXPORT(int) wclrtobot (WINDOW *); /* implemented */
1212 #define clrtobot() wclrtobot(stdscr)
/freebsd-12-stable/contrib/ncurses/form/
Dfrm_driver.c2889 wclrtobot(form->w); in FE_Clear_To_End_Of_Field()
/freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/slave/
Dcurses_commands.c4946 report_return(wclrtobot(win)); in cmd_wclrtobot()