Lines Matching defs:window

2023 wmove(window, row, column)	/* move cursor to indicated position in window */  in wmove()  argument
2057 werase(window) /* clear the specified window */ in werase() argument
2070 wclrtoeol(window) /* erase from current cursor position to end of line */ in wclrtoeol() argument
2085 wrefresh(window) /* flush all previous output */ in wrefresh() argument
2124 touchwin(window) in touchwin() argument
2139 wnoutrefresh(window) in wnoutrefresh() argument
2257 wgetch(window) /* get character from specified window */ in wgetch() argument
2413 waddch(window, c) /* output the character in the specified window */ in waddch() argument
2491 winsertln(window) /* insert a blank line into the specified window */ in winsertln() argument
2540 wdeleteln(window) /* delete a line in the specified window */ in wdeleteln() argument
2594 wclrtobot(window) /* delete from current position to end of the window */ in wclrtobot() argument
2615 wstandout(window) /* begin standout mode in window */ in wstandout() argument
2623 wstandend(window) /* end standout mode in window */ in wstandend() argument
2630 waddstr(window, string) /* write 'string' in window */ in waddstr() argument
2641 clearok(window, flag) /* erase screen and redraw at next refresh */ in clearok() argument
2764 nodelay(window, flag) in nodelay() argument
2771 idlok(window, flag) in idlok() argument
2778 keypad(window, flag) in keypad() argument
2830 delwin(window) /* delete the window structure */ in delwin() argument
2863 WINDOW *window; in wprintw() local
2930 iout(window, value) /* output characters */ in iout() argument
2972 Insert_line(row, end_row, window) /* insert line into screen */ in Insert_line() argument
3034 Delete_line(row, end_row, window) /* delete a line on screen */ in Delete_line() argument
3105 CLEAR_TO_EOL(window, row, column) in CLEAR_TO_EOL() argument
3141 check_delete(window, line, offset, pointer_new, pointer_old) in check_delete() argument
3193 check_insert(window, line, offset, pointer_new, pointer_old) in check_insert() argument
3261 WINDOW *window; in doupdate() local
3667 Position(window, row, col) /* position the cursor for output on the screen */ in Position() argument