Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Decho-area.h41 extern VFunction *ea_last_executed_command;
H A Decho-area.c42 VFunction *ea_last_executed_command = (VFunction *)NULL; variable
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 Dsession.c240 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()
4658 ea_last_executed_command = InfoFunction(map[key].function); in info_dispatch_on_key()