Home | History | Annotate | Download | only in yacc

Lines Matching refs:stack

389 		fmt.Fprintf(stderr, "yacc: stack size too small\n")
3003 var stack []int
3035 stack = append(stack, state)
3043 n := len(stack) - rhsLen
3044 state = stack[n]
3045 stack = stack[:n]
3492 goto $$stack
3500 $$stack:
3501 /* put a state and value onto the stack */
3536 goto $$stack
3587 goto $$stack
3591 /* the current p has no shift on "error", pop stack */
3597 /* there is no state on the stack with an error shift ... abort */
3647 goto $$stack /* stack new state and value */