Home
last modified time | relevance | path

Searched refs:_ISgraph (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/ctype/
Dctype.h55 _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))
Dctype.c31 func (isgraph, _ISgraph) in func()
Dctype_l.c32 func (isgraph_l, _ISgraph) in func()
/glibc-2.36/localedata/
Dtst-ctype.c92 _ISspace, _ISprint, _ISgraph, _ISblank, _IScntrl, in do_test()