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

  /src/external/gpl2/texinfo/dist/info/
terminal.h 87 extern VFunction *terminal_write_chars_hook;
terminal.c 72 VFunction *terminal_write_chars_hook = (VFunction *)NULL; variable
260 if (terminal_write_chars_hook)
261 (*terminal_write_chars_hook) (string, nchars);
pcterm.c 345 terminal_write_chars_hook = pc_write_chars;

Completed in 16 milliseconds