Searched refs:TK_OR (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | llex.h | 26 TK_GOTO, TK_IF, TK_IN, TK_LOCAL, TK_NIL, TK_NOT, TK_OR, TK_REPEAT, enumerator
|
H A D | lparser.c | 1016 case TK_OR: return OPR_OR; in getbinopr()
|
/freebsd/contrib/lua/src/ |
H A D | llex.h | 36 TK_GOTO, TK_IF, TK_IN, TK_LOCAL, TK_NIL, TK_NOT, TK_OR, TK_REPEAT, enumerator
|
H A D | lparser.c | 1228 case TK_OR: return OPR_OR; in getbinopr()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 14532 #define TK_OR 43 macro 33207 case TK_OR: zBinOp = "OR"; break; in sqlite3TreeViewExpr() 86690 case TK_OR: zOp = "OR"; break; 111363 if( pExpr->op==TK_AND || pExpr->op==TK_OR ){ 113801 case TK_OR: 113813 assert( TK_OR==OP_Or ); testcase( op==TK_OR ); 114673 case TK_OR: { 114847 case TK_OR: { 115293 if( pE2->op==TK_OR 115372 case TK_OR: [all …]
|