Searched refs:info_last_executed_command (Results 1 – 3 of 3) sorted by relevance
54 VFunction *info_last_executed_command = NULL; variable176 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()
452 info_last_executed_command = (VFunction *)NULL; in main()
41 extern VFunction *info_last_executed_command;