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

/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c237 Complist next;
454 scanner(Complist q)
646 static Complist
650 Complist l1;
664 l1 = (Complist) zhalloc(sizeof *l1);
690 l1 = (Complist) zhalloc(sizeof *l1);
705 l1 = (Complist) zhalloc(sizeof *l1);
716 /* turn a string into a Complist struct: this has path components */
719 static Complist
1074 Complist
[all...]
H A Dzsh.h410 typedef struct complist *Complist; typedef in typeref:struct:complist

Completed in 170 milliseconds