HomeSort by: relevance | last modified time | path
    Searched refs:DBG_ARITH (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/sh/
arith_token.c 99 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));
arithmetic.c 118 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, ("Arith(\"%s\", %d) @%d\n", s, lno, arith_lno))
    [all...]
shell.h 180 #define DBG_ARITH (1LL << 15) /* a */
show.c 1059 { 'a', DBG_ARITH }, /* arithmetic ( $(( )) ) */
1092 DBG_INPUT | DBG_OUTPUT | DBG_ARITH | DBG_HISTORY },

Completed in 13 milliseconds