is_identchar 2967 parse.y if (!is_identchar(c)) goto not_heredoc;
is_identchar 2974 parse.y } while ((c = nextc()) != -1 && is_identchar(c));
is_identchar 3386 parse.y else if ((ISALNUM(c) || c == '_') && lex_p < lex_pend && is_identchar(*lex_p)) {
is_identchar 4006 parse.y if (is_identchar(c)) {
is_identchar 4063 parse.y if (is_identchar(c))
is_identchar 4071 parse.y if (!is_identchar(c)) {
is_identchar 4096 parse.y if (!is_identchar(c)) {
is_identchar 4103 parse.y if (!is_identchar(c) || ISDIGIT(c)) {
is_identchar 4112 parse.y while (is_identchar(c)) {
is_identchar 4124 parse.y if ((c == '!' || c == '?') && is_identchar(tok()[0]) && !peek('=')) {
is_identchar 5484 parse.y if (!is_identchar(*m)) m++;
is_identchar 5532 parse.y while (*m && is_identchar(*m)) {