Home | History | Annotate | Download | only in src

Lines Matching refs:arith

483 getint(struct tbl *vp, mksh_ari_u *nump, bool arith)
501 if (arith && s[0] == '0' && (s[1] | 0x20) == 'x') {
506 if (Flag(FPOSIX) && arith && s[0] == '0' && ksh_isdigit(s[1]) &&
561 setint_v(struct tbl *vq, struct tbl *vp, bool arith)
566 if ((base = getint(vp, &num, arith)) == -1)