Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c82 char reservok; /* >0 for reserved word legal */ member
278 lp->lex.reservok = 1; in sh_lexopen()
343 lp->lex.reservok = 0; in sh_lex()
352 lp->assignok |= lp->lex.reservok; in sh_lex()
354 lp->comp_assign = lp->lex.reservok = 0; in sh_lex()
460 lp->lex.reservok = !lp->lex.intest; in sh_lex()
501 lp->lex.reservok = !lp->lex.intest; in sh_lex()
537 lp->aliasok = lp->lex.reservok; in sh_lex()
539 lp->lex.reservok = 0; in sh_lex()
544 lp->lex.reservok = !lp->lex.intest; in sh_lex()
[all …]