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

/macosx-10.10/zsh-61/zsh/Src/
H A Dexec.c392 static int nowait, pline_level = 0; variable
1153 old_pline_level = pline_level;
1158 pline_level = list_pipe = 0;
1391 pline_level = old_pline_level;
1471 if (!pline_level++) {
1479 pline_level--;
1509 if (list_pipe || (pline_level && !(how & Z_TIMED)))
1513 if(!pline_level) {
1569 (list_pipe || last1 || pline_level) &&
1571 (list_pipe_job && pline_level
[all...]
H A Dzsh.h965 int pline_level; member in struct:execstack

Completed in 101 milliseconds