Searched refs:_ISgraph (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/ctype/ |
D | ctype.h | 55 _ISgraph = _ISbit (7), /* Graphical. */ enumerator 194 # define isgraph(c) __isctype((c), _ISgraph) in __isctype_f() 290 # define __isgraph_l(c,l) __isctype_l((c), _ISgraph, (l))
|
D | ctype.c | 31 func (isgraph, _ISgraph) in func()
|
D | ctype_l.c | 32 func (isgraph_l, _ISgraph) in func()
|
/glibc-2.36/localedata/ |
D | tst-ctype.c | 92 _ISspace, _ISprint, _ISgraph, _ISblank, _IScntrl, in do_test()
|