Searched refs:sigtstp (Results 1 – 1 of 1) sorted by relevance
168 static volatile uint_t sigtstp = 0; variable1283 case SIGTSTP: sigtstp = 1; in sig_handler()1597 if (sigtstp == 1) { in main()1604 sigtstp = 0; in main()