Home
last modified time | relevance | path

Searched refs:outf (Results 1 – 25 of 66) sorted by last modified time

123

/illumos-gate/usr/src/ucblib/libcurses/
H A Drefresh.c91 fprintf(outf, "REFRESH(%0.2o): curwin = %d\n", win, curwin); in wrefresh()
92 fprintf(outf, "REFRESH:\n\tfirstch\tlastch\n"); in wrefresh()
96 fprintf(outf, "%d\t%d\t%d\n", wy, win->_firstch[wy], in wrefresh()
113 fprintf(outf, "\t%d\t%d\n", win->_firstch[wy], in wrefresh()
192 fprintf(outf, "MAKECH: 1: wx = %d, lx = %d\n", wx, lx); in makech()
207 fprintf(outf, "MAKECH: clsp = %d," in makech()
213 fprintf(outf, "MAKECH: using" in makech()
272 fprintf(outf, in makech()
282 fprintf(outf, "MAKECH: 2: wx = %d, lx = %d\n", wx, lx); in makech()
309 fprintf(outf, "MAKECH: 3: wx = %d, lx = %d\n", wx, lx); in makech()
H A Dscroll.c34 fprintf(outf, "SCROLL(%0.2o)\n", win); in scroll()
50 fprintf(outf, "SCROLL: win == curscr\n"); in scroll()
H A Dtoucholap.c37 fprintf(outf, "TOUCHOVERLAP(%0.2o, %0.2o);\n", win1, win2); in touchoverlap()
44 fprintf(outf, "TOUCHOVERLAP:from (%d,%d) to (%d,%d)\n", in touchoverlap()
46 fprintf(outf, "TOUCHOVERLAP:win1 (%d,%d) to (%d,%d)\n", in touchoverlap()
49 fprintf(outf, "TOUCHOVERLAP:win2 (%d,%d) to (%d,%d)\n", in touchoverlap()
H A Dtouchwin.c35 fprintf(outf, "TOUCHWIN(%0.2o)\n", win); in touchwin()
51 fprintf(outf, "TOUCHLINE(%0.2o, %d, %d, %d)\n", win, y, sx, ex); in touchline()
52 fprintf(outf, "TOUCHLINE:first = %d, last = %d\n", in touchline()
67 fprintf(outf, "TOUCHLINE:first = %d, last = %d\n", in touchline()
H A Dtstp.c38 if (outf) in tstp()
39 (void) fflush(outf); in tstp()
H A Dnewwin.c87 fprintf(outf, "NEWWIN: win->_ch_off = %d\n", win->_ch_off); in newwin()
164 fprintf(outf, "MAKENEW(%d, %d, %d, %d)\n", nl, nc, by, bx); in makenew()
169 fprintf(outf, "MAKENEW: nl = %d\n", nl); in makenew()
176 fprintf(outf, "MAKENEW: nc = %d\n", nc); in makenew()
189 fprintf(outf, "MAKENEW: win->_clear = %d\n", win->_clear); in makenew()
190 fprintf(outf, "MAKENEW: win->_leave = %d\n", win->_leave); in makenew()
191 fprintf(outf, "MAKENEW: win->_scroll = %d\n", win->_scroll); in makenew()
193 fprintf(outf, "MAKENEW: win->_maxy = %d\n", win->_maxy); in makenew()
194 fprintf(outf, "MAKENEW: win->_maxx = %d\n", win->_maxx); in makenew()
195 fprintf(outf, "MAKENEW: win->_begy = %d\n", win->_begy); in makenew()
[all …]
H A Doverlay.c40 fprintf(outf, "OVERLAY(%0.2o, %0.2o);\n", win1, win2); in overlay()
47 fprintf(outf, "OVERLAY:from (%d,%d) to (%d,%d)\n", in overlay()
H A Doverwrite.c39 fprintf(outf, "OVERWRITE(%0.2o, %0.2o);\n", win1, win2); in overwrite()
48 fprintf(outf, "OVERWRITE:from (%d,%d) to (%d,%d)\n", in overwrite()
H A Dputchar.c28 fprintf(outf, "_PUTCHAR(%s)\n", unctrl(c)); in _putchar()
H A Dgetch.c38 fprintf(outf, "WGETCH: _echoit = %c, _rawmode = %c\n", in wgetch()
47 fprintf(outf, "WGETCH got '%s'\n", unctrl(inp)); in wgetch()
H A Dinitscr.c37 fprintf(outf, "INITSCR()\n"); in initscr()
47 fprintf(outf, "INITSCR: term = %s\n", sp); in initscr()
57 fprintf(outf, "INITSCR: curscr = 0%o\n", curscr); in initscr()
62 fprintf(outf, "LINES = %d, COLS = %d\n", LINES, COLS); in initscr()
70 fprintf(outf, "INITSCR: stdscr = 0%o\n", stdscr); in initscr()
H A Dinsertln.c38 fprintf(outf, "INSERTLN(%0.2o)\n", win); in winsertln()
H A Dmove.c32 fprintf(outf, "MOVE to (%d, %d)\n", y, x); in wmove()
H A Dcr_tty.c83 fprintf(outf, "GETTMODE: GT = %s\n", GT ? "TRUE" : "FALSE"); in gettmode()
84 fprintf(outf, "GETTMODE: NONL = %s\n", NONL ? "TRUE" : "FALSE"); in gettmode()
85 fprintf(outf, "GETTMODE: ospeed = %d\n", ospeed); in gettmode()
100 fprintf(outf, "SETTERM(\"%s\")\n", type); in setterm()
101 fprintf(outf, "SETTERM: LINES = %d, COLS = %d\n", LINES, COLS); in setterm()
111 fprintf(outf, "SETTERM: tty = %s\n", type); in setterm()
133 fprintf(outf, "SETTERM: LINES = %d, COLS = %d\n", LINES, COLS); in setterm()
181 fprintf(outf, "%2.2s = %s\n", namp, *fp[-1] ? "TRUE" : "FALSE"); in zap()
192 fprintf(outf, "%2.2s = %s", in zap()
196 fprintf(outf, "%s", unctrl(*cp)); in zap()
[all …]
H A Dcurses.c44 FILE *outf; /* debug output file */ variable
H A Dcurses.ext52 #define outf _outf
54 FILE *outf;
H A Ddeleteln.c38 fprintf(outf, "DELETELN(%0.2o)\n", win); in wdeleteln()
H A Derase.c37 fprintf(outf, "WERASE(%0.2o)\n", win); in werase()
H A Daddch.c38 fprintf(outf, "ADDCH('%c') at (%d, %d)\n", c, y, x); in waddch()
49 fprintf(outf, "ADDCH: 1: y = %d, x = %d, firstch = %d," in waddch()
69 fprintf(outf, "ADDCH: 2: y = %d, x = %d, firstch = %d," in waddch()
101 fprintf(outf, "SET_CH(%0.2o, %d, %d)\n", win, y, x); in set_ch()
112 fprintf(outf, "SET_CH: change gives f/l: %d/%d [%d/%d]\n", in set_ch()
H A Daddstr.c32 fprintf(outf, "WADDSTR(\"%s\")\n", str); in waddstr()
H A Dclrtoeol.c55 fprintf(outf, "CLRTOEOL: minx = %d, maxx = %d, firstch = %d," in wclrtoeol()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwmove.c51 if (outf) { in wmove()
52 fprintf(outf, "MOVE to win "); in wmove()
54 fprintf(outf, "stdscr "); in wmove()
56 fprintf(outf, "%o ", win); in wmove()
57 fprintf(outf, "(%d, %d)\n", y, x); in wmove()
H A Dwscrl.c53 if (outf) in wscrl()
55 fprintf(outf, "scroll(stdscr, %d)\n", n); in wscrl()
58 fprintf(outf, "scroll(curscr, %d)\n", n); in wscrl()
60 fprintf(outf, "scroll(%x, %d)\n", win, n); in wscrl()
H A Dwgetwstr.c59 if (outf) in wgetnwstr()
60 fprintf(outf, "doecho %d, savecb %d\n", doecho, savecb); in wgetnwstr()
H A Dwgetch.c62 if (outf) { in wgetch()
63 fprintf(outf, "WGETCH: SP->fl_echoit = %c\n", in wgetch()
65 fprintf(outf, "_use_keypad %d, kp_state %d\n", in wgetch()
67 fprintf(outf, "file %x fd %d\n", SP->input_file, in wgetch()

123