Lines Matching refs:comnod
53 static struct argnod *qscan(struct comnod*, int);
188 static void check_typedef(struct comnod *tp) in check_typedef()
791 t->funct.functargs = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*)); in funct()
882 register struct comnod *ac; in assign()
915 ac = (struct comnod*)getnode(comnod); in assign()
971 ac = (struct comnod*)funct(lexp); in assign()
973 ac = (struct comnod*)simple(lexp,SH_NOIO|SH_ASSIGN|array,NIL(struct ionod*)); in assign()
1130 t->for_.forlst = (struct comnod*)getnode(comnod); in item()
1140 t->for_.forlst=(struct comnod*)simple(lexp,SH_NOIO,NIL(struct ionod*)); in item()
1281 register struct comnod *t; in simple()
1297 t = (struct comnod*)getnode(comnod); in simple()
1696 static struct argnod *qscan(struct comnod *ac,int argn) in qscan()