Searched defs:is_name (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dsyntax.h74 #define is_name(c) (((char)(c)) != UPEOF && ((c) < CTL_FIRST || (c) > CTL_LAST) && ((c) == '_' || isalpha((unsigned char)(c)))) macro

Completed in 2593 milliseconds