HomeSort by: relevance | last modified time | path
    Searched refs:ea_last_executed_command (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
echo-area.h 41 extern VFunction *ea_last_executed_command;
echo-area.c 42 VFunction *ea_last_executed_command = (VFunction *)NULL; variable
584 if (((ea_last_executed_command != (VFunction *) ea_yank) &&
585 (ea_last_executed_command != (VFunction *) ea_yank_pop)) ||
1106 if (ea_last_executed_command == (VFunction *) ea_complete)
session.c 240 if (ea_last_executed_command == (VFunction *) ea_newline ||
243 ea_last_executed_command = (VFunction *)NULL;
4671 ea_last_executed_command = InfoFunction(map[key].function);

Completed in 58 milliseconds