• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/sqlite3/

Lines Matching refs:grammar

114549   ** is in register NNN.  See grammar rules associated with the TK_REGISTER
156991 /* This file is automatically generated by Lemon from input grammar
157006 ** The canonical source code to this file ("parse.y") is a Lemon grammar
157007 ** file that specifies the input grammar and actions to take while parsing.
157216 # error too many tokens in the grammar
157447 ** YYNRULE the number of rules in the grammar
158181 ** appears in the grammar, then ID becomes a fallback token for X, Y,
158387 ** the information used by the action routines in the grammar.
159224 ** grammar.
159288 ** directives of the input grammar.
159447 ** is defined in a %include section of the input grammar) then it is
162078 ** user wants (and specified in the grammar) and is available for
162086 ** <li> An option argument of a grammar-specified type.
162202 ** grammar defines an error token "ERROR".
162204 ** This is what we do if the grammar does define ERROR:
162267 /* This is what we do if the grammar does not define ERROR:
163033 ** grammar, then SQLite would always treat "OVER" as an alias, making it
212633 /* This file is automatically generated by Lemon from input grammar
212648 ** The "lemon" program processes an LALR(1) input grammar file, then uses
212652 ** the value of the %name directive from the grammar. Otherwise, the content
212657 ** input grammar file:
212659 /************ Begin %include sections from the grammar ************************/
212749 ** fts5YYNRULE the number of rules in the grammar
212926 ** appears in the grammar, then ID becomes a fallback token for X, Y,
212949 ** the information used by the action routines in the grammar.
213127 ** grammar.
213191 ** directives of the input grammar.
213284 ** is defined in a %include section of the input grammar) then it is
213871 ** user wants (and specified in the grammar) and is available for
213879 ** <li> An option argument of a grammar-specified type.
213995 ** grammar defines an error token "ERROR".
213997 ** This is what we do if the grammar does define ERROR:
214060 /* This is what we do if the grammar does not define ERROR: