Home
last modified time | relevance | path

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

/system/core/sh/
Dsyntax.h74 #define is_name(c) (((char)(c)) != UPEOF && ((c) < CTL_FIRST || (c) > CTL_LAST) && ((c) == '_' || i… macro
Dparser.c1267 if (c != '(' && c != OPENBRACE && !is_name(c) && !is_special(c)) { in readtoken1()
1293 if (is_name(c)) { in readtoken1()
1581 if (! is_name(*p)) in goodname()
Deval.c717 if (varflag && is_name(*p)) { in evalcommand()
735 if (!is_name(*p)) in evalcommand()
Dvar.c232 if (! is_name(*p)) in setvar()
Dexpand.c623 special = !is_name(*p); in evalvar()