Searched refs:ARITH_COMP (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/ksh93/sh/ |
H A D | arith.c | 104 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)))) )) 290 if(lvalue->emode&ARITH_COMP) 296 if((lvalue->emode&ARITH_COMP) && dot) 309 Dt_t *root = (lvalue->emode&ARITH_COMP)?shp->var_base:shp->var_tree; 494 if(lvalue->emode&ARITH_COMP) 545 ep = arith_compile(shp,str,(char**)&ptr,arith,ARITH_COMP|1);
|
/ast/src/cmd/ksh93/include/ |
H A D | streval.h | 106 #define ARITH_COMP 04 /* set when compile separate from execute */ macro
|
Completed in 12 milliseconds