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

  /src/external/gpl2/texinfo/dist/info/
terminal.h 91 extern VFunction *terminal_clear_to_eol_hook;
terminal.c 65 VFunction *terminal_clear_to_eol_hook = (VFunction *)NULL; variable
273 if (terminal_clear_to_eol_hook)
274 (*terminal_clear_to_eol_hook) ();
pcterm.c 340 terminal_clear_to_eol_hook = pc_clear_to_eol;

Completed in 22 milliseconds