Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h129 #define SH_ASSIGN 020 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c981 lexp->assignok = SH_ASSIGN; in assign()
1072 ac = (struct comnod*)simple(lexp,SH_NOIO|SH_ASSIGN|type|array,NIL(struct ionod*)); in assign()
1081 lexp->assignok = SH_ASSIGN; in assign()
1445 lexp->assignok = (flag&SH_ASSIGN)?SH_ASSIGN:1; in simple()
1506 if(tok==LABLSYM && (flag&SH_ASSIGN)) in simple()
1544 lexp->assignok |= SH_ASSIGN; in simple()
1558 else if(flag&SH_ASSIGN) in simple()
H A Dlex.c347 lp->assignok = SH_ASSIGN; in sh_lex()
764 if(c=='[' && lp->assignok>=SH_ASSIGN) in sh_lex()