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

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

Completed in 29 milliseconds