Searched refs:TK_NOT (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y667 if( OP.not ) A = sqlite3Expr(TK_NOT, A, 0, 0);
715 if( N ) A = sqlite3Expr(TK_NOT, A, 0, 0);
729 if( N ) A = sqlite3Expr(TK_NOT, A, 0, 0);
742 if( N ) A = sqlite3Expr(TK_NOT, A, 0, 0);
749 if( N ) A = sqlite3Expr(TK_NOT, A, 0, 0);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c7435 #define TK_NOT 19 macro
8381 #define OP_Not 19 /* same as TK_NOT */
[all...]

Completed in 407 milliseconds