Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:ARG

319   -j [N], --jobs[=N]          Allow N jobs at once; infinite jobs with no arg.\n"),
2303 handle_non_switch_argument (char *arg, int env)
2307 if (arg[0] == '-' && arg[1] == '\0')
2310 v = try_variable_definition (0, arg, o_command, 0);
2334 struct file *f = enter_command_line_file (arg);
2686 char *arg;
2690 #define ADD_FLAG(ARG, LEN) \
2694 new->arg = (ARG); \
2697 if (new->arg == 0) \
2813 if (flags->arg != 0)
2816 omitted is specified by ARG being "". We must distinguish
2818 is considered the arg for the first. */
2819 if (flags->arg[0] != '\0')
2823 p = quote_for_env (p, flags->arg);
2870 /* Separate the variables from the switches with a "--" arg. */