Searched refs:ftitle (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | main.c | 52 char *prgname, *ftitle; variable 70 nerrors ? "" : "major ", ftitle, lineno); in segvcatch() 263 ftitle = xstrdup("<stdin>"); in main()
|
| H A D | scan.l | 769 free(ftitle); 770 ftitle = xstrdup(eptr); 778 stabs_file(ftitle);
|
| H A D | pass1.h | 178 extern char *ftitle;
|
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | main.c | 53 char *ftitle = "<unknown>"; variable 366 ftitle = file; in dodata()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | scan.l | 658 ftitle = addstring(eptr); 661 stabs_file(ftitle);
|
| H A D | main.c | 69 nerrors ? "" : "major ", ftitle, lineno); in segvcatch()
|
| H A D | pass1.h | 182 extern char *ftitle;
|
| /netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
| H A D | common.c | 76 extern char *ftitle; 83 #define WHERE(ch) fprintf(stderr, "%s, line %d: ", ftitle, lineno); 321 fprintf(stderr, "%s:%d: %s: ", ftitle, lineno, t); in warner()
|
| H A D | reader.c | 473 extern char *ftitle; in mainp2() 484 free(ftitle); in mainp2() 485 ftitle = xstrdup(p); in mainp2() 1535 extern char *ftitle; 1545 fprintf(stderr, "%s, line %d: compiler error: ", ftitle, thisline);
|
| H A D | mkext.c | 28 char *ftitle; variable
|