Home
last modified time | relevance | path

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

/original-bsd/local/toolchest/ksh/sh/
H A Dexpand.c83 if(trapnote&SIGSET)
202 while((entry=readdir(dirf)) && (trapnote&SIGSET)==0)
204 while(fread((char*)entry,sizeof(struct direct),1,dirf)==1 && (trapnote&SIGSET)==0)
H A Dbrkincr.h37 #define SIGSET 4 macro
H A Decho.c94 if(trapnote&SIGSET)
H A Dxec.c128 if(trapnote&SIGSET)
156 if(trapnote&SIGSET)
309 if(trapnote&SIGSET)
821 if(trapnote&SIGSET)
H A Dword.c467 if(trapnote&SIGSET) in readc()
504 if(trapnote&SIGSET) in interrupt()
H A Dfault.c103 flag = (trapcom[sig] ? TRAPSET : SIGSET);
H A Dargs.c544 if(trapnote&SIGSET)
H A Dhistory.c589 if(trapnote&SIGSET)
H A Dservice.c457 if(trapnote&SIGSET)
H A Dname.c443 if(trapnote&SIGSET)
H A Dbuiltin.c880 if(lflag && (trapnote&SIGSET))
/original-bsd/old/sh/
H A Derror.c30 IF trapnote&SIGSET in sigchk()
H A Dexpand.c45 IF trapnote&SIGSET THEN return(0); FI
85 WHILE (trapnote&SIGSET) == 0 ANDF (dp = readdir(dirf)) != NULL
H A Dfault.c37 ELSE flag = (trapcom[sig] ? TRAPSET : SIGSET);
H A Ddefs.h239 #define SIGSET 4 macro
H A Dword.c134 REP IF trapnote&SIGSET THEN newline(); sigchk() FI in readb()