Lines Matching full:hook
52 These functions make it possible to set hook functions to be called at various
55 The function \fBset_item_init\fP sets a hook to be called at menu-post time and
58 returns the current item init hook, if any (\fBNULL\fP if there is no such
59 hook).
61 The function \fBset_item_term\fP sets a hook to be called at menu-unpost time
64 returns the current item term hook, if any (\fBNULL\fP if there is no such
65 hook).
67 The function \fBset_menu_init\fP sets a hook to be called at menu-post time and
70 returns the current menu init hook, if any (\fBNULL\fP if there is no such
71 hook).
73 The function \fBset_menu_term\fP sets a hook to be called at menu-unpost time
75 \fBmenu_term\fP returns the current menu term hook, if any (\fBNULL\fP if there
76 is no such hook).