Lines Matching refs:dprintf
149 dprintf("attr %d: %d %d %d\n", nattr, type, sub, val.i); in makeattr()
191 dprintf("fraction = %.2f\n", f); in makebetween()
212 dprintf("whatpos %o %d %d\n", p, p->o_type, corner); in whatpos()
294 dprintf("whatpos returns %g %g\n", x, y); in whatpos()
302 dprintf("gethere %g %g\n", curx, cury); in gethere()
322 dprintf("got a last of x,y= %g,%g\n", p->o_x, p->o_y); in getlast()
345 dprintf("got a first of x,y= %g,%g\n", p->o_x, p->o_y); in getfirst()
379 dprintf("getblk %s found x,y= %g,%g\n", in getblk()
389 dprintf("fixpos returns %g %g\n", p->o_x + x, p->o_y + y); in fixpos()
395 dprintf("addpos returns %g %g\n", p->o_x+q->o_x, p->o_y+q->o_y); in addpos()
401 dprintf("subpos returns %g %g\n", p->o_x-q->o_x, p->o_y-q->o_y); in subpos()