Home
last modified time | relevance | path

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

12

/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dlet.c72 rv = !sh_arith(shp, *argv); in b_let()
H A Dshift.c64 int n = arg ? (int)sh_arith(shp, arg) : 1; in b_shift()
H A Dtest.c468 lnum = sh_arith(shp, left); in test_binop()
469 rnum = sh_arith(shp, right); in test_binop()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Darith.c84 Fun = sh_arith(shp,sub=stakptr(offset)); in scope()
536 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.c1039 sh_arith(shp,sp+1); in nv_create()
1149 n = sh_arith(shp,sp+1); in nv_create()
1675 ld = sh_arith(shp,sp); in nv_putval()
1695 d = sh_arith(shp,sp); in nv_putval()
1739 ll = (Sflong_t)sh_arith(shp,sp); in nv_putval()
1783 Sfdouble_t ld = sh_arith(shp,sp); in nv_putval()
2976 r = sh_arith(shp,str); in nv_getnum()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dtest.c473 lnum = sh_arith(shp,left); in test_binop()
474 rnum = sh_arith(shp,right); in test_binop()
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()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Darith.c84 Fun = sh_arith(shp,sub=stakptr(offset)); in scope()
536 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.c1039 sh_arith(shp,sp+1); in nv_create()
1149 n = sh_arith(shp,sp+1); in nv_create()
1675 ld = sh_arith(shp,sp); in nv_putval()
1695 d = sh_arith(shp,sp); in nv_putval()
1739 ll = (Sflong_t)sh_arith(shp,sp); in nv_putval()
1783 Sfdouble_t ld = sh_arith(shp,sp); in nv_putval()
2976 r = sh_arith(shp,str); in nv_getnum()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dtest.c473 lnum = sh_arith(shp,left); in test_binop()
474 rnum = sh_arith(shp,right); in test_binop()
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()
/dports/shells/ast-ksh/ast-ksh93v/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.c490 lnum = sh_arith(shp,left); in test_binop()
491 rnum = sh_arith(shp,right); in test_binop()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Darith.c135 Fun = sh_arith(shp, sub = stkptr(shp->stk, offset)); in scope()
551 Sfdouble_t sh_arith(Shell_t *shp, const char *str) { return sh_strnum(shp, str, NULL, 1); } in sh_arith() function
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ie/
H A Dhistory.c62 # define sh_arith(str) (int)strtol(str,(char**)0,10) macro
165 maxlines = (unsigned)sh_arith(cp); in hist_open()
/dports/shells/ksh93/ast-93u/src/cmd/ie/
H A Dhistory.c62 # define sh_arith(str) (int)strtol(str,(char**)0,10) macro
165 maxlines = (unsigned)sh_arith(cp); in hist_open()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ie/
H A Dhistory.c62 # define sh_arith(str) (int)strtol(str,(char**)0,10) macro
165 maxlines = (unsigned)sh_arith(cp); in hist_open()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Darith.c399 Fun = sh_arith(shp,sub=stkptr(shp->stk,offset)); in scope()
899 Sfdouble_t sh_arith(Shell_t *shp,register const char *str) in sh_arith() function
H A Darray.c1251 size = (int)sh_arith(shp,(char*)sp); in nv_putsub()
1491 if((fp->max[0] = (int)sh_arith(shp,(char*)sub))<=0) in array_fixed_init()
1497 fp->max[n++] = sz = (int)sh_arith(shp,(char*)ep+1); in array_fixed_init()
1536 size = (int)sh_arith(shp,(char*)sub); in array_fixed()
1548 size = (int)sh_arith(shp,(char*)ep+1); in array_fixed()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h408 extern Sfdouble_t sh_arith(Shell_t*,const char*);
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Ddefs.h408 extern Sfdouble_t sh_arith(Shell_t*,const char*);
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Ddefs.h324 extern Sfdouble_t sh_arith(Shell_t *, const char *);
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h422 extern Sfdouble_t sh_arith(Shell_t*,const char*);

12