Searched defs:ISCNTRL (Results 1 – 11 of 11) sorted by relevance
44 #define ISCNTRL iswcntrl macro78 #define ISCNTRL iscntrl macro
92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
235 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) macro
234 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) macro