Searched refs:is_graph (Results 1 – 3 of 3) sorted by relevance
190 is_graph(char ch) in is_graph() function
122 while (is_graph(peek(s)) && peek(s) != '>') in _xkbcommon_lex()
81 return is_graph(ch) && ch != '\\'; in is_ident()