Lines Matching defs:define
80 #define EXTEND 1 /* alias for TRUE */
81 #define DONT_EXTEND 0 /* alias for FALSE */
83 #define SUNOS_CPP "/usr/lib/cpp"
111 #define ARGLISTLEN 20
112 #define FIXEDARGS 2
126 #define INLINE 5
315 * Open input file with given define for C-preprocessor
318 open_input(char *infile, char *define)
329 addarg(define);
401 c_output(char *infile, char *define, int extend, char *outfile)
409 open_input(infile, define);
510 h_output(char *infile, char *define, int extend, char *outfile)
520 open_input(infile, define);
529 f_print(fout, "#ifndef _%s\n#define _%s\n\n", guard, guard);
628 s_output(int argc, char *argv[], char *infile, char *define, int extend,
636 open_input(infile, define);
688 "\n#ifndef SIG_PF\n#define SIG_PF void(*)\
691 f_print(fout, "\n#ifdef DEBUG\n#define RPC_SVC_FG\n#endif\n");
693 f_print(fout, "\n#define _RPCSVC_CLOSEDOWN %s\n",
716 l_output(char *infile, char *define, int extend, char *outfile)
723 open_input(infile, define);
753 t_output(char *infile, char *define, int extend, char *outfile)
759 open_input(infile, define);
775 svc_output(char *infile, char *define, int extend, char *outfile)
781 open_input(infile, define);
811 clnt_output(char *infile, char *define, int extend, char *outfile)
819 open_input(infile, define);
1281 f_print(stderr, "-Dname[=value]\tdefine a symbol (same as #define)\n");