Searched refs:siglast (Results 1 – 1 of 1) sorted by relevance
3220 int sigfirst, signum, siglast; in handle_command() local3259 sigfirst = siglast = -1; in handle_command()3267 siglast = nsigs - 1; in handle_command()3311 sigfirst = siglast = (int) in handle_command()3315 siglast = (int) in handle_command()3318 if (sigfirst > siglast) in handle_command()3322 sigfirst = siglast; in handle_command()3323 siglast = signum; in handle_command()3331 sigfirst = siglast = (int) oursig; in handle_command()3343 for (signum = sigfirst; signum >= 0 && signum <= siglast; signum++) in handle_command()