HomeSort by: relevance | last modified time | path
    Searched defs:old_tstp (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/qsubst/
qsubst.c 156 void (*old_tstp) (int); local in function:tstp_self
161 old_tstp = signal(SIGTSTP, SIG_DFL);
163 signal(SIGTSTP, old_tstp);

Completed in 11 milliseconds