Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Denvironment.c134 ev->ev_flags = flags & (EV_DYNAMIC); in env_setenv()
205 if (ev->ev_flags & EV_DYNAMIC) in env_discard()
H A Dstand.h298 #define EV_DYNAMIC (1<<0) /* value was dynamically allocated, free if changed/unset */ macro