Searched refs:match_ct (Results 1 – 3 of 3) sorted by relevance
610 unsigned int match_ct = 0; in emit_match_expr() local623 while (UPPER(od->pz_Name[match_ct]) == UPPER(name[match_ct])) in emit_match_expr()624 match_ct++; in emit_match_expr()626 if (match_ct > min_match_ct) in emit_match_expr()627 min_match_ct = match_ct; in emit_match_expr()635 match_ct = 0; in emit_match_expr()636 while ( toupper(od->pz_DisableName[match_ct]) in emit_match_expr()637 == toupper(name[match_ct])) in emit_match_expr()638 match_ct++; in emit_match_expr()639 if (match_ct > min_match_ct) in emit_match_expr()[all …]
260 opt_ambiguous(tOptions * opts, char const * name, int match_ct) in opt_ambiguous() argument263 fprintf(stderr, zambig_opt_fmt, opts->pzProgPath, name, match_ct); in opt_ambiguous()264 if (match_ct <= 4) in opt_ambiguous()
181 opt_ambiguous(tOptions * opts, char const * name, int match_ct);