Searched refs:sigfirst (Results 1 – 1 of 1) sorted by relevance
3134 int sigfirst, signum, siglast; in handle_command() local3173 sigfirst = siglast = -1; in handle_command()3180 sigfirst = 0; in handle_command()3225 sigfirst = siglast = (int) in handle_command()3232 if (sigfirst > siglast) in handle_command()3235 signum = sigfirst; in handle_command()3236 sigfirst = siglast; in handle_command()3245 sigfirst = siglast = (int) oursig; in handle_command()3257 for (signum = sigfirst; signum >= 0 && signum <= siglast; signum++) in handle_command()