Searched refs:_sch_iscppsp (Results 1 – 1 of 1) sorted by relevance
79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */ enumerator80 _sch_isbasic = _sch_isprint|_sch_iscppsp /* basic charset of ISO C107 #define IS_SPACE_OR_NUL(c) _sch_test(c, _sch_iscppsp)