Searched refs:new_phase_hook (Results 1 – 2 of 2) sorted by relevance
148 int (*new_phase_hook) __P((int new, int old)) = NULL; variable1478 if (new_phase_hook != NULL)1479 (*new_phase_hook)(p, phase);
679 extern int (*new_phase_hook) __P((int new, int old));