Searched refs:_sch_isprint (Results 1 – 2 of 2) sorted by relevance
63 _sch_isprint = 0x0010, /* any printing character including ' ' */ enumerator80 _sch_isbasic = _sch_isprint|_sch_iscppsp /* basic charset of ISO C96 #define ISPRINT(c) _sch_test(c, _sch_isprint)
139 #define pr _sch_isprint