Home
last modified time | relevance | path

Searched refs:option_source (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/usr.bin/indent/
H A Dargs.c73 const char *option_source = "?"; variable
180 if ((f = fopen(option_source = fname, "r")) != NULL) { in set_profile()
184 if ((f = fopen(option_source = prof, "r")) != NULL) { in set_profile()
188 option_source = "Command line"; in set_profile()
264 errx(1, "%s: unknown parameter \"%s\"", option_source, arg - 1); in set_option()
318 errx(1, "%s: ``%s'' requires a parameter", option_source, p->p_name); in set_option()