Home
last modified time | relevance | path

Searched refs:comppatmatch (Results 1 – 4 of 4) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcompcore.c318 zsfree(comppatmatch); in do_completion()
319 opm = comppatmatch = ztrdup(useglob ? "*" : ""); in do_completion()
364 if (comppatmatch && *comppatmatch && comppatmatch != opm) in do_completion()
1221 if (comppatmatch && *comppatmatch && in check_param()
2267 if (comppatmatch && *comppatmatch && in addmatches()
2337 if (comppatmatch && *comppatmatch) { in addmatches()
2338 int is = (*comppatmatch == '*'); in addmatches()
2387 if (comppatmatch && *comppatmatch) { in addmatches()
H A Dcompctl.c2246 (ns && comppatmatch && *comppatmatch)) { in gen_matches_files()
2248 if (ns && comppatmatch && *comppatmatch == '*') { in gen_matches_files()
3181 if (comppatmatch) in makecomplistflags()
3256 if (!comppatmatch || !*comppatmatch) in makecomplistflags()
3264 (!comppatmatch || *comppatmatch == '*')) { in makecomplistflags()
3377 if (comppatmatch && *comppatmatch && (ispattern & 2)) { in makecomplistflags()
3385 (!comppatmatch || *comppatmatch == '*')) in makecomplistflags()
H A Dcomplete.c56 *comppatmatch, variable
1256 { "pattern_match", PM_SCALAR, VAL(comppatmatch), NULL },
1712 compexact = compexactstr = comppatmatch = comppatinsert = in setup_()
1795 zsfree(comppatmatch); in finish_()
H A Dcomputil.c4570 if (comppatmatch && *comppatmatch) { in cfp_opt_pats()