Searched refs:isidfirstchar (Results 1 - 1 of 1) sorted by relevance

/external/jpeg/
H A Dansi2knr.c310 #define isidfirstchar(ch) (is_alpha(ch) || (ch) == '_') macro
483 if ( !isidfirstchar(*p) )
618 while ( !isidfirstchar(*p) )

Completed in 63 milliseconds