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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Darith.c99 if((lvalue->emode&ARITH_COMP) && dtvnext(root) && ((sdict && (mp=nv_search(cp,sdict,flags&~NV_ADD))) || (mp=nv_search(cp,root,flags&~(NV_ADD|HASH_NOSCOPE)))))
269 if(lvalue->emode&ARITH_COMP)
275 if((lvalue->emode&ARITH_COMP) && dot)
288 Dt_t *root = (lvalue->emode&ARITH_COMP)?shp->var_base:shp->var_tree;
465 if(lvalue->emode&ARITH_COMP)
516 ep = arith_compile(shp,str,(char**)&ptr,arith,ARITH_COMP|1);
/osnet-11/usr/src/lib/libshell/common/include/
H A Dstreval.h105 #define ARITH_COMP 04 /* set when compile separate from execute */ macro

Completed in 27 milliseconds