Searched refs:relop (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/awk-20/src/
H A Dproctab.c130 relop, /* EQ */
131 relop, /* GE */
132 relop, /* GT */
133 relop, /* LE */
134 relop, /* LT */
135 relop, /* NE */
H A Dproto.h159 extern Cell *relop(Node **, int);
H A Drun.c647 Cell *relop(Node **a, int n) /* a[0 < a[1], etc. */ function
/macosx-10.10/libpcap-48/libpcap/
H A Dgrammar.y262 %type <i> byteop pname pnum relop irelop
420 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0);
604 relop: '>' { $$ = BPF_JGT; } label
657 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
690 | relop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 0); }

Completed in 141 milliseconds