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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.func.c308 sigaction(SIGTERM, &parterm, NULL);
326 sigaction(SIGTERM, &parterm, NULL);
H A Dsh.c84 struct sigaction parterm; /* Parents terminate catch */ variable in typeref:struct:sigaction
852 sigaction(SIGTERM, NULL, &parterm);
H A Dsh.h718 extern struct sigaction parterm; /* Parents terminate catch */
H A Dsh.exec.c577 sigaction(SIGTERM, &parterm, &state.sigterm);
H A Dsh.sem.c560 sigaction(SIGTERM, &parterm, NULL);
H A Dsh.proc.c1845 sigaction(SIGTERM, &parterm, NULL);

Completed in 87 milliseconds