Lines Matching refs:ARRAY
380 if (running && type != VAR && type != ARRAY) { in emptynode()
716 case ARRAY: in action()
1021 if ((np = np->n_next)->n_type == ARRAY) in exprreduce()
1052 if (tnp->n_type != ARRAY) { in exprreduce()
1224 case ARRAY: in exprreduce()
1724 case ARRAY: in userfunc()
1725 t = ARRAY; in userfunc()
1749 if (t != ARRAY) in userfunc()
1810 if (temp->n_type == ARRAY && (temp->n_scope == slevel)) in userfunc()
1977 if (np->n_type != ARRAY) { in s_forin()
2198 n->n_type = ARRAY; in promote()
2211 n->n_type = ARRAY; in promote()