Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mailx/
H A Dcollect.c87 static int ignintr; /* Ignore interrups */ variable
124 ignintr = (int)value("ignore"); in collect()
130 sigset(SIGINT, ignintr ? intack : collrub), sigblock(sigmask(SIGINT)); in collect()
136 sigset(SIGINT, ignintr ? intack : collrub); in collect()
145 sigset(SIGINT, ignintr ? intack : collrub); in collect()