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

/freebsd-10.3-release/bin/sh/
H A Dvar.h46 #define VUNSET 0x20 /* the variable is not set */ macro
98 #define ifsset() ((vifs.flags & VUNSET) == 0)
111 #define mpathset() ((vmpath.flags & VUNSET) == 0)
112 #define disvforkset() ((vdisvfork.flags & VUNSET) == 0)
H A Dvar.c101 { &vhistsize, VUNSET, "HISTSIZE=",
106 { &vmail, VUNSET, "MAIL=",
108 { &vmpath, VUNSET, "MAILPATH=",
120 { &vterm, VUNSET, "TERM=",
125 { &vdisvfork, VUNSET, "SH_DISABLE_VFORK=",
246 flags |= VUNSET;
346 vp->flags &= ~(VTEXTFIXED|VSTACK|VUNSET);
421 if (v == NULL || v->flags & VUNSET)
450 if (v == NULL || v->flags & VUNSET ||
600 if (!(vp->flags & VUNSET))
[all...]

Completed in 104 milliseconds