Searched refs:TOK_OR (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DParser.hpp43 TOK_OR = 260, enumerator in enum:yytokentype
51 #define TOK_OR 260 macro
H A DParser.y28 %token TOK_AND TOK_OR TOK_NOT
34 %left TOK_OR
76 | searchexpr TOK_OR searchexpr
101 | searchexpr TOK_OR error
129 | TOK_OR error
H A DParser.cpp70 TOK_OR = 260, enumerator in enum:yytokentype
78 #define TOK_OR 260 macro
443 "$end", "error", "$undefined", "TOK_STRING", "TOK_AND", "TOK_OR",
H A DScanner.cpp835 { return TOK_OR; }
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c12033 #define TOK_OR tok_decl(5,0) macro
12219 else if (op == TOK_OR)
12313 '|','|', 0, TOK_OR,

Completed in 95 milliseconds