Lines Matching full:skeleton
400 GPL terms to the skeleton code for the parser's implementation, the
5289 -- Directive: %skeleton "FILE"
5290 Specify the skeleton to use.
5292 If FILE does not contain a `/', FILE is the name of a skeleton
5385 skeleton (*note %language: Decl Summary, *note %skeleton: Decl
5653 are technically skeleton-dependent. Writers of non-standard skeletons
8670 the `yacc.c' skeleton.
8939 `--skeleton=FILE'
8940 Specify the skeleton to use, similar to `%skeleton' (*note Bison
8943 If FILE does not contain a `/', FILE is the name of a skeleton
9058 `--skeleton=FILE' `-S FILE' `%skeleton "FILE"'
9122 The C++ deterministic parser is selected using the skeleton directive,
9123 `%skeleton "lalr1.cc"', or the synonymous command-line option
9124 `--skeleton=lalr1.cc'. *Note Decl Summary::.
9579 deterministic parser skeleton, the creation of the parser header file,
9580 and specifies the name of the parser class. Because the C++ skeleton
9584 %skeleton "lalr1.cc" /* -*- C++ -*- */
10924 -- Directive: %skeleton
10925 Specify the skeleton to use; usually for development. *Note Decl
12084 * %skeleton <1>: Decl Summary. (line 159)
12085 * %skeleton: Table of Symbols. (line 225)