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

/macosx-10.9.5/bash-92/bash-3.2/
H A Dshell.c183 static int act_like_sh; variable
479 if (privileged_mode == 0 && act_like_sh)
481 if (running_setuid && privileged_mode == 0 && (tiger_mode ? (act_like_sh == 0) : 1))
651 if (act_like_sh)
996 act_like_sh == 0 && command_execution_string)
1047 if (act_like_sh) /* sh */
1063 if (posixly_correct == 0 && act_like_sh == 0 && privileged_mode == 0 &&
1087 if (act_like_sh) /* sh */
1096 if (act_like_sh == 0 && no_rc == 0)
1108 else if (act_like_sh
[all...]

Completed in 103 milliseconds