is_name
if (! is_name(*p))
} else if (c == '{' || is_name(c) || is_special(c)) {
if (!is_eof(c) && is_name(c)) {
if (!is_name(*p))