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

/freebsd-11-stable/stand/libsa/
H A Denvironment.c62 * If EV_DYNAMIC is set, the variable has been allocated with
81 if (ev->ev_value != NULL && (ev->ev_flags & EV_DYNAMIC) != 0)
84 ev->ev_flags &= ~EV_DYNAMIC;
132 ev->ev_flags |= EV_DYNAMIC;
135 ev->ev_flags |= flags & EV_DYNAMIC;
208 if (ev->ev_value != NULL && (ev->ev_flags & EV_DYNAMIC) != 0)
H A Dstand.h317 #define EV_DYNAMIC (1<<0) /* value was dynamically allocated, free if changed/unset */ macro

Completed in 60 milliseconds