Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dsession.c54 VFunction *info_last_executed_command = NULL; variable
176 info_last_executed_command = NULL; in info_session()
202 if ((info_last_executed_command != (VFunction *) info_next_line) && in info_read_and_dispatch()
203 (info_last_executed_command != (VFunction *) info_prev_line)) in info_read_and_dispatch()
247 if (info_last_executed_command == (VFunction *) info_quit) in info_read_and_dispatch()
250 else if (info_last_executed_command == (VFunction *) info_quit) in info_read_and_dispatch()
4395 info_last_executed_command = (VFunction *)NULL;
4660 info_last_executed_command = InfoFunction(map[key].function); in info_dispatch_on_key()
H A Dinfo.c452 info_last_executed_command = (VFunction *)NULL; in main()
H A Dsession.h41 extern VFunction *info_last_executed_command;