Lines Matching refs:optname
326 insert_option(const char *fname, char *optname, char *val) in insert_option() argument
330 check_duplicate(fname, optname); in insert_option()
334 po->o_name = optname; in insert_option()
341 update_option(const char *optname, char *val, int flags) in update_option() argument
346 if (eq(po->o_name, optname)) { in update_option()
365 char *optname, *val; in read_option_file() local
386 optname = ns(wd); in read_option_file()
389 free(optname); in read_option_file()
395 " words per line at %s\n", fname, optname); in read_option_file()
398 char *s = ns(optname); in read_option_file()
412 insert_option(fname, optname, val); in read_option_file()
414 update_option(optname, val, flags); in read_option_file()
415 free(optname); in read_option_file()
416 optname = NULL; in read_option_file()