Searched refs:old_opt (Results 1 – 2 of 2) sorted by relevance
50 char * old_opt; in pick_opts() local77 for (old_opt = strtok_r(infile_opts, LP_SEP, &flasts); in pick_opts()78 old_opt != NULL; old_opt = strtok_r(NULL, LP_SEP, &flasts)) { in pick_opts()90 if ((strncmp(old_opt, *new_opts, key_len + 1)) == 0) { in pick_opts()95 if ((addlist(&final_opts, old_opt)) != 0) { in pick_opts()
1206 99-01-23 optget: move <old_opt.h> back into <option.h>, no open-close