Searched refs:ev_sethook_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/stand/libsa/ |
H A D | stand.h | 359 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 D | environment.c | 63 ev_sethook_t sethook, ev_unsethook_t unsethook) in env_setenv()
|
/freebsd/stand/common/ |
H A D | gfx_fb.h | 280 void gfx_fb_setcolors(teken_attr_t *, ev_sethook_t, ev_unsethook_t);
|
H A D | gfx_fb.c | 241 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()
|