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

/external/mksh/src/
H A Dvar.c52 static int getint(struct tbl *, mksh_ari_t *, bool);
201 mksh_ari_t rval;
452 setint(struct tbl *vq, mksh_ari_t n)
470 getint(struct tbl *vp, mksh_ari_t *nump, bool arith)
475 mksh_ari_t num;
523 *nump = (mksh_ari_t)wc;
555 mksh_ari_t num;
568 setint_n(struct tbl *vq, mksh_ari_t num)
1085 register mksh_ari_t i;
1143 mksh_ari_t
[all...]
H A Dexpr.c141 (mksh_ari_t)((x)->val.u op (y)->val.u) : \
142 (mksh_ari_t)((x)->val.i op (y)->val.i) \
169 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith)
303 mksh_ari_t res = 0;
579 mksh_ari_t oval;
H A Dsh.h348 typedef int32_t mksh_ari_t; typedef
862 EXTERN mksh_ari_t x_cols E_INIT(80); /* tty columns */
863 EXTERN mksh_ari_t x_lins E_INIT(-1); /* tty lines */
963 mksh_ari_t i; /* integer */
1568 int evaluate(const char *, mksh_ari_t *, int, bool);
1842 void setint(struct tbl *, mksh_ari_t);
1843 void setint_n(struct tbl *, mksh_ari_t);
H A Deval.c71 static void utfincptr(const char *, mksh_ari_t *);
94 utfincptr(const char *s, mksh_ari_t *lp)
383 mksh_ari_t from = 0, num = -1, flen, finc = 0;
H A Dfuncs.c1186 mksh_ari_t val;
1544 mksh_ari_t val;
2837 mksh_ari_t v1, v2;
3431 mksh_ari_t rval;
H A Dmain.c387 volatile mksh_ari_t xa;
H A Dmisc.c1894 assert_eq(arisize_is_okay, sizeof(mksh_ari_t), 4);

Completed in 193 milliseconds