Home
last modified time | relevance | path

Searched refs:ea_last_executed_command (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Decho-area.h39 extern VFunction *ea_last_executed_command;
H A Decho-area.c40 VFunction *ea_last_executed_command = (VFunction *)NULL; variable
580 if (((ea_last_executed_command != (VFunction *) ea_yank) &&
581 (ea_last_executed_command != (VFunction *) ea_yank_pop)) ||
1101 if (ea_last_executed_command == (VFunction *) ea_complete)
H A Dsession.c238 if (ea_last_executed_command == (VFunction *) ea_newline || in info_read_and_dispatch()
241 ea_last_executed_command = (VFunction *)NULL; in info_read_and_dispatch()
4658 ea_last_executed_command = InfoFunction(map[key].function); in info_dispatch_on_key()