Searched refs:DBG_ARITH (Results 1 - 4 of 4) sorted by last modified time

/netbsd-current/bin/sh/
H A Dshell.h180 #define DBG_ARITH (1LL << 15) /* a */ macro
H A Dshow.c1059 { 'a', DBG_ARITH }, /* arithmetic ( $(( )) ) */
1092 DBG_INPUT | DBG_OUTPUT | DBG_ARITH | DBG_HISTORY },
H A Darithmetic.c118 VTRACE(DBG_ARITH, ("Arith var lookup(\"%s\") with lno=%d\n", varname,
161 VTRACE(DBG_ARITH, ("Arith do binop %d (%jd, %jd)\n", op, a, b));
212 VTRACE(DBG_ARITH, ("Arith primary: token %d op %d%s\n",
276 VTRACE(DBG_ARITH, ("Arith: binop2 %jd op %d (P:%d)%s\n",
324 VTRACE(DBG_ARITH, ("Arith: AND %jd%s\n", a, noeval ? " noeval" : ""));
344 VTRACE(DBG_ARITH, ("Arith: OR %jd%s\n", a, noeval ? " noeval" : ""));
364 VTRACE(DBG_ARITH, ("Arith: ?: %jd%s\n", a, noeval ? " noeval" : ""));
394 VTRACE(DBG_ARITH, ("Arith: %s ASSIGN %d%s\n", val.name, op,
415 VTRACE(DBG_ARITH, ("Arith: comma discarding %jd%s\n", result,
435 CTRACE(DBG_ARITH, ("Arit
[all...]
H A Darith_token.c99 VTRACE(DBG_ARITH, ("Arith token ARITH_NUM=%jd\n",
117 VTRACE(DBG_ARITH, ("Arith token ARITH_VAR=\"%s\"\n",
128 VTRACE(DBG_ARITH, ("Arith: newline\n"));
260 VTRACE(DBG_ARITH, ("Arith token: %d\n", token));

Completed in 267 milliseconds