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

/ast/src/cmd/ksh93/bltins/
H A Dmisc.c178 r = !sh_arith(shp,arg);
360 n = ((arg= *argv)?(int)sh_arith(shp,arg):1);
H A Dtest.c473 lnum = sh_arith(shp,left);
474 rnum = sh_arith(shp,right);
/ast/src/cmd/ksh93/sh/
H A Darith.c84 Fun = sh_arith(shp,sub=stakptr(offset));
536 Sfdouble_t sh_arith(Shell_t *shp,register const char *str) function
H A Darray.c1191 size = (int)sh_arith(shp,(char*)sp);
1422 fp->max[0] = (int)sh_arith(shp,(char*)sub);
1427 fp->max[n++] = sz = (int)sh_arith(shp,(char*)ep+1);
1466 size = (int)sh_arith(shp,(char*)sub);
1478 size = (int)sh_arith(shp,(char*)ep+1);
H A Dname.c1039 sh_arith(shp,sp+1);
1149 n = sh_arith(shp,sp+1);
1675 ld = sh_arith(shp,sp);
1695 d = sh_arith(shp,sp);
1739 ll = (Sflong_t)sh_arith(shp,sp);
1783 Sfdouble_t ld = sh_arith(shp,sp);
2976 r = sh_arith(shp,str);
H A Dinit.c293 if(np==HISTSIZE && sh_arith(shp,val)==nv_getnum(HISTSIZE))
658 n = sh_arith(rp->sh,val);
716 n = sh_arith(shp,val);
H A Dnvdisc.c113 d = sh_arith(shp,str);
H A Dxec.c2499 shp->exitval = !sh_arith(shp,arg[1]);
/ast/src/cmd/ksh93/include/
H A Ddefs.h408 extern Sfdouble_t sh_arith(Shell_t*,const char*);
/ast/src/cmd/ie/
H A Dhistory.c62 # define sh_arith(str) (int)strtol(str,(char**)0,10) macro
165 maxlines = (unsigned)sh_arith(cp);

Completed in 245 milliseconds