Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/info/
Dterminal.h68 extern VFunction *terminal_prep_terminal_hook;
Dterminal.c57 VFunction *terminal_prep_terminal_hook = (VFunction *)NULL; variable
696 if (terminal_prep_terminal_hook) in terminal_prep_terminal()
698 (*terminal_prep_terminal_hook) (); in terminal_prep_terminal()
Dpcterm.c333 terminal_prep_terminal_hook = pc_prep_terminal;