Searched refs:VFunction (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/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_hoo
[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 *)NUL
[all...]
H A Ddoc.h27 #include "info.h" /* for NAMED_FUNCTIONS, VFunction, etc. */
59 VFunction *func;
78 /* The cast to VFunction * prevents pgcc from complaining about
80 #define InfoFunction(ic) ((ic) ? (ic)->func : (VFunction *) NULL)
84 typedef VFunction InfoCommand;
H A Decho-area.h41 extern VFunction *ea_last_executed_command;
H A Dinfo.h38 typedef void VFunction (); typedef
H A Dwindow.h131 extern VFunction *window_deletion_notifier;
H A Dsession.c54 VFunction *info_last_executed_command = NULL;
202 if ((info_last_executed_command != (VFunction *) info_next_line) &&
203 (info_last_executed_command != (VFunction *) info_prev_line))
240 if (ea_last_executed_command == (VFunction *) ea_newline ||
243 ea_last_executed_command = (VFunction *)NULL;
247 if (info_last_executed_command == (VFunction *) info_quit)
250 else if (info_last_executed_command == (VFunction *) info_quit)
289 window_deletion_notifier = (VFunction *) forget_window_and_nodes;
3931 VFunction *func = (VFunction *)NUL
[all...]
H A Decho-area.c42 VFunction *ea_last_executed_command = (VFunction *)NULL;
584 if (((ea_last_executed_command != (VFunction *) ea_yank) &&
585 (ea_last_executed_command != (VFunction *) ea_yank_pop)) ||
1106 if (ea_last_executed_command == (VFunction *) ea_complete)
H A Dinfo.c453 info_last_executed_command = (VFunction *)NULL;
H A Dsession.h41 extern VFunction *info_last_executed_command;
H A Dinfodoc.c339 if (InfoFunction(cmd) != (VFunction *) info_do_lowercase_version
704 == (VFunction *) info_do_lowercase_version)
H A Dwindow.c104 VFunction *window_deletion_notifier = NULL;
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Drltypedefs.h36 typedef void VFunction () __attribute__ ((deprecated)); typedef
41 typedef void VFunction (); typedef
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Drltypedefs.h36 typedef void VFunction () __attribute__ ((deprecated)); typedef
41 typedef void VFunction (); typedef

Completed in 193 milliseconds