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