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

  /src/external/gpl2/texinfo/dist/info/
terminal.h 79 extern VFunction *terminal_goto_xy_hook;
terminal.c 67 VFunction *terminal_goto_xy_hook = (VFunction *)NULL; variable
235 if (terminal_goto_xy_hook)
236 (*terminal_goto_xy_hook) (x, y);
pcterm.c 342 terminal_goto_xy_hook = pc_goto_xy;

Completed in 18 milliseconds