HomeSort by: relevance | last modified time | path
    Searched refs:is_name (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/sh/
syntax.h 87 #define is_name(c) (sh_ctype(c) & (ISUPPER|ISLOWER|ISUNDER)) macro
arith_token.c 103 } else if (is_name(token)) {
parser.c 2235 } else if (c == OPENBRACE || is_name(c) || is_special(c)) {
2247 else if (is_name(c) || isdigit(c))
2283 if (is_name(c)) {
2513 if (! is_name(*p))
2525 if (!is_name(*p))
var.c 375 if (!is_name(*p))
expand.c 906 special = subtype != VSUNKNOWN && !is_name(*p);

Completed in 18 milliseconds