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

/macosx-10.10/zsh-61/zsh/Src/
H A Dsubst.c79 PREFORK_SHWORDSPLIT|
228 * If PREFORK_SHWORDSPLIT is already set, or used by the
235 pf_flags |= PREFORK_SHWORDSPLIT;
238 pf_flags & (PREFORK_SINGLE|PREFORK_SHWORDSPLIT));
1540 int spbreak = (pf_flags & PREFORK_SHWORDSPLIT) &&
1652 int nojoin = (pf_flags & PREFORK_SHWORDSPLIT) ? !(ifs && *ifs) && !qt : 0;
2666 split_flags = PREFORK_SHWORDSPLIT;
2704 * behavior on caller choice of PREFORK_SHWORDSPLIT. */
2710 split_flags = PREFORK_SPLIT|PREFORK_SHWORDSPLIT;
H A Dzsh.h1728 #define PREFORK_SHWORDSPLIT 0x10 macro

Completed in 179 milliseconds