Searched refs:window_hook (Results 1 – 1 of 1) sorted by relevance
110 void (*window_hook) (FILE *, char *); variable797 if (window_hook && instream == stdin) in command_loop()798 (*window_hook) (instream, get_prompt ()); in command_loop()