Searched refs:matchsubs (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcompmatch.c294 Cline matchsubs, matchlastsub; variable
305 matchparts = matchlastpart = matchsubs = matchlastsub = NULL;
315 free_cline(matchsubs);
316 matchparts = matchsubs = NULL;
395 if (matchsubs) {
402 q->next = matchsubs;
404 lp->prefix = matchsubs;
409 p->prefix = matchsubs;
411 matchsubs = matchlastsub = NULL;
458 if (matchsubs) {
[all...]

Completed in 113 milliseconds