Lines Matching defs:extend
439 c_output(const char *infile, const char *define, int extend,
449 outfilename = extend ? extendfile(infile, outfile) : outfile;
462 if (extend && tell == ftell(fout)) {
555 h_output(const char *infile, const char *define, int extend,
566 outfilename = extend ? extendfile(infile, outfile) : outfile;
602 if (extend && tell == ftell(fout)) {
618 const char *define, int extend, const char *outfile, int nomain,
627 outfilename = extend ? extendfile(infile, outfile) : outfile;
687 if (extend && !foundprogram) {
707 l_output(const char *infile, const char *define, int extend,
716 outfilename = extend ? extendfile(infile, outfile) : outfile;
728 if (extend && !foundprogram) {
738 t_output(const char *infile, const char *define, int extend,
746 outfilename = extend ? extendfile(infile, outfile) : outfile;
752 if (extend && !foundprogram) {
760 svc_output(const char *infile, const char *define, int extend,
769 outfilename = extend ? extendfile(infile, outfile) : outfile;
786 if (extend && tell == ftell(fout)) {
794 clnt_output(const char *infile, const char *define, int extend,
804 outfilename = extend ? extendfile(infile, outfile) : outfile;
826 if (extend && tell == ftell(fout)) {