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

  /system/core/sh/
var.h 46 #define VSTACK 0x10 /* text is allocated on the stack */
var.c 291 if ((vp->flags & (VTEXTFIXED|VSTACK)) == 0)
294 vp->flags &= ~(VTEXTFIXED|VSTACK|VUNSET);
418 * VSTACK set since these are currently allocated on the stack.
444 if (vp->flags & VSTACK) {
446 vp->flags &=~ VSTACK;
eval.c 1063 setvareq(sp->text, VEXPORT|VSTACK);
1207 setvareq(sp->text, VEXPORT|VSTACK);

Completed in 46 milliseconds