Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
HDstand.h305 typedef int (ev_unsethook_t)(struct env_var *); typedef
313 ev_unsethook_t *ev_unsethook;
320 ev_unsethook_t);
327 extern ev_unsethook_t env_nounset; /* refuse unset operation */
HDenvironment.c69 ev_sethook_t sethook, ev_unsethook_t unsethook) in env_setenv()