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

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsession.h40 extern VFunction *info_last_executed_command;
H A Dinfo.c348 info_last_executed_command = (VFunction *)NULL;
H A Dsession.c47 VFunction *info_last_executed_command = NULL; variable
173 info_last_executed_command = NULL;
199 if ((info_last_executed_command != info_next_line) &&
200 (info_last_executed_command != info_prev_line))
244 if (info_last_executed_command == info_quit)
247 else if (info_last_executed_command == info_quit)
2828 if ((info_last_executed_command == info_search) &&
3640 info_last_executed_command = (VFunction *)NULL;
3917 info_last_executed_command = map[key].function;

Completed in 92 milliseconds