Searched refs:aliasok (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dshlex.h45 char aliasok; /* on when alias is legal */ member in struct:_shlex_
/ast/src/cmd/ksh93/sh/
H A Dlex.c249 aok= lp->aliasok;
253 lp->aliasok = aok;
533 lp->aliasok = lp->lex.reservok;
1527 if(!(wordflags&ARG_QUOTED) && (lp->lex.reservok||lp->aliasok))
1535 && (lp->aliasok!=2 || nv_isattr(np,BLT_DCL))
2477 lp->aliasok = 1;

Completed in 14 milliseconds