Home
last modified time | relevance | path

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

/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dfault.h64 #define SH_SIGTSTP 0200 /* tstp signal received */ macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dfault.h64 #define SH_SIGTSTP 0200 /* tstp signal received */ macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dfault.h64 #define SH_SIGTSTP 0200 /* tstp signal received */ macro
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dfault.h64 #define SH_SIGTSTP 0200 // tstp signal received macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dfault.c189 shp->trapnote |= SH_SIGTSTP; in sh_fault()
522 if(shp->trapnote&SH_SIGTSTP) in sh_exit()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dfault.c189 shp->trapnote |= SH_SIGTSTP; in sh_fault()
522 if(shp->trapnote&SH_SIGTSTP) in sh_exit()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dfault.c223 shp->trapnote |= SH_SIGTSTP; in sh_fault()
542 if((shp->trapnote&SH_SIGTSTP) && job.jobcontrol) in sh_exit_20120720()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dfault.c198 shp->trapnote |= SH_SIGTSTP; in sh_fault()
460 if ((shp->trapnote & SH_SIGTSTP) && job.jobcontrol) { in sh_exit()