Lines Matching +full:c +full:- +full:states
1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
39 Yacc turns the specification file into a C program, which
60 The states of the finite state machine are given
82 This may result in states being pushed onto the stack, or popped off of
140 To reduce, first pop off the top three states
142 (In general, the number of states popped equals the number of symbols on the
144 In effect, these states were the ones
151 After popping these states, a state is uncovered
173 popping the states off the stack to go back to the
177 no states are popped off of the stack: the uncovered state
180 The reduce action is also important in the treatment of user-supplied
184 In addition to the stack holding the states, another stack,
196 The pseudo-variables $1, $2, etc., refer to the value stack.
231 .B \-v
234 is produced, with a human-readable description of the parser.
321 two states, 6 and 3, are popped off of the stack, uncovering state 0.
344 There are two symbols on the right, so the top two states are popped off,