Home
last modified time | relevance | path

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

/titanic_44/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_44/usr/src/lib/libshell/common/include/
H A Dstreval.h100 #define ARITH_COMP 04 /* set when compile separate from execute */ macro