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

/macosx-10.9.5/awk-18/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.9.5/libpcap-42/libpcap/
H A Dgrammar.y262 %type <i> byteop pname pnum relop irelop
419 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0);
602 relop: '>' { $$ = BPF_JGT; } label
655 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
681 | relop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 0); }

Completed in 133 milliseconds