OpenGrok
Cross Reference: sh.h
xref
: /
external
/
mksh
/
src
/
sh.h
Home
|
History
|
Annotate
|
Download
|
only in
src
Lines Matching
full:isctrl
1649
#define
ISCTRL
(x) (((signed char)((uint8_t)(x) + 1)) < 33)