Searched refs:info_last_executed_command (Results 1 – 3 of 3) sorted by relevance
455 info_last_executed_command = (VFunction *)NULL; in main()
52 VFunction *info_last_executed_command = NULL; variable174 info_last_executed_command = NULL; in info_session()200 if ((info_last_executed_command != (VFunction *) info_next_line) && in info_read_and_dispatch()201 (info_last_executed_command != (VFunction *) info_prev_line)) in info_read_and_dispatch()245 if (info_last_executed_command == (VFunction *) info_quit) in info_read_and_dispatch()248 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()
39 extern VFunction *info_last_executed_command;