Searched refs:IsGL (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXmu/dist/src/
H A DXct.c72 #define IsGL(c) (((c) >= 0x20) && ((c) <= 0x7f)) macro
305 if ((!IsGL(*cp) && !IsGR(*cp)) || (*cp == 0x2a) || (*cp == 0x3f))
545 } else if (IsGL(c)) {
548 while (IsMore(priv) && IsGL(*priv->ptr)) {
592 if (IsGL(c)) {
598 while (IsMore(priv) && IsGL(*priv->ptr)) {

Completed in 2 milliseconds