LE               1814 lib-src/ebrowse.c               return LE;
LE               2024 lib-src/ebrowse.c     case LE:                    return "<=";
LE               1816 test/manual/etags/y-src/parse.c 		ch = (ch=='<') ? LE : (ch=='>') ? GE : NE;
LE                 27 test/manual/etags/y-src/parse.y %nonassoc '<' LE '>' GE
LE                183 test/manual/etags/y-src/parse.y 	| exp LE exp {
LE                455 test/manual/etags/y-src/parse.y 		ch = (ch=='<') ? LE : (ch=='>') ? GE : NE;