Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dterminal.h69 extern VFunction *terminal_unprep_terminal_hook;
H A Dterminal.c58 VFunction *terminal_unprep_terminal_hook = (VFunction *)NULL; variable
826 if (terminal_unprep_terminal_hook) in terminal_unprep_terminal()
828 (*terminal_unprep_terminal_hook) (); in terminal_unprep_terminal()
H A Dpcterm.c334 terminal_unprep_terminal_hook = pc_unprep_terminal;