| /plan9/sys/src/cmd/pic/ |
| H A D | misc.c | 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() [all …]
|
| H A D | blockgen.c | 61 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 D | for.c | 25 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 D | textgen.c | 83 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 D | circgen.c | 114 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 D | pltroff.c | 191 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 D | input.c | 107 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 D | lib.c | 114 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 D | tran.c | 207 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 D | main.c | 143 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 D | awk.h | 18 # define dprintf(x) if (dbg) printf x macro 20 # define dprintf(x) macro
|
| /plan9/sys/src/cmd/eqn/ |
| H A D | mark.c | 8 dprintf(".\tmark %d\n", p1); in mark() 18 dprintf(".\tlineup %d\n", p1); in lineup()
|
| H A D | lex.c | 60 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 D | matrix.c | 42 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 D | size.c | 25 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 D | move.c | 17 dprintf(".\tmove %d dir %d amt %g; h=%g b=%g\n", in move()
|
| H A D | funny.c | 27 dprintf(".\tS%d <- %s; h=%g b=%g\n", in funny()
|
| H A D | eqnbox.c | 14 dprintf(".\tS%d <- %d %d; b=%g, h=%g\n", yyval, p1, p2, b, h); in eqnbox()
|
| H A D | integral.c | 19 dprintf(".\tintegral: S%d; h=%g b=%g\n", p, eht[p], ebase[p]); in integral()
|
| H A D | sqrt.c | 20 dprintf(".\tS%d <- sqrt S%d;b=%g, h=%g, nps=%d\n", in sqrt()
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | idebug.c | 94 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 D | idisp.c | 99 dprintf("**** Unable to open the display device, quitting.\n"); in display_set_callback()
|
| H A D | zcolor.c | 574 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 D | input.c | 100 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 D | print.c | 37 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()
|