Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h107 #define ARITH_ASSIGNOP 010 /* set during assignment operators */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c236 node.emode |= ARITH_ASSIGNOP; in arith_exec()
251 if(node.emode&ARITH_ASSIGNOP) in arith_exec()
255 node.emode &= ~ARITH_ASSIGNOP; in arith_exec()
H A Darith.c482 if((lvalue->emode&ARITH_ASSIGNOP) && nv_isarray(np)) in arith()