Home | History | Annotate | Download | only in src

Lines Matching refs:getint

55 static int getint(struct tbl *, mksh_ari_u *, bool);
504 getint(struct tbl *vp, mksh_ari_u *nump, bool arith)
607 if ((base = getint(vp, &num, arith)) == -1)
1346 if (getint(vp, &num, false) == -1) {