Searched refs:_sch_isidst (Results 1 – 2 of 2) sorted by relevance
70 _sch_isidst = 0x0200, /* A-Za-z_ */ enumerator77 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */103 #define ISIDST(c) _sch_test(c, _sch_isidst)
136 #define is _sch_isidst