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

/macosx-10.10/zsh-61/zsh/Src/
H A Dexec.c1444 if (how & Z_TIMED)
1509 if (list_pipe || (pline_level && !(how & Z_TIMED)))
2750 (!sfcontext && !sourcelevel && (jobbing || (how & Z_TIMED))))
4207 execpline(state, *state->pc++, Z_TIMED|Z_SYNC, 0);
H A Dzsh.h538 #define Z_TIMED (1<<0) /* pipeline is being timed */ macro

Completed in 145 milliseconds