Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dfault.h64 #define SH_SIGTSTP 0200 /* tstp signal received */ macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dfault.c178 shp->trapnote |= SH_SIGTSTP; in sh_fault()
509 if(shp->trapnote&SH_SIGTSTP) in sh_exit()