HomeSort by relevance Sort by last modified time
    Searched refs:YYNSTATE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
lempar.c 59 ** YYNSTATE the combined number of states.
65 #define YY_NO_ACTION (YYNSTATE+YYNRULE+2)
66 #define YY_ACCEPT_ACTION (YYNSTATE+YYNRULE+1)
67 #define YY_ERROR_ACTION (YYNSTATE+YYNRULE)
94 ** 0 <= N < YYNSTATE Shift N. That is, push the lookahead
97 ** YYNSTATE <= N < YYNSTATE+YYNRULE Reduce by rule N-YYNSTATE.
99 ** N == YYNSTATE+YYNRULE A syntax error has occurred.
101 ** N == YYNSTATE+YYNRULE+1 The parser accepts its input
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lempar.c 53 ** YYNSTATE the combined number of states.
59 #define YY_NO_ACTION (YYNSTATE+YYNRULE+2)
60 #define YY_ACCEPT_ACTION (YYNSTATE+YYNRULE+1)
61 #define YY_ERROR_ACTION (YYNSTATE+YYNRULE)
88 ** 0 <= N < YYNSTATE Shift N. That is, push the lookahead
91 ** YYNSTATE <= N < YYNSTATE+YYNRULE Reduce by rule N-YYNSTATE.
93 ** N == YYNSTATE+YYNRULE A syntax error has occurred.
95 ** N == YYNSTATE+YYNRULE+1 The parser accepts its input
    [all...]

Completed in 49 milliseconds