Home
last modified time | relevance | path

Searched refs:execpline (Results 1 – 3 of 3) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dexec.c1419 execpline(state, code, ltype, (ltype & Z_END) && exiting); in execlist()
1428 execpline(state, code, Z_SYNC, 0)))) { in execlist()
1461 execpline(state, code, Z_SYNC, 0)))) { in execlist()
1593 execpline(Estate state, wordcode slcode, int how, int last1) in execpline() function
5144 execpline(state, *state->pc++, Z_TIMED|Z_SYNC, 0);
/dports/shells/zsh/zsh-5.8.1/Etc/
H A DChangeLog-3.03921 * execpline and execpline2 now assume that the
4569 * Patch for exec.c so that execpline will correctly invert
H A DChangeLog-3.1227 from 14327; make execpline() reset list_pipe_job to zero if it
6680 * Sven: 9600: Src/exec.c: wordcode problem in execpline().