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

/ndk/sources/host-tools/nawk-20071023/
H A Dawk.h80 uschar csub; /* CCON, CTEMP, CFLD, etc. */ member in struct:Cell
151 /* Cell subtypes: csub */
185 #define isexit(n) ((n)->csub == JEXIT)
186 #define isbreak(n) ((n)->csub == JBREAK)
187 #define iscont(n) ((n)->csub == JCONT)
188 #define isnext(n) ((n)->csub == JNEXT || (n)->csub == JNEXTFILE)
189 #define isret(n) ((n)->csub == JRET)
196 #define istrue(n) ((n)->csub == BTRUE)
197 #define istemp(n) ((n)->csub
[all...]
H A Dparse.c173 a->csub = b;
H A Drun.c43 if (p->ctype == OCELL && (p->csub < CUNK || p->csub > CFREE)) {
44 WARNING("bad csub %d in Cell %d %s",
45 p->csub, p->ctype, p->sval);
288 if (t->csub == CCOPY) {
291 t->csub = CTEMP;
301 t->csub = CTEMP;
303 } else if (t == y && t->csub == CCOPY) {
304 t->csub = CTEMP;
326 y->csub
[all...]
H A Dawkgram.y458 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
H A Dtran.c225 p->csub = CUNK;

Completed in 37 milliseconds