Searched defs:MAXRHS (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c38 #define MAXRHS 5 /* Set low to exercise exception code */ macro
40 #define MAXRHS 1000 macro
1978 struct symbol *rhs[MAXRHS]; /* RHS symbols */
1979 const char *alias[MAXRHS]; /* Aliases for each RHS symbol (or NULL) */
2150 if( psp->nrhs>=MAXRHS ){
3303 char used[MAXRHS]; /* True for each RHS element which is used */

Completed in 101 milliseconds