Home
last modified time | relevance | path

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

/csrg-svn/usr.bin/indent/
H A Dargs.c41 char *option_source = "?"; variable
135 if ((f = fopen(option_source = fname, "r")) != NULL) { in set_profile()
139 if ((f = fopen(option_source = prof, "r")) != NULL) { in set_profile()
143 option_source = "Command line"; in set_profile()
207 fprintf(stderr, "indent: %s: unknown parameter \"%s\"\n", option_source, arg - 1);
259 option_source, arg - 1);