Lines Matching refs:window

37 extern void echo_area_inform_of_deleted_window (WINDOW *window);
40 extern char * info_read_completing_internal (WINDOW *window, char *prompt,
45 active window, so that we can restore it when we need to. PROMPT, if
47 extern char *info_read_in_echo_area (WINDOW *window, char *prompt);
51 char *info_read_completing_in_echo_area (WINDOW *window,
57 extern char *info_read_maybe_completing (WINDOW *window,
60 extern void ea_insert (WINDOW *window, int count, unsigned char key);
61 extern void ea_quoted_insert (WINDOW *window, int count, unsigned char key);
62 extern void ea_beg_of_line (WINDOW *window, int count, unsigned char key);
63 extern void ea_backward (WINDOW *window, int count, unsigned char key);
64 extern void ea_delete (WINDOW *window, int count, unsigned char key);
65 extern void ea_end_of_line (WINDOW *window, int count, unsigned char key);
66 extern void ea_forward (WINDOW *window, int count, unsigned char key);
67 extern void ea_abort (WINDOW *window, int count, unsigned char key);
68 extern void ea_rubout (WINDOW *window, int count, unsigned char key);
69 extern void ea_complete (WINDOW *window, int count, unsigned char key);
70 extern void ea_newline (WINDOW *window, int count, unsigned char key);
71 extern void ea_kill_line (WINDOW *window, int count, unsigned char key);
72 extern void ea_backward_kill_line (WINDOW *window, int count, unsigned char key);
73 extern void ea_transpose_chars (WINDOW *window, int count, unsigned char key);
74 extern void ea_yank (WINDOW *window, int count, unsigned char key);
75 extern void ea_tab_insert (WINDOW *window, int count, unsigned char key);
76 extern void ea_possible_completions (WINDOW *window, int count, unsigned char key);
77 extern void ea_backward_word (WINDOW *window, int count, unsigned char key);
78 extern void ea_kill_word (WINDOW *window, int count, unsigned char key);
79 extern void ea_forward_word (WINDOW *window, int count, unsigned char key);
80 extern void ea_yank_pop (WINDOW *window, int count, unsigned char key);
81 extern void ea_backward_kill_word (WINDOW *window, int count, unsigned char key);
82 extern void ea_scroll_completions_window (WINDOW *window, int count,