Home
last modified time | relevance | path

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

/system/core/sh/
Dsyntax.h63 #define UPEOF ((char)PEOF) macro
73 #define is_alpha(c) (((char)(c)) != UPEOF && ((c) < CTL_FIRST || (c) > CTL_LAST) && isalpha((unsign…
74 #define is_name(c) (((char)(c)) != UPEOF && ((c) < CTL_FIRST || (c) > CTL_LAST) && ((c) == '_' || i…
75 #define is_in_name(c) (((char)(c)) != UPEOF && ((c) < CTL_FIRST || (c) > CTL_LAST) && ((c) == '_' |…