Home
last modified time | relevance | path

Searched refs:is_graph (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/src/xkbcomp/
Dscanner.c122 while (is_graph(peek(s)) && peek(s) != '>') in _xkbcommon_lex()
Drules.c81 return is_graph(ch) && ch != '\\'; in is_ident()
/external/libxkbcommon/src/
Dutils.h189 is_graph(char ch) in is_graph() function