Searched refs:wclrtobot (Results 1 – 20 of 20) sorted by relevance
47 wclrtobot(WINDOW *win) in NCURSES_EXPORT()
30 call OK wclrtobot $win1
105 wmove(wnd, y, 0); wclrtobot(wnd); in showpigs()
431 wmove(wnd, 0, 0); wclrtobot(wnd); in labelnetstat()512 wmove(wnd, lastrow, 0); wclrtobot(wnd); in shownetstat()
165 wmove(wnd, row, 0); wclrtobot(wnd); in labeliostat()
220 extern void wclrtobot P_((WINDOW *window));
864 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()
2594 wclrtobot(window) /* delete from current position to end of the window */ in wclrtobot() function
96 wclrtobot(win); in cl_screen()
408 "wclrtobot" @303 NONAME
324 "wclrtobot" @303 NONAME ; implemented
145 wclrtobot(win); in print_form()
565 curs_clear.3 wclrtobot.3 \
858 extern NCURSES_EXPORT(int) wclrtobot (WINDOW *); /* implemented */1296 #define clrtobot() wclrtobot(stdscr)
207 #undef wclrtobot208 int wclrtobot(
244 #undef wclrtobot245 int wclrtobot(
2960 wclrtobot(form->w); in FE_Clear_To_End_Of_Field()
4946 report_return(wclrtobot(win)); in cmd_wclrtobot()