Home
last modified time | relevance | path

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

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dexec.c1011 entersubsh(int flags, struct entersubsh_ret *retp) in entersubsh() function
1845 entersubsh(ESUB_ASYNC, NULL); in execpline()
2755 entersubsh(flags, &esret); in execcmd_fork()
3878 entersubsh(flags, NULL); in execcmd_exec()
4642 entersubsh(ESUB_PGRP|ESUB_NOMONITOR, NULL); in getoutput()
4849 entersubsh(ESUB_PGRP|ESUB_NOMONITOR, NULL); in getoutputfile()
4926 entersubsh(ESUB_ASYNC|ESUB_PGRP, NULL);
4958 entersubsh(ESUB_ASYNC|ESUB_PGRP, NULL);
5009 entersubsh(ESUB_ASYNC|ESUB_PGRP, NULL);
/dports/shells/zsh/zsh-5.8.1/Etc/
H A DChangeLog-3.02390 * Src/exec.c: add zleactive = 0; to entersubsh(). From Bart and
/dports/shells/zsh/zsh-5.8.1/
H A DChangeLog4953 * 40576 (tweaked): Src/exec.c: entersubsh(): small improvement to