Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dsh.h54 # define SIGNALS NSIG macro
57 # define SIGNALS (_NSIG+1) /* _NSIG is # of signals used, excluding 0. */ macro
60 # define SIGNALS _SIGMAX macro
62 # define SIGNALS 32 macro