Home
last modified time | relevance | path

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

/titanic_54/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h129 #define SH_ASSIGN 020 macro
/titanic_54/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c974 lexp->assignok = SH_ASSIGN; in assign()
1065 ac = (struct comnod*)simple(lexp,SH_NOIO|SH_ASSIGN|type|array,NIL(struct ionod*)); in assign()
1074 lexp->assignok = SH_ASSIGN; in assign()
1438 lexp->assignok = (flag&SH_ASSIGN)?SH_ASSIGN:1; in simple()
1499 if(tok==LABLSYM && (flag&SH_ASSIGN)) in simple()
1537 lexp->assignok |= SH_ASSIGN; in simple()
1551 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()