Searched refs:VSIGCOUNT (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/zsh-60/zsh/Src/
H A Dsignals.h38 #define VSIGCOUNT (SIGCOUNT+3) macro
H A Dsignals.c37 mod_export int sigtrapped[VSIGCOUNT];
51 mod_export Eprog siglists[VSIGCOUNT];
H A Djobs.c2368 if (idigit(*s) && x >= 0 && x < VSIGCOUNT)
2375 for (i = 0; i < VSIGCOUNT; i++)
H A Dbuiltin.c6081 for (sig = 0; sig < VSIGCOUNT; sig++) {
6109 for (sig = 0; sig < VSIGCOUNT; sig++)
H A Dexec.c921 for (sig = 0; sig < VSIGCOUNT; sig++)

Completed in 151 milliseconds