Searched refs:lhs_pos (Results 1 – 1 of 1) sorted by relevance
380 unsigned lhs_pos; in add_production() local397 for (lhs_pos = 0; lhs_pos < production->len; lhs_pos++) { in add_production()398 while (production->lhs[lhs_pos] != node->keysym) { in add_production()400 uint32_t next = add_node(table, production->lhs[lhs_pos]); in add_production()410 if (lhs_pos + 1 == production->len) in add_production()422 uint32_t successor = add_node(table, production->lhs[lhs_pos + 1]); in add_production()