Home
last modified time | relevance | path

Searched defs:trapnote (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/sh/
H A Ddefs.c85 BOOL trapnote; variable
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h148 unsigned char trapnote; /* set when trap/signal is pending */ member
/titanic_44/usr/src/lib/libshell/common/include/
H A Dshell.h139 unsigned char trapnote; /* set when trap/signal is pending */ member
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h148 unsigned char trapnote; /* set when trap/signal is pending */ member
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h148 unsigned char trapnote; /* set when trap/signal is pending */ member
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h148 unsigned char trapnote; /* set when trap/signal is pending */ member
/titanic_44/usr/src/lib/libshell/common/sh/
H A Djobs.c186 int oldexit,trapnote; in job_chldtrap() local