Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dterminal.c65 VFunction *terminal_clear_to_eol_hook = (VFunction *)NULL; variable
272 if (terminal_clear_to_eol_hook) in terminal_clear_to_eol()
273 (*terminal_clear_to_eol_hook) (); in terminal_clear_to_eol()
H A Dterminal.h91 extern VFunction *terminal_clear_to_eol_hook;
H A Dpcterm.c340 terminal_clear_to_eol_hook = pc_clear_to_eol;