Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dstand.h359 typedef int (ev_sethook_t)(struct env_var *ev, int flags, typedef
368 ev_sethook_t *ev_sethook;
376 const void *value, ev_sethook_t sethook,
385 extern ev_sethook_t env_noset; /* refuse set 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()
276 gfx_fb_setcolors(teken_attr_t *attr, ev_sethook_t sethook, in gfx_fb_setcolors()