Home
last modified time | relevance | path

Searched refs:Isgraph (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/lib/libast/common/regex/
H A Dregclass.c81 static int Isgraph(int c) { return iswgraph(c); } in Isgraph() function
114 { SZ("graph"), Isgraph },
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregclass.c74 static int Isgraph(int c) { return iswgraph(c); } in Isgraph() function
115 { SZ("graph"), Isgraph },