Searched refs:PREFORK_ASSIGN (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dsubst.c70 filesub(&cptr, flags & (PREFORK_TYPESET|PREFORK_ASSIGN));
101 filesub(&cptr, flags & (PREFORK_TYPESET|PREFORK_ASSIGN));
530 * assign & PREFORK_ASSIGN => normal assignment
H A Dzsh.h1722 #define PREFORK_ASSIGN 0x02 macro
H A Dexec.c2233 prefork(vl, (isstr ? (PREFORK_SINGLE|PREFORK_ASSIGN) :
2234 PREFORK_ASSIGN));

Completed in 134 milliseconds