Home
last modified time | relevance | path

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

/mirbsd/src/lib/libpcap/
Dgrammar.y104 %type <i> byteop pname pnum relop irelop
223 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0);
401 relop: '>' { $$ = BPF_JGT; }
/mirbsd/src/usr.bin/awk/
Dproto.h165 extern Cell *relop(Node **, int);
Drun.c651 Cell *relop(Node **a, int n) /* a[0 < a[1], etc. */ in relop() function