Lines Matching refs:DPRINTF
123 …DPRINTF("adjbuf %s: %d %d (pbuf=%p, tbuf=%p)\n", whatrtn, *psiz, minlen, (void*)*pbuf, (void*)tbuf… in adjbuf()
251 DPRINTF("calling %s, %d args (%d in defn), frp=%d\n", s, ncall, ndef, (int) (frp-frame)); in call()
258 DPRINTF("evaluate args[%d], frp=%d:\n", i, (int) (frp-frame)); in call()
261 DPRINTF("args[%d]: %s %f <%s>, t=%o\n", in call()
288 DPRINTF("start exec of %s, frp=%d\n", s, (int) (frp-frame)); in call()
290 DPRINTF("finished exec of %s, frp=%d\n", s, (int) (frp-frame)); in call()
323 DPRINTF("%s returns %g |%s| %o\n", s, getfval(z), getsval(z), z->tval); in call()
351 DPRINTF("arg(%d), frp->nargs=%d\n", n, frp->nargs); in arg()
519 DPRINTF("making %s into an array\n", NN(x->nval)); in array()
565 DPRINTF("making %s into an array\n", ap->nval); in intest()
928 DPRINTF("freeing %s %s %o\n", NN(a->nval), NN(a->sval), a->tval); in tfree()
1017 DPRINTF("substr: m=%d, n=%d, s=%s\n", m, n, s); in substr()
1699 DPRINTF("split: s=|%s|, a=%s, sep=|%s|\n", s, NN(ap->nval), fs); in split()