/ndk/sources/host-tools/nawk-20071023/ |
maketab.c | 46 { NE, "relop", " != " }, 47 { EQ, "relop", " == " }, 48 { LE, "relop", " <= " }, 49 { LT, "relop", " < " }, 50 { GE, "relop", " >= " }, 51 { GT, "relop", " > " },
|
proto.h | 164 extern Cell *relop(Node **, int);
|
run.c | 644 Cell *relop(Node **a, int n) /* a[0 < a[1], etc. */ function [all...] |
/external/webkit/Source/WebCore/xml/ |
XPathParser.cpp | 135 case EQOP: case RELOP: 310 return makeTokenAndAdvance(RELOP, EqTestOp::OP_LE, 2); 311 return makeTokenAndAdvance(RELOP, EqTestOp::OP_LT); 314 return makeTokenAndAdvance(RELOP, EqTestOp::OP_GE, 2); 315 return makeTokenAndAdvance(RELOP, EqTestOp::OP_GT); 434 case RELOP:
|
XPathGrammar.y | 81 %left <eqop> EQOP RELOP 503 RelationalExpr RELOP AdditiveExpr
|
/external/libpcap/ |
grammar.y | 158 %type <i> byteop pname pnum relop irelop 306 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0); 408 relop: '>' { $$ = BPF_JGT; } label 461 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); } 487 | relop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 0); }
|
grammar.c | 799 "relop", "irelop", "arth", "narth", "byteop", "pnum", "atmtype", [all...] |
/external/iproute2/doc/ |
ss.sgml | 398 <item> <tt/dport RELOP PORT/ - compares remote port to a number 399 <item> <tt/sport RELOP PORT/ - compares local port to a number 404 <p><tt/RELOP/ is some of <tt/<=/, <tt/>=/, <tt/==/ etc.
|
/external/bison/tests/ |
existing.at | 85 %token RELOP APPEND_OP 105 %nonassoc RELOP '<' '>' '|' APPEND_OP TWOWAYIO 306 | exp RELOP exp 323 | rexp RELOP rexp 708 + 151 non_post_simp_exp: '+' simp_exp . [error, FUNC_CALL, NAME, YNUMBER, YSTRING, RELOP, APPEND_OP, MATCHOP, NEWLINE, LEX_IN, LEX_AND, LEX_OR, INCREMENT, DECREMENT, LEX_BUILTIN, LEX_LENGTH, '?', ':', ',', '<', '>', '|', TWOWAYIO, '+', '-', '!', '$', '(', ')', '@:>@', '{', ';'] 729 + 150 non_post_simp_exp: '-' simp_exp . [error, FUNC_CALL, NAME, YNUMBER, YSTRING, RELOP, APPEND_OP, MATCHOP, NEWLINE, LEX_IN, LEX_AND, LEX_OR, INCREMENT, DECREMENT, LEX_BUILTIN, LEX_LENGTH, '?', ':', ',', '<', '>', '|', TWOWAYIO, '+', '-', '!', '$', '(', ')', '@:>@', '{', ';'] 750 + 139 non_post_simp_exp: '!' simp_exp . [error, FUNC_CALL, NAME, YNUMBER, YSTRING, RELOP, APPEND_OP, MATCHOP, NEWLINE, LEX_IN, LEX_AND, LEX_OR, INCREMENT, DECREMENT, LEX_BUILTIN, LEX_LENGTH, '?', ':', ',', '<', '>', '|', TWOWAYIO, '+', '-', '!', '$', '(', ')', '@:>@', '{', ';'] [all...] |
/external/tcpdump/ |
tcpdump.1 | [all...] |