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

/macosx-10.10/zsh-61/zsh/Src/
H A Dsignals.c495 if (((jn->stat & STAT_BUILTIN) ||
498 (jobtab[thisjob].stat & STAT_BUILTIN)))) &&
H A Dzsh.h928 #define STAT_BUILTIN (0x4000) /* job at tail of pipeline is a builtin */ macro
H A Dexec.c2935 jobtab[thisjob].stat |= STAT_BUILTIN;

Completed in 201 milliseconds