HomeSort by relevance Sort by last modified time
    Searched refs:VNOFUNC (Results 1 - 4 of 4) sorted by null

  /system/core/sh/
var.h 48 #define VNOFUNC 0x40 /* don't call the callback function */
var.c 127 { &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)
options.c 476 err |= setvarsafe("OPTIND", s, VNOFUNC);
eval.c 878 listmklocal(varlist.list, VEXPORT | VNOFUNC);

Completed in 47 milliseconds