Lines Matching refs:extend
401 c_output(char *infile, char *define, int extend, char *outfile) in c_output() argument
410 outfilename = extend ? extendfile(infile, outfile) : outfile; in c_output()
429 if (extend && tell == ftell(fout)) { in c_output()
510 h_output(char *infile, char *define, int extend, char *outfile) in h_output() argument
521 outfilename = extend ? extendfile(infile, outfile) : outfile; in h_output()
611 if (extend && tell == ftell(fout)) { in h_output()
628 s_output(int argc, char *argv[], char *infile, char *define, int extend, in s_output() argument
637 outfilename = extend ? extendfile(infile, outfile) : outfile; in s_output()
697 if (extend && !foundprogram) { in s_output()
716 l_output(char *infile, char *define, int extend, char *outfile) in l_output() argument
724 outfilename = extend ? extendfile(infile, outfile) : outfile; in l_output()
742 if (extend && !foundprogram) { in l_output()
753 t_output(char *infile, char *define, int extend, char *outfile) in t_output() argument
760 outfilename = extend ? extendfile(infile, outfile) : outfile; in t_output()
766 if (extend && !foundprogram) { in t_output()
775 svc_output(char *infile, char *define, int extend, char *outfile) in svc_output() argument
782 outfilename = extend ? extendfile(infile, outfile) : outfile; in svc_output()
805 if (extend && tell == ftell(fout)) in svc_output()
811 clnt_output(char *infile, char *define, int extend, char *outfile) in clnt_output() argument
820 outfilename = extend ? extendfile(infile, outfile) : outfile; in clnt_output()
845 if (extend && tell == ftell(fout)) in clnt_output()