Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c42 static boolean is_alpha_underscore( const char *cur ) in is_alpha_underscore() function
57 return is_digit( cur ) || is_alpha_underscore( cur ); in is_digit_alpha_underscore()
179 if (is_alpha_underscore( cur )) { in parse_identifier()
181 while (is_alpha_underscore( cur ) || is_digit( cur )) in parse_identifier()