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

/external/mksh/src/
H A Dhistrap.c1130 sigtraps[SIGCHLD].flags |= TF_SHELL_USES;
1144 sigtraps[SIGALRM].flags |= TF_SHELL_USES;
1397 else if (p->flags & TF_SHELL_USES) {
H A Djobs.c191 * the TF_SHELL_USES test is a kludge that lets us know if
195 sigtraps[tt_sigs[i]].flags |= TF_SHELL_USES;
H A Dmain.c488 sigtraps[SIGWINCH].flags |= TF_SHELL_USES;
H A Dsh.h721 #define TF_SHELL_USES BIT(0) /* shell uses signal, user can't change */ macro

Completed in 91 milliseconds