Lines Matching refs:PARAMS
40 struct passwd *getpwnam PARAMS ((char *name));
126 static int eval_makefile PARAMS ((char *filename, int flags));
127 static int eval PARAMS ((struct ebuffer *buffer, int flags));
129 static long readline PARAMS ((struct ebuffer *ebuf));
130 static void do_define PARAMS ((char *name, unsigned int namelen,
133 static int conditional_line PARAMS ((char *line, int len, const struct floc *flocp));
134 static void record_files PARAMS ((struct nameseq *filenames, char *pattern, char *pattern_percent,
138 static void record_target_var PARAMS ((struct nameseq *filenames, char *defn,
142 static enum make_word_type get_next_mword PARAMS ((char *buffer, char *delim,
144 static void remove_comments PARAMS ((char *line));
145 static char *find_char_unquote PARAMS ((char *string, int stop1,