Searched refs:lhs_pos (Results 1 – 1 of 1) sorted by relevance
346 unsigned lhs_pos; in add_production() local363 for (lhs_pos = 0; lhs_pos < production->len; lhs_pos++) { in add_production()364 while (production->lhs[lhs_pos] != node->keysym) { in add_production()366 uint32_t next = add_node(table, production->lhs[lhs_pos]); in add_production()376 if (lhs_pos + 1 == production->len) in add_production()388 uint32_t successor = add_node(table, production->lhs[lhs_pos + 1]); in add_production()