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

  /src/external/gpl2/texinfo/dist/info/
terminal.h 118 extern VFunction *terminal_scroll_terminal_hook;
terminal.c 73 VFunction *terminal_scroll_terminal_hook = (VFunction *)NULL; variable
418 if (terminal_scroll_terminal_hook)
419 (*terminal_scroll_terminal_hook) (start, end, amount);
pcterm.c 346 terminal_scroll_terminal_hook = pc_scroll_terminal;

Completed in 30 milliseconds