Lines Matching refs:extend
66 #define EXTEND 1 /* alias for TRUE */
229 c_output(cmd.infile, "-DRPC_XDR", EXTEND, "_xdr.c");
231 h_output(cmd.infile, "-DRPC_HDR", EXTEND, ".h");
233 l_output(cmd.infile, "-DRPC_CLNT", EXTEND, "_clnt.c");
236 s_output(allc, allv, cmd.infile, "-DRPC_SVC", EXTEND,
240 EXTEND, "_svc.c", cmd.mflag, cmd.nflag);
243 t_output(cmd.infile, "-DRPC_TBL", EXTEND, "_tbl.i");
247 svc_output(cmd.infile, "-DRPC_SERVER", EXTEND, "_server.c");
251 clnt_output(cmd.infile, "-DRPC_CLIENT", EXTEND, "_client.c");
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)) {