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

/macosx-10.10/zsh-61/zsh/Src/
H A Doptions.c440 Optname on = (Optname) hn;
461 Optname on;
497 Optname on = (Optname) hn;
563 dosetopt(((Optname) hn)->optno, value, 0, opts);
664 Optname n;
686 (n = (Optname) optiontab->getnode(optiontab, s + 2))) {
688 } else if ((n = (Optname) optiontab->getnode(optiontab, s)))
831 Optname o
[all...]
H A Dzsh.h432 typedef struct optname *Optname; typedef in typeref:struct:optname
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dparameter.c898 int optno = ((Optname) hn)->optno, ison;

Completed in 137 milliseconds