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

  /system/core/sh/
var.c 151 setvareq(*envp, VEXPORT|VTEXTFIXED);
279 flags |= VEXPORT;
377 if (v == NULL || v->flags & VUNSET || (!doall && !(v->flags & VEXPORT)))
401 if (vp->flags & VEXPORT)
407 if (vp->flags & VEXPORT)
437 if ((vp->flags & VEXPORT) == 0) {
566 int flag = argv[0][0] == 'r'? VREADONLY : VEXPORT;
753 vp->flags &= ~VEXPORT;
757 vp->flags &= ~VEXPORT;
var.h 42 #define VEXPORT 0x01 /* variable is exported */
cd.c 263 setvar("PWD", curdir, VEXPORT);
295 setvar("PWD", curdir, VEXPORT);
323 setvar("PWD", curdir, VEXPORT);
eval.c 878 listmklocal(varlist.list, VEXPORT | VNOFUNC);
1063 setvareq(sp->text, VEXPORT|VSTACK);
1207 setvareq(sp->text, VEXPORT|VSTACK);
init.c 970 setvareq(*envp, VEXPORT|VTEXTFIXED);

Completed in 495 milliseconds