Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dterminal.c60 VFunction *terminal_prep_terminal_hook = (VFunction *)NULL; variable
699 if (terminal_prep_terminal_hook) in terminal_prep_terminal()
701 (*terminal_prep_terminal_hook) (); in terminal_prep_terminal()
H A Dterminal.h70 extern VFunction *terminal_prep_terminal_hook;
H A Dpcterm.c335 terminal_prep_terminal_hook = pc_prep_terminal;