Symbol: LE
bin/expr/expr.c
192
token = LE;
bin/expr/expr.c
384
op == LE || op == GE) {
bin/expr/expr.c
399
case LE:
bin/expr/expr.c
425
case LE:
lib/libkeynote/keynote.y
336
| numex LE numex { $$ = $1 <= $3; }
lib/libkeynote/keynote.y
342
| floatex LE floatex { $$ = $1 <= $3; }
lib/libkeynote/keynote.y
36
%nonassoc EQ NE LT GT LE GE REGEXP
lib/libkeynote/keynote.y
465
| str LE str {
sbin/pfctl/parse.y
4279
| LE { $$ = PF_OP_LE; }
sbin/pfctl/parse.y
546
%token DIVERTTO DIVERTREPLY DIVERTPACKET NATTO AFTO RDRTO RECEIVEDON NE LE GE
sbin/pfctl/parse.y
5831
return (LE);
sys/arch/hppa/hppa/db_disasm.c
1407
case LE: return(",<=");
sys/arch/hppa/hppa/db_disasm.c
1438
case LE: return(",<=");
usr.bin/awk/awkgram.y
233
| pattern LE pattern { $$ = op2($2, $1, $3); }
usr.bin/awk/awkgram.y
499
case LE: case LT: case EQ: case NE: case GT: case GE:
usr.bin/awk/awkgram.y
55
%token <i> AND BOR APPEND EQ GE GT LE LT NE IN
usr.bin/awk/awkgram.y
83
%nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|'
usr.bin/awk/lex.c
265
input(); yylval.i = LE; RET(LE);
usr.bin/awk/maketab.c
49
{ LE, "relop", " <= " },
usr.bin/awk/run.c
2414
} else if (a == LE) { /* input pipe */
usr.bin/awk/run.c
2466
else if (files[i].mode == '|' || files[i].mode == LE)
usr.bin/awk/run.c
2503
if (files[i].mode == '|' || files[i].mode == LE)
usr.bin/awk/run.c
424
mode = LE; /* arbitrary flag */
usr.bin/awk/run.c
908
case LE: if (i<=0) return(True);
usr.bin/m4/parser.y
33
%left '<' LE '>' GE
usr.bin/m4/parser.y
66
| expr LE expr { $$ = $1 <= $3; }
usr.bin/tset/tset.c
518
case LE:
usr.sbin/bgpd/parse.y
268
%token NE LE GE XRANGE LONGER MAXLEN MAX
usr.sbin/bgpd/parse.y
3504
| LE { $$ = OP_LE; }
usr.sbin/bgpd/parse.y
3921
return (LE);
usr.sbin/hostapd/parse.y
1146
| LE
usr.sbin/hostapd/parse.y
1549
return (LE);
usr.sbin/hostapd/parse.y
161
%token HOPPER DELAY NE LE GE ARROW