Home
last modified time | relevance | path

Searched refs:csub (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/oawk/
H A Dawk.def63 char csub; /* subtype of ctype */
145 #define isexit(n) (n->ctype == OJUMP && n->csub == JEXIT)
146 #define isbreak(n) (n->ctype == OJUMP && n->csub == JBREAK)
147 #define iscont(n) (n->ctype == OJUMP && n->csub == JCONT)
148 #define isnext(n) (n->ctype == OJUMP && n->csub == JNEXT)
151 #define istrue(n) (n->ctype == OBOOL && n->csub == BTRUE)
152 #define istemp(n) (n->ctype == OCELL && n->csub == CTEMP)
153 #define isfld(n) (!donefld && n->csub==CFLD && n->ctype==OCELL && \
155 #define isrec(n) (donefld && n->csub==CFLD && n->ctype==OCELL && \
H A Drun.c203 y->csub = CVAR; in arrayel()
352 x->csub = CFLD; in indirect()
1169 x->csub = a->subtype; in nodetoobj()
/titanic_50/usr/src/cmd/awk/
H A Dawk.h100 uchar csub; /* CCON, CTEMP, CFLD, etc. */ member
231 #define isexit(n) ((n)->csub == JEXIT)
232 #define isbreak(n) ((n)->csub == JBREAK)
233 #define iscont(n) ((n)->csub == JCONT)
234 #define isnext(n) ((n)->csub == JNEXT)
235 #define isret(n) ((n)->csub == JRET)
240 #define istrue(n) ((n)->csub == BTRUE)
241 #define istemp(n) ((n)->csub == CTEMP)
H A Drun.c260 if (t->csub == CCOPY) { in call()
263 t->csub = CTEMP; in call()
272 t->csub = CTEMP; in call()
295 y->csub = CCOPY; /* prevents freeing until call is over */ in copycell()
461 z->csub = CVAR; in array()
703 x->csub = CFLD; in indirect()
H A Dparse.c192 a->csub = b; in valtonode()
H A Dtran.c264 p->csub = 0; in setsymtab()
H A Dawk.g.y451 return p->ntype == NVALUE && ((Cell *) (p->narg[0]))->csub == CCON;
H A Dlib.c354 newfld[i].csub = CFLD; in morefld()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dlex.c1488 int off, messages=0, assignok=lp->assignok, csub; in comsub() local
1491 csub = lp->comsub; in comsub()
1590 lp->comsub = csub; in comsub()