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

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

Completed in 16 milliseconds