Searched refs:ARITH_COMP (Results 1 – 2 of 2) sorted by relevance
95 …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()
100 #define ARITH_COMP 04 /* set when compile separate from execute */ macro