Home
last modified time | relevance | path

Searched refs:VFunction (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dterminal.h59 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 …]
H A Dterminal.c58 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 …]
H A Ddoc.h59 VFunction *func;
80 #define InfoFunction(ic) ((ic) ? (ic)->func : (VFunction *) NULL)
84 typedef VFunction InfoCommand;
H A Dsession.c54 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 …]
H A Decho-area.c42 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)
H A Dinfo.h38 typedef void VFunction (); typedef
H A Decho-area.h41 extern VFunction *ea_last_executed_command;
H A Dwindow.h131 extern VFunction *window_deletion_notifier;
H A Dinfo.c452 info_last_executed_command = (VFunction *)NULL; in main()
H A Dinfodoc.c339 if (InfoFunction(cmd) != (VFunction *) info_do_lowercase_version
703 == (VFunction *) info_do_lowercase_version)
H A Dsession.h41 extern VFunction *info_last_executed_command;
H A Dwindow.c104 VFunction *window_deletion_notifier = NULL;
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Drltypedefs.h36 typedef void VFunction () __attribute__ ((deprecated)); typedef
41 typedef void VFunction ();
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltypedefs.h36 typedef void VFunction () __attribute__ ((deprecated)); typedef
41 typedef void VFunction ();
H A DCHANGES1411 k. The Function, CPFunction, CPPFunction, and VFunction typedefs have been
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog979 * info/doc.h (InfoFunction): cast NULL to VFunction *, to