Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dfault.h64 #define SH_SIGTSTP 0200 /* tstp signal received */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c189 shp->trapnote |= SH_SIGTSTP; in sh_fault()
522 if(shp->trapnote&SH_SIGTSTP && job.jobcontrol) in sh_exit()