Home
last modified time | relevance | path

Searched refs:ftitle (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dmain.c52 char *prgname, *ftitle; variable
70 nerrors ? "" : "major ", ftitle, lineno); in segvcatch()
263 ftitle = xstrdup("<stdin>"); in main()
H A Dscan.l769 free(ftitle);
770 ftitle = xstrdup(eptr);
778 stabs_file(ftitle);
H A Dpass1.h178 extern char *ftitle;
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dmain.c53 char *ftitle = "<unknown>"; variable
366 ftitle = file; in dodata()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dscan.l658 ftitle = addstring(eptr);
661 stabs_file(ftitle);
H A Dmain.c69 nerrors ? "" : "major ", ftitle, lineno); in segvcatch()
H A Dpass1.h182 extern char *ftitle;
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dcommon.c76 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 Dreader.c473 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 Dmkext.c28 char *ftitle; variable