Searched refs:sethook (Results 1 – 4 of 4) sorted by relevance
/freebsd/stand/libsa/ |
H A D | environment.c | 63 ev_sethook_t sethook, ev_unsethook_t unsethook) in env_setenv() argument 101 ev->ev_sethook = sethook; in env_setenv()
|
H A D | stand.h | 376 const void *value, ev_sethook_t sethook,
|
/freebsd/stand/common/ |
H A D | gfx_fb.c | 241 ev_sethook_t sethook, ev_unsethook_t unsethook) in gfx_fb_evalcolor() argument 270 env_setenv(envname, eflags, env, sethook, unsethook); in gfx_fb_evalcolor() 276 gfx_fb_setcolors(teken_attr_t *attr, ev_sethook_t sethook, in gfx_fb_setcolors() argument 287 sethook, unsethook)) in gfx_fb_setcolors() 290 sethook, unsethook)) in gfx_fb_setcolors()
|
/freebsd/contrib/lua/src/ |
H A D | ltests.c | 1872 static int sethook (lua_State *L) { in sethook() function 1940 {"sethook", sethook},
|