Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/ape/cmd/pdksh/
H A Dsh.h158 # define SIGNALS NSIG macro
161 # define SIGNALS (_NSIG+1) /* _NSIG is # of signals used, excluding 0. */ macro
164 # define SIGNALS _SIGMAX macro
166 # define SIGNALS 32 macro