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

/freebsd-9.3-release/lib/libstand/
H A Denvironment.c62 * If EV_DYNAMIC is set, the variable has been allocated with
133 ev->ev_flags = flags & (EV_DYNAMIC);
204 if (ev->ev_flags & EV_DYNAMIC)
H A Dstand.h278 #define EV_DYNAMIC (1<<0) /* value was dynamically allocated, free if changed/unset */ macro

Completed in 116 milliseconds