Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15575 #define TK_SLASH 110 macro
34628 case TK_SLASH: zBinOp = "DIV"; break; in sqlite3TreeViewExpr()
89593 case TK_SLASH: zOp = "DIV"; break;
117867 case TK_SLASH:
117877 assert( TK_SLASH==OP_Divide ); testcase( op==TK_SLASH );
119374 case TK_SLASH: {
180002 #define TK_SLASH 110 macro
186141 *tokenType = TK_SLASH;