Searched defs:caused (Results 1 - 1 of 1) sorted by relevance

/external/libppp/src/
H A Dsig.c36 static int caused[NSIG]; /* An array of pending signals */ variable
42 * Record a signal in the "caused" array
45 * records that a signal has been caused and that sig_Handle() should be
52 caused[sig - 1]++;
82 caused[sig - 1] = 0;
103 /* We've *probably* got something in `caused' set */
109 if (caused[sig]) {
110 caused[sig]--;

Completed in 118 milliseconds