Home
last modified time | relevance | path

Searched refs:ARITH_COMP (Results 1 – 4 of 4) sorted by relevance

/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darith.c104 if((lvalue->emode&ARITH_COMP) && dtvnext(root) && ((sdict && (mp=nv_search(cp,sdict,flags&~NV_ADD))) || (mp=nv_search(cp,root,flags&~(NV_ADD))) || (nsdict && (mp=nv_search(cp,nsdict,flags&~(NV_ADD|HASH_NOSCOPE)))) )) in scope()
290 if(lvalue->emode&ARITH_COMP) in arith()
296 if((lvalue->emode&ARITH_COMP) && dot) in arith()
309 Dt_t *root = (lvalue->emode&ARITH_COMP)?shp->var_base:shp->var_tree; in arith()
494 if(lvalue->emode&ARITH_COMP) in arith()
554 ep = arith_compile(shp,str,(char**)&ptr,arith,ARITH_COMP|1); in sh_arithcomp()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Darith.c95 …if((lvalue->emode&ARITH_COMP) && dtvnext(root) && ((mp=nv_search(cp,root,flags))||(sdict && (mp=nv… in scope()
182 if((lvalue->emode&ARITH_COMP) && dot) in arith()
195 Dt_t *root = (lvalue->emode&ARITH_COMP)?shp->var_base:shp->var_tree; in arith()
392 ep = arith_compile(str,(char**)&ptr,arith,ARITH_COMP|1); in sh_arithcomp()
/titanic_51/usr/src/lib/libshell/common/include/
H A Dstreval.h100 #define ARITH_COMP 04 /* set when compile separate from execute */ macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h106 #define ARITH_COMP 04 /* set when compile separate from execute */ macro