LWORD
if (yylex(ONEWORD|UNESCAPE) != LWORD) {
if (yylex(ONEWORD) != LWORD)
if (yylex(ONEWORD|HEREDOC) != LWORD)
return LWORD;
return LWORD;
return LWORD;
musthave(LWORD, ishere ? HEREDELIM : 0);
case LWORD:
case LWORD:
musthave(LWORD,LETEXPR);
musthave(LWORD, ARRAYVAR);
musthave(LWORD, 0);
musthave(LWORD, 0);
musthave(LWORD, 0);
while ((c = token(0)) == LWORD)
case LWORD:
uqword = c == LWORD && *ident;
if (c != LWORD)
symbol = LWORD;