Home
last modified time | relevance | path

Searched refs:GE (Results 1 – 25 of 44) sorted by relevance

12

/original-bsd/old/cpp/
H A Dcpy.y5 %term EQ NE LE GE LS RS
15 %binary '<' '>' LE GE
45 | e GE e
H A Dyylex.c17 static int val2[]={OROR, ANDAND, RS, LS, GE, LE, NE, EQ}; in yylex()
/original-bsd/usr.bin/m4/
H A Dm4y.y11 %nonassoc GT GE LT LE NE EQ
28 | e GE e ={ $$ = $1 >= $3; }
65 return(peek('=', GE, GT)); in yylex()
/original-bsd/bin/test/
H A Doperators.h41 #define GE 29 macro
H A Dbinary_op29 GE -ge 4 OP_INT
/original-bsd/usr.bin/f77/pass1.vax/
H A Dformat.h53 #define GE 29 macro
H A Dfmt.c242 if(c=='e') n=EE; else if(c=='d') n=DE; else n=GE;
/original-bsd/usr.bin/tset/
H A Dmap.c26 #define GE (GT | EQ) macro
174 case GE:
/original-bsd/usr.bin/f77/libI77/
H A Dformat.h53 #define GE 29 macro
H A Drdfmt.c46 case GE:
H A Dfmt.c257 if(c=='e') n=EE; else if(c=='d') n=DE; else n=GE;
/original-bsd/old/awk/
H A Dproc.c33 { GE, "relop", " >= "},
H A Dawk.lx.l80 ">=" { yylval = GE; RETURN(RELOP); }
H A Dawk.g.y10 %token LT LE GT GE EQ NE
/original-bsd/usr.bin/bc/
H A Dbc.y28 %term _WHILE _FOR NE LE GE INCR DECR
170 | e GE e
431 case '>': return( cpeek( '=', GE, '>' ) ); in yylex()
/original-bsd/local/ditroff/ditroff.okeeffe/grap/
H A Dgrap.y26 %nonassoc <f> GT LT LE GE EQ NE
345 | expr GE expr { $$ = $1 >= $3; }
H A Dgrapl.l170 <A>">=" return(GE);
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A Dpicy.y39 %nonassoc <f> GT LT LE GE EQ NEQ
298 | expr GE expr { $$ = $1 >= $3; }
/original-bsd/old/pcc/mip/
H A Doptim.c37 short revrel[] ={ EQ, NE, GE, GT, LE, LT, UGE, UGT, ULE, ULT };
251 case GE:
H A Dtrees.c164 case GE:
686 if( u && (o==LE||o==LT||o==GE||o==GT)) o += (UGE-GE);
765 case GE:
1041 case GE:
1439 case GE:
H A Dreader.c915 int negrel[] = { NE, EQ, GT, GE, LT, LE, UGT, UGE, ULT, ULE } ; /* negatives of relationals */
935 case GE:
953 case GE:
H A Dmfile1278 RELOP LE,LT,GE,GT
H A Dcommon.c277 GE, ">", BITYPE|LOGFLG,
/original-bsd/contrib/awk.research/
H A Dawk.lx.l106 <A>">=" { yylval.i = GE; RET(GE); }
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Dfmt.c242 if(c=='e') n=EE; else if(c=='d') n=DE; else n=GE;

12