Lines Matching refs:extend
376 c_output(infile, define, extend, outfile) in c_output() argument
379 int extend;
389 outfilename = extend ? extendfile(infile, outfile) : outfile;
402 if (extend && tell == ftell(fout)) {
467 h_output(infile, define, extend, outfile) in h_output() argument
470 int extend;
480 outfilename = extend ? extendfile(infile, outfile) : outfile;
507 if (extend && tell == ftell(fout)) {
521 s_output(argc, argv, infile, define, extend, outfile, nomain, netflag) in s_output() argument
526 int extend;
537 outfilename = extend ? extendfile(infile, outfile) : outfile;
602 if (extend && !foundprogram) {
623 l_output(infile, define, extend, outfile) in l_output() argument
626 int extend;
635 outfilename = extend ? extendfile(infile, outfile) : outfile;
648 if (extend && !foundprogram) {
659 t_output(infile, define, extend, outfile) in t_output() argument
662 int extend;
670 outfilename = extend ? extendfile(infile, outfile) : outfile;
676 if (extend && !foundprogram) {
685 svc_output(infile, define, extend, outfile) in svc_output() argument
688 int extend;
697 outfilename = extend ? extendfile(infile, outfile) : outfile;
714 if (extend && tell == ftell(fout))
721 clnt_output(infile, define, extend, outfile) in clnt_output() argument
724 int extend;
733 outfilename = extend ? extendfile(infile, outfile) : outfile;
755 if (extend && tell == ftell(fout))