Home
last modified time | relevance | path

Searched refs:dprintf (Results 1 – 25 of 55) sorted by relevance

123

/plan9/sys/src/cmd/pic/
H A Dmisc.c149 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()
[all …]
H A Dblockgen.c61 dprintf("M %g %g\n", curx, cury); in rightthing()
100 dprintf("cx,cy=%g,%g\n", cx, cy); in blockgen()
176 dprintf("[] %g %g %g %g at %g %g, h=%g, w=%g\n", x0, y0, x1, y1, curx, cury, h, w); in blockgen()
200 dprintf("into blockadj: dx,dy=%g,%g\n", dx, dy); in blockadj()
207 dprintf("blockadj: type=%d o_x,y=%g,%g;", p->o_type, p->o_x, p->o_y); in blockadj()
210 dprintf(" becomes %g,%g\n", p->o_x, p->o_y); in blockadj()
H A Dfor.c25 dprintf("# for %s from %g to %g by %c %g \n", in forloop()
76 dprintf("if %g then <%s> else <%s>\n", expr, thenpart, elsepart? elsepart : ""); in ifstat()
H A Dtextgen.c83 dprintf("Text h %g w %g at %g,%g\n", h, w, curx, cury); in textgen()
113 dprintf("saving %d text %s at %d\n", t, s, ntext); in savetext()
H A Dcircgen.c114 dprintf("C %g %g %g\n", curx, cury, r); in circgen()
116 dprintf("E %g %g %g %g\n", curx, cury, r, r2); in circgen()
H A Dpltroff.c191 dprintf("label: %s %o %d\n", s, t, nh); in label()
242 dprintf("rot=%g, hyp=%g, alpha=%g\n", rot, hyp, alpha); in arrow()
247 dprintf("dx,dy = %g,%g\n", dx, dy); in arrow()
H A Dinput.c107 dprintf("installing %s as `%s'\n", s, p); in definition()
141 dprintf("delimstr %s %c <%s> %c\n", s, delim, buf, delim); in delimstr()
399 dprintf("do_thru pushing back <%s>\n", thrudef->s_val.p); in do_thru()
535 dprintf("installing %s as `%s'\n", s, p->s_val.p); in copythru()
/plan9/sys/src/cmd/awk/
H A Dlib.c114 dprintf( ("RS=<%s>, FS=<%s>, ARGC=%g, FILENAME=%s\n", in getrec()
122 dprintf( ("argno=%d, file=|%s|\n", argno, file) ); in getrec()
135 dprintf( ("opening file %s\n", file) ); in getrec()
214 dprintf( ("readrec saw <%s>, returns %d\n", buf, c == EOF && rr == buf ? 0 : 1) ); in readrec()
229 dprintf( ("getargv(%d) returns |%s|\n", n, s) ); in getargv()
248 dprintf( ("command line set %s to |%s|\n", s, p) ); in setclvar()
412 dprintf( ("into refldbld, rec = <%s>, pat = <%s>\n", rec, fs) ); in refldbld()
420 dprintf( ("refldbld: i=%d\n", i) ); in refldbld()
422 dprintf( ("match %s (%d chars)\n", patbeg, patlen) ); in refldbld()
428 dprintf( ("no match %s\n", rec) ); in refldbld()
[all …]
H A Dtran.c207 dprintf( ("setsymtab found %p: n=%s s=\"%s\" f=%g t=%o\n", in setsymtab()
226 dprintf( ("setsymtab set %p: n=%s s=\"%s\" f=%g t=%o\n", in setsymtab()
285 dprintf( ("setting field %d to %g\n", fldno, f) ); in setfval()
294 dprintf( ("setfval %p: %s = %g, t=%o\n", vp, vp->nval, f, vp->tval) ); in setfval()
313 dprintf( ("starting setsval %p: %s = \"%s\", t=%o\n", vp, vp->nval, s, vp->tval) ); in setsval()
321 dprintf( ("setting field %d to %s (%p)\n", fldno, s, s) ); in setsval()
332 dprintf( ("setsval %p: %s = \"%s (%p)\", t=%o\n", vp, vp->nval, t,t, vp->tval) ); in setsval()
349 dprintf( ("getfval %p: %s = %g, t=%o\n", vp, vp->nval, vp->fval, vp->tval) ); in getfval()
375 dprintf( ("getsval %p: %s = \"%s (%p)\", t=%o\n", vp, vp->nval, vp->sval, vp->sval, vp->tval) ); in getsval()
H A Dmain.c143 dprintf( ("program = |%s|\n", argv[1]) ); in main()
152 dprintf( ("argc=%d, argv[0]=%s\n", argc, argv[0]) ); in main()
159 dprintf( ("errorflag=%d\n", errorflag) ); in main()
H A Dawk.h18 # define dprintf(x) if (dbg) printf x macro
20 # define dprintf(x) macro
/plan9/sys/src/cmd/eqn/
H A Dmark.c8 dprintf(".\tmark %d\n", p1); in mark()
18 dprintf(".\tlineup %d\n", p1); in lineup()
H A Dlex.c60 dprintf(".\tlex token = |%s|\n", token); in yylex()
69 dprintf(".\tfound %s|=%s|\n", token, tp->cval); in yylex()
190 dprintf(".\ttune %s %s\n", p1, token); in define()
195 dprintf(".\tname %s defined as %s\n", p1, p2); in define()
218 dprintf(".\tsetting spaceval to %s\n", token); in space()
H A Dmatrix.c42 dprintf(".\tcolct=%d\n", lp[i]); in matrix()
52 dprintf(".\trow %d: b=%g, hb=%g\n", k, b, hb); in matrix()
70 dprintf(".\tmatrix S%d: r=%d, c=%d, h=%g, b=%g\n", in matrix()
H A Dsize.c25 dprintf(".\tsetsize %s; ps = %d\n", p, ps); in setsize()
32 dprintf(".\tS%d <- \\s%d %d \\s%d; b=%g, h=%g\n", in size()
H A Dmove.c17 dprintf(".\tmove %d dir %d amt %g; h=%g b=%g\n", in move()
H A Dfunny.c27 dprintf(".\tS%d <- %s; h=%g b=%g\n", in funny()
H A Deqnbox.c14 dprintf(".\tS%d <- %d %d; b=%g, h=%g\n", yyval, p1, p2, b, h); in eqnbox()
H A Dintegral.c19 dprintf(".\tintegral: S%d; h=%g b=%g\n", p, eht[p], ebase[p]); in integral()
H A Dsqrt.c20 dprintf(".\tS%d <- sqrt S%d;b=%g, h=%g, nps=%d\n", in sqrt()
/plan9/sys/src/cmd/gs/src/
H A Didebug.c94 dprintf("mark"); in debug_print_full_ref()
106 dprintf("null"); in debug_print_full_ref()
161 dprintf("<op_name>"); in debug_print_packed_ref()
169 dprintf("<lit_name>"); in debug_print_packed_ref()
172 dprintf("<exec_name>"); in debug_print_packed_ref()
212 dprintf("opr* "); in debug_dump_one_ref()
H A Didisp.c99 dprintf("**** Unable to open the display device, quitting.\n"); in display_set_callback()
H A Dzcolor.c574 dprintf("gray_index is unknown\n"); in zcolor_test_all()
578 dprintf(" Shift Mask Bits\n"); in zcolor_test_all()
597 dprintf("Failed separable_and_linear for"); in zcolor_test_all()
600 dprintf("\n"); in zcolor_test_all()
/plan9/sys/src/cmd/grap/
H A Dinput.c100 dprintf("installing %s as `%s'\n", s, p); in definition()
134 dprintf("delimstr %s %c <%s> %c\n", s, delim, buf, delim); in delimstr()
227 dprintf(" <%c>", c); in input()
382 dprintf("do_thru pushing back <%s>\n", thrudef->val); in do_thru()
509 dprintf("installing nameless as `%s'\n", p->val); in copythru()
H A Dprint.c37 dprintf("print: name = <%s>, type = %d\n", p->name, p->type); in print()
143 dprintf("into graph with <%s>\n", s); in graph()
156 dprintf("graphname = <%s>, graphpos = <%s>\n", graphname, graphpos); in graph()

123