Searched refs:getint (Results 1 – 3 of 3) sorted by relevance
12 declare i32 @getint()73 %call28 = tail call i32 @getint() nounwind86 %call50 = tail call i32 @getint() nounwind
52 static int getint(struct tbl *, mksh_ari_t *, bool);474 getint(struct tbl *vp, mksh_ari_t *nump, bool arith) in getint() function560 if ((base = getint(vp, &num, arith)) == -1) in setint_v()1231 if (getint(vp, &i, false) == -1) { in setspec()
1005 extern int getint();1006 int a = getint()-1;