Searched refs:option_source (Results 1 – 3 of 3) sorted by relevance
143 char *option_source = NULL; /* string saying where the option came from */ variable398 option_source = "command line";490 oldsource = option_source;496 option_source = strdup(filename);499 if (option_source == NULL)500 option_source = "file";553 option_source = oldsource;843 ip->source = option_source;1127 if (option_source == NULL) { in option_error()1130 (void) strlcpy(buf, option_source, sizeof (buf)); in option_error()[all …]
295 extern char *option_source; /* string saying where the option came from */
632 option_source = (char *)extra_opt_filename;