Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dstand.h347 typedef int (ev_unsethook_t)(struct env_var *ev); typedef
355 ev_unsethook_t *ev_unsethook;
363 ev_unsethook_t unsethook);
372 extern ev_unsethook_t env_nounset; /* refuse unset operation */
H A Denvironment.c63 ev_sethook_t sethook, ev_unsethook_t unsethook) in env_setenv()