Lines Matching full:pull
208 * Pull Parser Function:: How to call `yypull_parse' and what it returns.
5022 The variable `yynerrs' becomes local in `yyparse' in pull mode but it
5040 A pull parser is called once and it takes control until all its input
5049 Normally, Bison generates a pull parser. The following Bison
5051 api.push-pull: %define Summary.):
5053 %define api.push-pull push
5058 compatibility with the impure Yacc pull mode interface. Unless you know
5062 %define api.push-pull push
5106 pull parser interface in the same generated parser. In order to get
5107 this functionality, you should replace the `%define api.push-pull push'
5108 declaration with the `%define api.push-pull both' declaration. Doing
5114 with the `%define api.push-pull both' declaration slower than the normal
5128 thing to the generated parser with `%define api.push-pull both' as it
5129 did for `%define api.push-pull push'.
5455 * `api.push-pull'
5459 * Purpose: Request a pull parser, a push parser, or both.
5464 * Accepted Values: `pull', `push', `both'
5466 * Default Value: `pull'
5758 * Pull Parser Function:: How to call `yypull_parse' and what it returns.
5842 File: bison.info, Node: Push Parser Function, Next: Pull Parser Function, Prev: Parser Function, Up: Interface
5851 function is available if either the `%define api.push-pull push' or
5852 `%define api.push-pull both' declaration is used. *Note A Push Parser:
5861 File: bison.info, Node: Pull Parser Function, Next: Parser Create Function, Prev: Push Parser Function, Up: Interface
5863 4.3 The Pull Parser Function `yypull_parse'
5870 stream. This function is available if the `%define api.push-pull both'
5877 File: bison.info, Node: Parser Create Function, Next: Parser Delete Function, Prev: Pull Parser Function, Up: Interface
5886 This function is available if either the `%define api.push-pull push' or
5887 `%define api.push-pull both' declaration is used. *Note A Push Parser:
5905 function is available if either the `%define api.push-pull push' or
5906 `%define api.push-pull both' declaration is used. *Note A Push Parser:
9880 api.push-pull' have no effect.
11096 function to parse the rest of the input stream. *Note The Pull
11097 Parser Function `yypull_parse': Pull Parser Function. (The
11979 * %define api.push-pull <1>: Push Decl. (line 6)
11980 * %define api.push-pull: %define Summary. (line 115)
12658 * yypull_parse: Pull Parser Function.
12759 Node: Pull Parser Function238947