Searched refs:mksh_ari_t (Results 1 - 7 of 7) sorted by relevance

/external/mksh/src/
H A Dsh.h191 typedef long mksh_ari_t; typedef
199 typedef int32_t mksh_ari_t; typedef
492 mksh_ari_t i;
1013 EXTERN mksh_ari_t x_cols E_INIT(80); /* tty columns */
1014 EXTERN mksh_ari_t x_lins E_INIT(24); /* tty lines */
1107 mksh_ari_t i; /* integer */
1600 EXTERN mksh_ari_t histsize; /* history size */
1661 int evaluate(const char *, mksh_ari_t *, int, bool);
1733 void sethistsize(mksh_ari_t);
1953 void setint(struct tbl *, mksh_ari_t);
[all...]
H A Dvar.c206 mksh_ari_t rval;
465 setint(struct tbl *vq, mksh_ari_t n)
577 setint_n(struct tbl *vq, mksh_ari_t num, int newbase)
1528 evaluate(substitute(cp, 0), (mksh_ari_t *)&j,
1610 mksh_ari_t
H A DBuild.sh2142 cta(ari_is_4_char, sizeof(mksh_ari_t) == 4);
2144 cta(ari_has_31_bit, 0 < (mksh_ari_t)(((((mksh_ari_t)1 << 15) << 15) - 1) * 2 + 1));
2158 cta(ari_is_signed, (mksh_ari_t)-1 < (mksh_ari_t)0);
2161 cta(ari_size_no_matter_of_signedness, sizeof(mksh_ari_t) == sizeof(mksh_uari_t));
H A Deval.c79 static void utfincptr(const char *, mksh_ari_t *);
102 utfincptr(const char *s, mksh_ari_t *lp)
429 mksh_ari_t from = 0, num = -1, flen, finc = 0;
H A Dfuncs.c1221 mksh_ari_t val;
1583 mksh_ari_t val;
2923 mksh_ari_t v1, v2;
3476 if (!evaluate(v, (mksh_ari_t *)&rval, KSH_RETURN_ERROR, false))
H A Dexpr.c182 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith)
H A Dhistrap.c535 sethistsize(mksh_ari_t n)

Completed in 110 milliseconds