Lines Matching refs:numecs
213 ((tblend + numecs + 1) >= INT16_MAX in mkctbl()
220 tbl->td_lolen = (flex_uint32_t) (tblend + numecs + 1); /* number of structs */ in mkctbl()
251 chk[tblend + 1] = numecs + 1; in mkctbl()
280 else if (chk[i] > numecs || chk[i] == 0) { in mkctbl()
342 out_dec ("static const struct yy_trans_info yy_transition[%d] =\n {\n", tblend + numecs + 1); in genctbl()
372 chk[tblend + 1] = numecs + 1; in genctbl()
397 else if (chk[i] > numecs || chk[i] == 0) in genctbl()
1265 yymeta_tbl->td_lolen = (flex_uint32_t) (numecs + 1); in gentabs()
1274 out_str_dec (get_yy_char_decl (), "yy_meta", numecs + 1); in gentabs()
1279 for (i = 1; i <= numecs; ++i) { in gentabs()
1557 int total_table_size = tblend + numecs + 1; in make_tables()