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

  /src/external/gpl2/texinfo/dist/info/
terminal.h 83 extern VFunction *terminal_put_text_hook;
terminal.c 70 VFunction *terminal_put_text_hook = (VFunction *)NULL; variable
248 if (terminal_put_text_hook)
249 (*terminal_put_text_hook) (string);
pcterm.c 343 terminal_put_text_hook = pc_put_text;

Completed in 16 milliseconds