Searched refs:ratfor (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/sgs/lex/common/ |
H A D | main.c | 96 ratfor = FALSE; 228 if (ratfor) 233 ypath = ratfor ? RATNAME : CNAME;
|
H A D | header.c | 42 ratfor ? rhd1() : chd1(); in phead1() 316 if (!ratfor) in phead2() 339 ratfor ? rtail() : ctail(); in ptail()
|
H A D | parser.y | 334 if(!ratfor)(void) fprintf(fout,"# "); 336 if(!ratfor)(void) fprintf(fout,"int yylex(){\nint nstr; extern int yyprevious;\n"); 489 ratfor = (c == 'r'); 526 if(!ratfor)(void) fprintf(fout,"# "); 604 if(ratfor)(void) fprintf(fout,"%d\n",30000+casecount); 607 if(ratfor)(void) fprintf(fout,"goto 30997\n"); 658 if(ratfor)(void) fprintf(fout,"%d\n",30000+casecount++);
|
H A D | sub2.c | 323 if (ratfor) { in cgoto() 447 (void) (ratfor ? fprintf(fout, "end\n") : fprintf(fout, "0};\n")); in cgoto() 837 if (!ratfor) in acompute() 843 (void) (ratfor ? in acompute() 854 ratfor ? in acompute() 867 (void) (ratfor ? fprintf(fout, "data vstop (%d)/0/\n", aptr) : in acompute() 1018 if (ratfor) { in layout()
|
H A D | once.h | 100 int ratfor; /* 1 = ratfor, 0 = C */ variable
|
H A D | ldefs.h | 175 extern int ratfor; /* 1 = ratfor, 0 = C */
|
H A D | sub1.c | 193 (void) sprintf(fname, "lex.yy.%c", ratfor ? 'r' : 'c'); in lgate() 198 if (ratfor) in lgate()
|
/titanic_44/usr/src/cmd/vgrind/ |
H A D | vgrindefs.src | 100 ratfor|rat|r:\
|
/titanic_44/usr/src/cmd/make/bin/ |
H A D | make.rules.file | 284 # FORTRAN section. ratfor.
|