Searched refs:VFunction (Results 1 – 16 of 16) sorted by relevance
59 extern VFunction *terminal_initialize_terminal_hook;64 extern VFunction *terminal_get_screen_size_hook;70 extern VFunction *terminal_prep_terminal_hook;71 extern VFunction *terminal_unprep_terminal_hook;75 extern VFunction *terminal_new_terminal_hook;79 extern VFunction *terminal_goto_xy_hook;83 extern VFunction *terminal_put_text_hook;87 extern VFunction *terminal_write_chars_hook;91 extern VFunction *terminal_clear_to_eol_hook;95 extern VFunction *terminal_clear_screen_hook;[all …]
58 VFunction *terminal_begin_inverse_hook = (VFunction *)NULL;59 VFunction *terminal_end_inverse_hook = (VFunction *)NULL;60 VFunction *terminal_prep_terminal_hook = (VFunction *)NULL;61 VFunction *terminal_unprep_terminal_hook = (VFunction *)NULL;62 VFunction *terminal_up_line_hook = (VFunction *)NULL;63 VFunction *terminal_down_line_hook = (VFunction *)NULL;64 VFunction *terminal_clear_screen_hook = (VFunction *)NULL;65 VFunction *terminal_clear_to_eol_hook = (VFunction *)NULL;66 VFunction *terminal_get_screen_size_hook = (VFunction *)NULL;67 VFunction *terminal_goto_xy_hook = (VFunction *)NULL;[all …]
59 VFunction *func;80 #define InfoFunction(ic) ((ic) ? (ic)->func : (VFunction *) NULL)84 typedef VFunction InfoCommand;
54 VFunction *info_last_executed_command = NULL;202 if ((info_last_executed_command != (VFunction *) info_next_line) && in info_read_and_dispatch()203 (info_last_executed_command != (VFunction *) info_prev_line)) in info_read_and_dispatch()240 if (ea_last_executed_command == (VFunction *) ea_newline || in info_read_and_dispatch()243 ea_last_executed_command = (VFunction *)NULL; in info_read_and_dispatch()247 if (info_last_executed_command == (VFunction *) info_quit) in info_read_and_dispatch()250 else if (info_last_executed_command == (VFunction *) info_quit) in info_read_and_dispatch()289 window_deletion_notifier = (VFunction *) forget_window_and_nodes; in initialize_info_session()3921 VFunction *func = (VFunction *)NULL; in incremental_search()3988 else if (func == (VFunction *) isearch_forward in incremental_search()[all …]
42 VFunction *ea_last_executed_command = (VFunction *)NULL;582 if (((ea_last_executed_command != (VFunction *) ea_yank) &&583 (ea_last_executed_command != (VFunction *) ea_yank_pop)) ||1103 if (ea_last_executed_command == (VFunction *) ea_complete)
38 typedef void VFunction (); typedef
41 extern VFunction *ea_last_executed_command;
131 extern VFunction *window_deletion_notifier;
452 info_last_executed_command = (VFunction *)NULL; in main()
339 if (InfoFunction(cmd) != (VFunction *) info_do_lowercase_version703 == (VFunction *) info_do_lowercase_version)
41 extern VFunction *info_last_executed_command;
104 VFunction *window_deletion_notifier = NULL;
36 typedef void VFunction () __attribute__ ((deprecated)); typedef41 typedef void VFunction ();
1411 k. The Function, CPFunction, CPPFunction, and VFunction typedefs have been
979 * info/doc.h (InfoFunction): cast NULL to VFunction *, to