Searched refs:VNOFUNC (Results 1 - 4 of 4) sorted by relevance

/system/core/sh/
H A Dvar.h48 #define VNOFUNC 0x40 /* don't call the callback function */ macro
H A Dvar.c127 { &voptind, VSTRFIXED|VTEXTFIXED|VNOFUNC, "OPTIND=1",
288 if (vp->func && (flags & VNOFUNC) == 0)
295 vp->flags |= flags & ~VNOFUNC;
305 vp->flags = flags & ~VNOFUNC;
675 if (vp->func && (vp->flags & VNOFUNC) == 0)
H A Doptions.c476 err |= setvarsafe("OPTIND", s, VNOFUNC);
H A Deval.c878 listmklocal(varlist.list, VEXPORT | VNOFUNC);

Completed in 50 milliseconds