Home
last modified time | relevance | path

Searched refs:Cmatcher (Results 1 – 8 of 8) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcomp.h30 typedef struct cmatcher *Cmatcher; typedef
148 Cmatcher matcher; /* the matcher definition */
154 Cmatcher next; /* next matcher */
231 #define pcm_err ((Cmatcher) 1)
328 Cmatcher match; /* match spec (parsed from -M) */
H A Dcomplete.c115 freecmatcher(Cmatcher m) in freecmatcher()
117 Cmatcher n; in freecmatcher()
154 mod_export Cmatcher
155 cpcmatcher(Cmatcher m) in cpcmatcher()
157 Cmatcher r = NULL, *p = &r, n; in cpcmatcher()
160 *p = n = (Cmatcher) zalloc(sizeof(struct cmatcher)); in cpcmatcher()
241 mod_export Cmatcher
244 Cmatcher ret = NULL, r = NULL, n; in parse_cmatcher()
383 n = (Cmatcher) hcalloc(sizeof(*ret)); in parse_cmatcher()
609 Cmatcher match = NULL; in bin_compadd()
H A Dcompctl.h113 Cmatcher matcher; /* matcher control (-M) */
H A Dcompmatch.c84 cmatchers_same(Cmatcher a, Cmatcher b) in cmatchers_same()
101 add_bmatchers(Cmatcher m) in add_bmatchers()
124 Cmatcher mp; in update_bmatchers()
327 add_match_str(Cmatcher m, char *l, char *w, int wl, int sfx) in add_match_str()
373 add_match_part(Cmatcher m, char *l, char *w, int wl, in add_match_part()
446 add_match_sub(Cmatcher m, char *l, int ll, char *w, int wl) in add_match_sub()
514 Cmatcher mp, lm = NULL; in match_str()
1641 Cmatcher mp; in bld_parts()
1735 bld_line(Cmatcher mp, ZLE_STRING_T line, char *mword, char *word, in bld_line()
1999 Cmatcher mp; in join_strs()
[all …]
H A Dcomputil.c4249 cfp_matcher_range(Cmatcher *ms, char *add) in cfp_matcher_range()
4251 Cmatcher *mp, m; in cfp_matcher_range()
4469 Cmatcher m = parse_cmatcher(NULL, matcher); in cfp_matcher_pats()
4474 VARARR(Cmatcher, ms, zl); /* One Cmatcher per character */ in cfp_matcher_pats()
4475 Cmatcher *mp; in cfp_matcher_pats()
4480 memset(ms, 0, zl * sizeof(Cmatcher)); in cfp_matcher_pats()
H A Dcompcore.c445 freecmatcher((Cmatcher) getdata(n)); in do_completion()
H A Dcompctl.c314 Cmatcher m; in set_gmatcher()
/dports/shells/zsh/zsh-5.8.1/
H A DChangeLog4803 count wide characters and Cmatcher pointers more sanely in