Home
last modified time | relevance | path

Searched refs:InfoFunction (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Ddoc.h80 #define InfoFunction(ic) ((ic) ? (ic)->func : (VFunction *) NULL) macro
85 #define InfoFunction(vf) ((vf)) macro
H A Dm-x.c153 if (InfoFunction(command))
154 (*InfoFunction(command)) (active_window, count, 0);
H A Dinfodoc.c339 if (InfoFunction(cmd) != (VFunction *) info_do_lowercase_version
584 if (InfoFunction(cmd) == function_doc_array[i].func)
609 if (InfoFunction(cmd) == function_doc_array[i].func)
702 if (InfoFunction(map[keystroke].function)
H A Dsession.c3973 ? InfoFunction(window->keymap[key].function) in incremental_search()
4616 func = InfoFunction(map[key].function); in info_dispatch_on_key()
4648 (*InfoFunction(map[key].function)) in info_dispatch_on_key()
4658 ea_last_executed_command = InfoFunction(map[key].function); in info_dispatch_on_key()
4660 info_last_executed_command = InfoFunction(map[key].function); in info_dispatch_on_key()
4770 && InfoFunction(keymap[key].function)
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog979 * info/doc.h (InfoFunction): cast NULL to VFunction *, to
992 InfoFunction(command) as a function call if it's NULL. Report