Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h45 char aliasok; /* on when alias is legal */ member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c252 aok= lp->aliasok; in lexfill()
256 lp->aliasok = aok; in lexfill()
537 lp->aliasok = lp->lex.reservok; in sh_lex()
1564 if(!(wordflags&ARG_QUOTED) && (lp->lex.reservok||lp->aliasok)) in sh_lex()
1572 && (lp->aliasok!=2 || nv_isattr(np,BLT_DCL)) in sh_lex()
2516 lp->aliasok = 1; in alias_exceptf()
H A Dparse.c988 lexp->aliasok = 2; in assign()
1467 lexp->aliasok = 1; in simple()
1502 lexp->aliasok = 0; in simple()
1653 lexp->aliasok = 0; in simple()
1790 lexp->aliasok = lexp->assignok = 1; in inout()