Home
last modified time | relevance | path

Searched refs:sh_arith (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmisc.c178 r = !sh_arith(shp,arg); in b_let()
360 n = ((arg= *argv)?(int)sh_arith(shp,arg):1); in b_shift()
H A Dtest.c474 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 Darith.c84 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 Darray.c1191 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 Dname.c1044 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 Dmacro.c1367 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 Dinit.c296 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 Dnvdisc.c113 d = sh_arith(shp,str); in nv_getn()
H A Dxec.c2511 shp->exitval = !sh_arith(shp,arg[1]); in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h413 extern Sfdouble_t sh_arith(Shell_t*,const char*);