Searched refs:w2_str (Results 1 – 1 of 1) sorted by relevance
183 const char *w1_str = opt, *w2_str; in setup_compute_opt_wdiff() local190 w2_str = strchr(opt, ','); in setup_compute_opt_wdiff()191 if (!w2_str) in setup_compute_opt_wdiff()194 if (!*++w2_str) in setup_compute_opt_wdiff()198 compute_wdiff_w2 = strtol(w2_str, NULL, 10); in setup_compute_opt_wdiff()