Home
last modified time | relevance | path

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

/trueos/bin/sh/
HDtrap.c75 static char sigmode[NSIG]; /* current value of signal */ variable
298 t = &sigmode[signo]; in setsignal()
358 if (sigmode[signo] == 0) in ignoresig()
360 if (sigmode[signo] != S_IGN && sigmode[signo] != S_HARD_IGN) { in ignoresig()
362 sigmode[signo] = S_IGN; in ignoresig()