Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c245 ByeByeParallel(int sig) in ByeByeParallel() function
342 (void) signal(SIGTERM, ByeByeParallel); in parallel_comm()
343 (void) signal(SIGQUIT, ByeByeParallel); in parallel_comm()
344 (void) signal(SIGHUP, ByeByeParallel); in parallel_comm()
345 (void) signal(SIGINT, ByeByeParallel); in parallel_comm()
/titanic_41/usr/src/cmd/lp/model/
H A Dlp.cat.c265 ByeByeParallel(int sig) in ByeByeParallel() function