Home | History | Annotate | Download | only in src

Lines Matching refs:arith

504 getint(struct tbl *vp, mksh_ari_u *nump, bool arith)
534 if (c == '0' && arith) {
602 setint_v(struct tbl *vq, struct tbl *vp, bool arith)
607 if ((base = getint(vp, &num, arith)) == -1)