Home
last modified time | relevance | path

Searched refs:relop (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/libpcap/
H A Dgrammar.y345 %type <i> byteop pname relop irelop
505 | arth relop arth { CHECK_PTR_VAL(($$.b = gen_relation(cstate, $2, $1, $3, 0)));
741 relop: '>' { $$ = BPF_JGT; }
795 …| relop NUM { CHECK_PTR_VAL(($$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, $2, $1, 0)));…
828 …| relop NUM { CHECK_PTR_VAL(($$.b = gen_mtp3field_code(cstate, $<blk>0.mtp3fieldtype, $2, $1, 0))…
/dragonfly/contrib/awk/
H A Dproto.h167 extern Cell *relop(Node **, int);
H A Drun.c884 Cell *relop(Node **a, int n) /* a[0 < a[1], etc. */ in relop() function