Home
last modified time | relevance | path

Searched refs:sigmode (Results 1 – 1 of 1) sorted by relevance

/freebsd/bin/sh/
H A Dtrap.c71 static char sigmode[NSIG]; /* current value of signal */ variable
290 t = &sigmode[signo]; in setsignal()
350 if (sigmode[signo] == 0) in ignoresig()
352 if (sigmode[signo] != S_IGN && sigmode[signo] != S_HARD_IGN) { in ignoresig()
354 sigmode[signo] = S_IGN; in ignoresig()