Searched defs:is_underscore (Results 1 – 2 of 2) sorted by relevance
175 bool is_underscore = c == '_'; in is_valid_identifier() local259 bool is_underscore = *src == '_'; in sanitize_underscores() local
249 static bool is_underscore(Char ch) in is_underscore() function