Searched refs:InfoFunction (Results 1 – 5 of 5) sorted by relevance
80 #define InfoFunction(ic) ((ic) ? (ic)->func : (VFunction *) NULL) macro85 #define InfoFunction(vf) ((vf)) macro
153 if (InfoFunction(command))154 (*InfoFunction(command)) (active_window, count, 0);
339 if (InfoFunction(cmd) != (VFunction *) info_do_lowercase_version584 if (InfoFunction(cmd) == function_doc_array[i].func)609 if (InfoFunction(cmd) == function_doc_array[i].func)702 if (InfoFunction(map[keystroke].function)
3973 ? 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)
979 * info/doc.h (InfoFunction): cast NULL to VFunction *, to992 InfoFunction(command) as a function call if it's NULL. Report