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

/macosx-10.10/zsh-61/zsh/Src/
H A Dcond.c140 return !cd->handler(strs, cd->condid);
167 return !cd->handler(strs, cd->condid);
H A Dzsh.h576 int condid; /* for overloading handler functions */ member in struct:conddef
587 #define CONDDEF(name, flags, handler, min, max, condid) \
588 { NULL, name, flags, handler, min, max, condid, NULL }

Completed in 116 milliseconds