HomeSort by: relevance | last modified time | path
    Searched refs:VDOEXPORT (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
var.h 58 #define VDOEXPORT 0x2000 /* obey VEXPORT even if VNOEXPORT */
var.c 524 if (flags & VDOEXPORT)
528 vp->flags |= flags & ~(VNOFUNC | VDOEXPORT);
549 vp->flags = flags & ~(VNOFUNC|VFUNCREF|VDOEXPORT);
1157 if (flags & (VDOEXPORT | VUNSET))
1160 (flags & (VEXPORT|VDOEXPORT|VUNSET)) == VEXPORT)
eval.c 1168 VDOEXPORT | VEXPORT | VNOFUNC);
1281 listmklocal(varlist.list, VDOEXPORT | VEXPORT);
1498 setvareq(sp->text, VDOEXPORT|VEXPORT|VSTACK);
1801 setvareq(sp->text, VDOEXPORT|VEXPORT|VSTACK);

Completed in 15 milliseconds