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

/macosx-10.10/zsh-61/zsh/Src/
H A Dmodule.c2226 m->node.flags |= MOD_INIT_S | MOD_INIT_B;
2298 m->node.flags |= MOD_INIT_B;
2809 * MOD_INIT_B, and also MOD_INIT_S since we won't need to cleanup
2816 m->node.flags &= ~(MOD_INIT_B|MOD_INIT_S);
H A Dzsh.h1295 #define MOD_INIT_B (1<<5) macro

Completed in 76 milliseconds