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

/macosx-10.10/zsh-61/zsh/Src/
H A Dmodule.c640 mod_export Conddef condtab;
647 Conddef
650 Conddef p;
692 addconddef(Conddef c)
694 Conddef p = getconddef((c->flags & CONDF_INFIX), c->name, 0);
713 deleteconddef(Conddef c)
715 Conddef p, q;
743 setconddefs(char const *nam, Conddef c, int size, int *e)
783 Conddef c;
785 c = (Conddef) zallo
[all...]
H A Dcond.c106 Conddef cd;
H A Dzsh.h411 typedef struct conddef *Conddef; typedef in typeref:struct:conddef
570 Conddef next; /* next in list */
1323 Conddef cd_list;
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dparameter.c951 Conddef p;

Completed in 139 milliseconds