Searched refs:t_dim (Results 1 – 10 of 10) sorted by relevance
168 istk->i_type->t_dim++; in pushinit()196 istk->i_cnt = istk->i_type->t_dim; in pushinit()461 if (istk->i_cnt != istk->i_type->t_dim) in strginit()472 istk->i_type->t_dim = len + 1; in strginit()476 if (istk->i_type->t_dim < len) { in strginit()
911 elem *= tp->t_dim; in length()1046 } else if (t == ARRAY && tp->t_dim == 0) { in chktyp()1186 if (t == ARRAY && dsym->s_type->t_dim == 0) { in decl1str()1349 tp->t_dim = n; in addarray()2112 if (t == ARRAY && tp1->t_dim != tp2->t_dim) { in eqtype()2113 if (tp1->t_dim != 0 && tp2->t_dim != 0) in eqtype()2277 if (dst->t_dim == 0 && src->t_dim != 0) { in compltyp()2279 dst->t_dim = src->t_dim; in compltyp()2797 dsym->s_type->t_tspec == ARRAY && dsym->s_type->t_dim == 0) { in chksz()3108 sym->s_type->t_tspec == ARRAY && sym->s_type->t_dim == 0) { in glchksz()
147 #define t_dim t_u._t_dim macro
138 outint(tp->t_dim); in outtype()
245 sym->s_type->t_dim = strlen(fsym->s_name) + 1; in funcdef()
345 n->tn_type->t_dim = len + 1; in getsnode()2639 elem *= tp->t_dim; in plength()3010 elem *= tp->t_dim; in bldszof()3692 dim = ln->tn_left->tn_type->t_dim + (amper ? 1 : 0); in chkaidx()
63 #define t_dim t_u._t_dim macro
103 outint(tp->t_dim); in outtype()
1330 if (t == ARRAY && tp1->t_dim != tp2->t_dim) { in eqtype()1331 if (tp1->t_dim != 0 && tp2->t_dim != 0) in eqtype()
568 tp->t_dim = (int)strtol(cp, &eptr, 10); in inptype()