Home
last modified time | relevance | path

Searched refs:outf (Results 51 – 66 of 66) sorted by relevance

123

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwclrtoeol.c130 if (outf) in wclrtoeol()
131 fprintf(outf, "CLRTOEOL: line %d begx = %d, maxx = %d, " in wclrtoeol()
H A Dcopywin.c67 if (outf) in copywin()
68 fprintf(outf, "copywin(%0.2o, %0.2o);\n", Srcwin, Dstwin); in copywin()
H A Dwgetstr.c74 if (outf) in wgetnstr()
75 fprintf(outf, "doecho %d, savecb %d\n", doecho, savecb); in wgetnstr()
H A Dsetkeymap.c283 if (outf) in setkeymap()
284 fprintf(outf, "return key structure %x, ending at %x\n", in setkeymap()
H A Dcurses.c73 FILE *outf = stderr; /* debug output file */ variable
H A Dvidupdate.c214 if (outf) in _change_video()
215 fprintf(outf, "vidupdate oldmode=%o, newmode=%o\n", in _change_video()
H A Dcurshdr.h161 #ifndef outf
162 extern FILE *outf;
/illumos-gate/usr/src/ucblib/libcurses/
H A Dputchar.c28 fprintf(outf, "_PUTCHAR(%s)\n", unctrl(c)); in _putchar()
H A Daddstr.c32 fprintf(outf, "WADDSTR(\"%s\")\n", str); in waddstr()
H A Dmove.c32 fprintf(outf, "MOVE to (%d, %d)\n", y, x); in wmove()
H A Derase.c37 fprintf(outf, "WERASE(%0.2o)\n", win); in werase()
H A Dclrtoeol.c55 fprintf(outf, "CLRTOEOL: minx = %d, maxx = %d, firstch = %d," in wclrtoeol()
H A Ddeleteln.c38 fprintf(outf, "DELETELN(%0.2o)\n", win); in wdeleteln()
H A Dinsertln.c38 fprintf(outf, "INSERTLN(%0.2o)\n", win); in winsertln()
H A Dcurses.c44 FILE *outf; /* debug output file */ variable
H A Dcr_put.c51 fprintf(outf, "MVCUR: moving cursor from (%d,%d) to (%d,%d)\n", in mvcur()

123