Searched refs:matchlastsub (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;
406 matchlastsub->next = NULL;
408 matchlastsub->next = p->prefix;
411 matchsubs = matchlastsub = NULL;
459 matchlastsub->next = n->prefix;
462 matchsubs = matchlastsub = lp;
473 if (matchlastsub)
474 matchlastsub->next = n;
477 matchlastsub
[all...]

Completed in 126 milliseconds