Home
last modified time | relevance | path

Searched refs:SIGSET (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dexpand.c70 if (trapnote & SIGSET) in expand()
172 while ((e = readdir(dirf)) && (trapnote & SIGSET) == 0) { in expand()
H A Ddefs.h394 #define SIGSET 4 macro
516 #define sigchk() if (trapnote & SIGSET) \
H A Dfault.c238 flag = SIGSET; in fault()
H A Dword.c419 if (trapnote & SIGSET) { in readb()