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

/ast/src/cmd/nmake/
H A Dparse.c78 #define PUSHLOCAL(p) do{for(p=pp->local;p;p=p->next)if(!(p->newv.property&V_scope))p->bucket->value=(char*)p->oldv;}while(0) macro
243 * if (flags & V_scope) then value survives PUSHLOCAL/POPLOCAL
2856 * external PUSHLOCAL()
2864 PUSHLOCAL(p);
3263 PUSHLOCAL(lcl);

Completed in 221 milliseconds