Searched refs:sh_arith (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | misc.c | 178 r = !sh_arith(shp,arg); in b_let() 360 n = ((arg= *argv)?(int)sh_arith(shp,arg):1); in b_shift()
|
H A D | test.c | 474 lnum = sh_arith(shp,left); in test_binop() 475 rnum = sh_arith(shp,right); in test_binop()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | arith.c | 84 Fun = sh_arith(shp,sub=stakptr(offset)); in scope() 545 Sfdouble_t sh_arith(Shell_t *shp,register const char *str) in sh_arith() function
|
H A D | array.c | 1191 size = (int)sh_arith(shp,(char*)sp); in nv_putsub() 1422 fp->max[0] = (int)sh_arith(shp,(char*)sub); in array_fixed_init() 1427 fp->max[n++] = sz = (int)sh_arith(shp,(char*)ep+1); in array_fixed_init() 1466 size = (int)sh_arith(shp,(char*)sub); in array_fixed() 1478 size = (int)sh_arith(shp,(char*)ep+1); in array_fixed()
|
H A D | name.c | 1044 sh_arith(shp,sp+1); in nv_create() 1154 n = sh_arith(shp,sp+1); in nv_create() 1690 ld = sh_arith(shp,sp); in nv_putval() 1710 d = sh_arith(shp,sp); in nv_putval() 1754 ll = (Sflong_t)sh_arith(shp,sp); in nv_putval() 1798 Sfdouble_t ld = sh_arith(shp,sp); in nv_putval() 2994 r = sh_arith(shp,str); in nv_getnum()
|
H A D | macro.c | 1367 else if((dolmax = (int)sh_arith(mp->shp,v))<0) in varsub() 1374 if((int)sh_arith(mp->shp,v)) in varsub() 2066 num = sh_arith(mp->shp,t->ar.arexpr->argval); in comsubst() 2068 num = sh_arith(mp->shp,sh_mactrim(mp->shp,t->ar.arexpr->argval,3)); in comsubst()
|
H A D | init.c | 296 if(np==HISTSIZE && sh_arith(shp,val)==nv_getnum(HISTSIZE)) in put_history() 661 n = sh_arith(rp->sh,val); in put_rand() 719 n = sh_arith(shp,val); in put_lineno()
|
H A D | nvdisc.c | 113 d = sh_arith(shp,str); in nv_getn()
|
H A D | xec.c | 2511 shp->exitval = !sh_arith(shp,arg[1]); in sh_exec()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 413 extern Sfdouble_t sh_arith(Shell_t*,const char*);
|