Lines Matching refs:ARRAY
378 if (running && type != VAR && type != ARRAY) { in emptynode()
714 case ARRAY: in action()
1020 if ((np = np->n_next)->n_type == ARRAY) in exprreduce()
1051 if (tnp->n_type != ARRAY) { in exprreduce()
1223 case ARRAY: in exprreduce()
1721 case ARRAY: in userfunc()
1722 t = ARRAY; in userfunc()
1746 if (t != ARRAY) in userfunc()
1807 if (temp->n_type == ARRAY && (temp->n_scope == slevel)) in userfunc()
1974 if (np->n_type != ARRAY) { in s_forin()
2195 n->n_type = ARRAY; in promote()
2208 n->n_type = ARRAY; in promote()