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

/freebsd-13-stable/contrib/one-true-awk/
H A Dproctab.c129 relop, /* EQ */
130 relop, /* GE */
131 relop, /* GT */
132 relop, /* LE */
133 relop, /* LT */
134 relop, /* NE */
H A Dproto.h160 extern Cell *relop(Node **, int);
H A Drun.c665 Cell *relop(Node **a, int n) /* a[0 < a[1], etc. */ function
/freebsd-13-stable/contrib/libpcap/
H A Dgrammar.y310 %type <i> byteop pname pnum relop irelop
467 | arth relop arth { CHECK_PTR_VAL(($$.b = gen_relation(cstate, $2, $1, $3, 0)));
692 relop: '>' { $$ = BPF_JGT; } label
746 | relop NUM { CHECK_PTR_VAL(($$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0))); }
779 | relop NUM { CHECK_PTR_VAL(($$.b = gen_mtp3field_code(cstate, $<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 0))); }

Completed in 167 milliseconds