Home
last modified time | relevance | path

Searched refs:terminal_unprep_terminal_hook (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dterminal.c61 VFunction *terminal_unprep_terminal_hook = (VFunction *)NULL; variable
839 if (terminal_unprep_terminal_hook) in terminal_unprep_terminal()
841 (*terminal_unprep_terminal_hook) (); in terminal_unprep_terminal()
H A Dterminal.h71 extern VFunction *terminal_unprep_terminal_hook;
H A Dpcterm.c336 terminal_unprep_terminal_hook = pc_unprep_terminal;