Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c32 #define EVF_VALUESET 0x02 macro
75 expvars[i].v_flags |= EVF_VALUESET; in set_variable()
77 expvars[i].v_flags &= ~EVF_VALUESET; in set_variable()
92 if (expvars[i].v_flags & EVF_VALUESET) in get_variable()
480 (expvars[i].v_flags & EVF_VALUESET) ? in dump_variables()