Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c31 #define EVF_VALUESET 0x02 macro
74 expvars[i].v_flags |= EVF_VALUESET; in set_variable()
76 expvars[i].v_flags &= ~EVF_VALUESET; in set_variable()
91 if (expvars[i].v_flags & EVF_VALUESET) in get_variable()
462 (expvars[i].v_flags & EVF_VALUESET) ? in dump_variables()