Lines Matching refs:TK_SPACE
14673 #define TK_SPACE 184 macro
156225 do{ z += sqlite3GetToken(z, &tokenType); }while( tokenType==TK_SPACE );
172874 #define TK_SPACE 184
178679 }while( t==TK_SPACE );
178762 *tokenType = TK_SPACE;
178768 *tokenType = TK_SPACE; /* IMP: R-22934-25134 */
178804 *tokenType = TK_SPACE; /* IMP: R-22934-25134 */
179053 *tokenType = TK_SPACE;
179131 assert( tokenType==TK_SPACE || tokenType==TK_OVER || tokenType==TK_FILTER
179136 if( tokenType>=TK_SPACE ){
179137 assert( tokenType==TK_SPACE || tokenType==TK_ILLEGAL
179146 if( tokenType==TK_SPACE ){
179270 if( tokenType!=TK_SPACE ){
179276 case TK_SPACE: {