HomeSort by relevance Sort by last modified time
    Searched refs:vforked (Results 1 - 6 of 6) sorted by null

  /system/core/sh/
trap.c 206 clear_traps(int vforked)
213 if (!vforked) {
218 setsignal(tp - trap, vforked);
232 setsignal(int signo, int vforked)
245 if (rootshell && !vforked && action == S_DFL) {
302 if (!vforked)
334 ignoresig(int signo, int vforked)
338 if (!vforked)
jobs.c 896 forkchild(struct job *jp, union node *n, int mode, int vforked)
905 if (!vforked)
908 closescript(vforked);
909 clear_traps(vforked);
911 if (!vforked)
927 setsignal(SIGTSTP, vforked);
928 setsignal(SIGTTOU, vforked);
930 ignoresig(SIGINT, vforked);
931 ignoresig(SIGQUIT, vforked);
941 ignoresig(SIGINT, vforked);
    [all...]
eval.c 667 int vforked = 0; variable
706 vforked = 0;
853 vforked = 1;
867 * so, set vforked = 2 so the parent
870 vforked = 2;
879 forkchild(jp, cmd, mode, vforked);
885 if (vforked == 2) {
886 vforked = 0;
892 vforked = 0;
906 if (!vforked) {
    [all...]
redir.c 351 clearredir(vforked)
352 int vforked;
362 if (!vforked)
exec.c 119 shellexec(char **argv, char **envp, const char *path, int idx, int vforked)
125 tryexec(argv[0], argv, envp, vforked);
131 tryexec(cmdname, argv, envp, vforked);
151 TRACE(("shellexec failed for %s, errno %d, vforked %d, suppressint %d\n",
152 argv[0], e, vforked, suppressint ));
159 tryexec(char *cmd, char **argv, char **envp, int vforked)
175 if (vforked) {
input.c 568 closescript(int vforked)
570 if (vforked)

Completed in 1738 milliseconds