Home
last modified time | relevance | path

Searched refs:TK_SLASH (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15589 #define TK_SLASH 110 macro
34658 case TK_SLASH: zBinOp = "DIV"; break; in sqlite3TreeViewExpr()
89745 case TK_SLASH: zOp = "DIV"; break;
118063 case TK_SLASH:
118073 assert( TK_SLASH==OP_Divide ); testcase( op==TK_SLASH );
119570 case TK_SLASH: {
180257 #define TK_SLASH 110 macro
186396 *tokenType = TK_SLASH;