Home
last modified time | relevance | path

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

/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcomp.h276 Cmatch exactm; /* the exact match (if any) */ member
H A Dcompcore.c3014 ai->exactm = cm; in add_match_data()
3015 } else if (useexact && (!ai->exactm || !matcheq(cm, ai->exactm))) { in add_match_data()
3017 ai->exactm = NULL; in add_match_data()
H A Dcompresult.c754 do_single(ainfo->exactm); in do_ambiguous()