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

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

Completed in 246 milliseconds