Home
last modified time | relevance | path

Searched refs:ev_unsethook_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/libsa/
H A Dstand.h361 typedef int (ev_unsethook_t)(struct env_var *ev); typedef
369 ev_unsethook_t *ev_unsethook;
377 ev_unsethook_t unsethook);
386 extern ev_unsethook_t env_nounset; /* refuse unset operation */
H A Denvironment.c63 ev_sethook_t sethook, ev_unsethook_t unsethook) in env_setenv()
/freebsd/stand/common/
H A Dgfx_fb.h280 void gfx_fb_setcolors(teken_attr_t *, ev_sethook_t, ev_unsethook_t);
H A Dgfx_fb.c241 ev_sethook_t sethook, ev_unsethook_t unsethook) in gfx_fb_evalcolor()
277 ev_unsethook_t unsethook) in gfx_fb_setcolors()