Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_clrbot.c47 wclrtobot(WINDOW *win) in NCURSES_EXPORT()
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dclear30 call OK wclrtobot $win1
/freebsd/usr.bin/systat/
H A Dpigs.c105 wmove(wnd, y, 0); wclrtobot(wnd); in showpigs()
H A Dnetstat.c431 wmove(wnd, 0, 0); wclrtobot(wnd); in labelnetstat()
512 wmove(wnd, lastrow, 0); wclrtobot(wnd); in shownetstat()
H A Diostat.c165 wmove(wnd, row, 0); wclrtobot(wnd); in labeliostat()
/freebsd/contrib/ee/
H A Dnew_curse.h220 extern void wclrtobot P_((WINDOW *window));
H A Dee.c864 wclrtobot(text_win); in delete()
1112 wclrtobot(text_win); in insert_line()
1372 wclrtobot(text_win); in nextline()
2374 wclrtobot(text_win); in draw_screen()
H A Dnew_curse.c2594 wclrtobot(window) /* delete from current position to end of the window */ in wclrtobot() function
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c96 wclrtobot(win); in cl_screen()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def408 "wclrtobot" @303 NONAME
H A Dncurses.ref324 "wclrtobot" @303 NONAME ; implemented
/freebsd/contrib/dialog/
H A Dformbox.c145 wclrtobot(win); in print_form()
/freebsd/lib/ncurses/tinfo/
H A DMakefile565 curs_clear.3 wclrtobot.3 \
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in858 extern NCURSES_EXPORT(int) wclrtobot (WINDOW *); /* implemented */
1296 #define clrtobot() wclrtobot(stdscr)
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest207 #undef wclrtobot
208 int wclrtobot(
H A Dllib-lncurses207 #undef wclrtobot
208 int wclrtobot(
H A Dllib-lncursestw244 #undef wclrtobot
245 int wclrtobot(
H A Dllib-lncursesw244 #undef wclrtobot
245 int wclrtobot(
/freebsd/contrib/ncurses/form/
H A Dfrm_driver.c2960 wclrtobot(form->w); in FE_Clear_To_End_Of_Field()
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c4946 report_return(wclrtobot(win)); in cmd_wclrtobot()