Home
last modified time | relevance | path

Searched refs:POSIXBUILTINS (Results 1 – 13 of 13) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Djobs.c1913 if (prog && !isset(POSIXBUILTINS)) in getjob()
1924 if (prog && !isset(POSIXBUILTINS)) in getjob()
1947 if (prog && !isset(POSIXBUILTINS)) in getjob()
1965 if (prog && !isset(POSIXBUILTINS)) in getjob()
1979 if (!isset(POSIXBUILTINS)) in getjob()
2379 if (!isset(POSIXBUILTINS)) in bin_fg()
2402 if (!isset(POSIXBUILTINS)) in bin_fg()
H A Dexec.c2922 } else if (isset(POSIXBUILTINS) && (cflags & BINF_EXEC)) { in execcmd_exec()
3151 if ((cflags & BINF_COMMAND) && unset(POSIXBUILTINS)) in execcmd_exec()
3301 (isset(POSIXBUILTINS) ? in execcmd_exec()
3842 if (!isset(POSIXBUILTINS) && nullexec != 2) in execcmd_exec()
3928 if (isset(POSIXBUILTINS)) { in execcmd_exec()
4234 if (isset(POSIXBUILTINS) && in execcmd_exec()
5714 if (!isset(POSIXBUILTINS)) {
5875 if (!isset(POSIXBUILTINS)) {
H A Dcond.c511 if (isset(POSIXBUILTINS)) in optison()
H A Dbuiltin.c2045 (isset(POSIXBUILTINS) && in typeset_single()
2165 if (isset(POSIXBUILTINS)) { in typeset_single()
2241 if (!(on & PM_READONLY) || !isset(POSIXBUILTINS)) in typeset_single()
2617 if (func == BIN_READONLY && isset(POSIXBUILTINS) && !OPT_PLUS(ops, 'g')) in bin_typeset()
2667 if (isset(POSIXBUILTINS) && SHELL_EMULATION() != EMULATE_KSH) { in bin_typeset()
4262 } else if (func == BIN_UNSET && isset(POSIXBUILTINS)) { in bin_unhash()
5945 if (isset(POSIXBUILTINS)) { in bin_dot()
H A Doptions.c218 {{NULL, "posixbuiltins", OPT_EMULATE|OPT_BOURNE}, POSIXBUILTINS},
H A Dzsh.h2454 POSIXBUILTINS, enumerator
H A Dparams.c999 if (isset(POSIXBUILTINS) && (oldpm->node.flags & PM_READONLY)) { in createparam()
1010 (isset(POSIXBUILTINS) && (oldpm->node.flags & PM_EXPORTED))) { in createparam()
H A Dparse.c2425 if (unset(POSIXBUILTINS) && check_cond(s1, "t")) in par_cond_2()
/dports/shells/zsh/zsh-5.8.1/Test/
H A DB02typeset.ztst618 setopt POSIXBUILTINS
/dports/shells/zsh/zsh-5.8.1/
H A DChangeLog3589 unsetting nonexistent function if POSIXBUILTINS.
4842 * 40654: Src/exec.c: exit cleanly from special POSIXBUILTINS in
6097 POSIXBUILTINS, "export var" does not implicitly set $var, and its
8342 * 37434: Src/exec.c: POSIXBUILTINS "command" should prevent shell
11025 displays unset readonly variables with POSIXBUILTINS.
11216 a redirection, with and without POSIXBUILTINS.
/dports/shells/zsh/zsh-5.8.1/Doc/Zsh/
H A Doptions.yo2165 pindex(POSIXBUILTINS)
/dports/shells/zsh/zsh-5.8.1/Etc/
H A DChangeLog-4.32209 with POSIXBUILTINS.
2218 exit on exec redirection error with POSIXBUILTINS.
/dports/shells/zsh/zsh-5.8.1/Doc/
H A Dzsh.texi11949 @pindex POSIXBUILTINS