Lines Matching refs:VFunction
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()
3989 || func == (VFunction *) isearch_backward) in incremental_search()
3996 if ((func == (VFunction *) isearch_forward && dir > 0) || in incremental_search()
3997 (func == (VFunction *) isearch_backward && dir < 0)) in incremental_search()
4033 else if (func == (VFunction *) info_abort_key) in incremental_search()
4061 if (isearch_string_index && func != (VFunction *) info_abort_key) in incremental_search()
4080 if (func == (VFunction *) info_abort_key) in incremental_search()
4395 info_last_executed_command = (VFunction *)NULL;
4614 VFunction *func; in info_dispatch_on_key()
4617 if (func != (VFunction *)NULL) in info_dispatch_on_key()
4620 if (func == (VFunction *) info_do_lowercase_version) in info_dispatch_on_key()
4771 == (VFunction *) info_universal_argument)