Home
last modified time | relevance | path

Searched refs:outf (Results 26 – 50 of 66) sorted by last modified time

123

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwgetstr.c74 if (outf) in wgetnstr()
75 fprintf(outf, "doecho %d, savecb %d\n", doecho, savecb); in wgetnstr()
H A Dwclrtoeol.c130 if (outf) in wclrtoeol()
131 fprintf(outf, "CLRTOEOL: line %d begx = %d, maxx = %d, " in wclrtoeol()
H A Dvidupdate.c214 if (outf) in _change_video()
215 fprintf(outf, "vidupdate oldmode=%o, newmode=%o\n", in _change_video()
H A Dwaddnstr.c61 if (outf) { in waddnstr()
63 fprintf(outf, "waddnstr(stdscr, "); in waddnstr()
65 fprintf(outf, "waddnstr(%o, ", win); in waddnstr()
66 fprintf(outf, "\"%s\")\n", str); in waddnstr()
H A Dtrace.c50 if (outf == NULL) { in traceon()
51 outf = fopen("trace", "a"); in traceon()
52 if (outf == NULL) { in traceon()
56 fprintf(outf, "trace turned on\n"); in traceon()
66 if (outf != NULL) { in traceoff()
67 fprintf(outf, "trace turned off\n"); in traceoff()
68 fclose(outf); in traceoff()
69 outf = NULL; in traceoff()
H A Dtstp.c55 if (outf) in _tstp()
56 (void) fflush(outf); in _tstp()
H A Dscr_dump.c58 if (outf) in scr_dump()
59 (void) fprintf(outf, "scr_dump: cannot open " in scr_dump()
H A Dsetcurscreen.c53 if (outf) in setcurscreen()
54 fprintf(outf, "setterm: old %x, new %x\n", rv, new); in setcurscreen()
H A Dsetkeymap.c283 if (outf) in setkeymap()
284 fprintf(outf, "return key structure %x, ending at %x\n", in setkeymap()
H A Draw.c65 if (outf) in raw()
66 fprintf(outf, "raw(), file %x, iflag %x, cflag %x\n", in raw()
69 if (outf) in raw()
70 fprintf(outf, "raw(), file %x, flags %x\n", in raw()
H A Dresetty.c53 if (outf) in resetty()
54 fprintf(outf, "resetty(), file %x, SP %x, flags %x, " in resetty()
66 if (outf) in resetty()
67 fprintf(outf, "resetty(), file %x, SP %x, flags %x, " in resetty()
84 if (outf) in resetty()
85 fprintf(outf, "resetty(), file %x, SP %x, flags %x\n", in resetty()
H A Dring.c51 if (outf) in _ring()
52 fprintf(outf, "_ring().\n"); in _ring()
H A Dsavetty.c70 if (outf) in savetty()
71 fprintf(outf, "savetty(), file %x, SP %x, flags %x,%x,%x,%x\n", in savetty()
75 if (outf) in savetty()
76 fprintf(outf, "savetty(), file %x, SP %x, flags %x\n", in savetty()
H A Dnocbreak.c60 if (outf) in nocbreak()
61 fprintf(outf, "nocbreak(), file %x, flags %x\n", in nocbreak()
64 if (outf) in nocbreak()
65 fprintf(outf, "nocbreak(), file %x, flags %x\n", in nocbreak()
H A Dnoraw.c60 if (outf) in noraw()
61 fprintf(outf, "noraw(), file %x, flags %x\n", in noraw()
64 if (outf) in noraw()
65 fprintf(outf, "noraw(), file %x, flags %x\n", in noraw()
H A Doutch.c61 if (outf) in _outwch()
63 fprintf(outf, "^%c", c^0100); in _outwch()
65 fprintf(outf, "%c", c&0177); in _outwch()
67 if (outf) in _outwch()
68 fprintf(outf, "_outch: char '%s' term %x file %x=%d\n", in _outwch()
H A Doverlap.c57 if (outf) in _overlap()
58 fprintf(outf, "OVERWRITE(0%o, 0%o);\n", Srcwin, Dstwin); in _overlap()
H A Dmakenew.c56 if (outf) in _makenew()
57 fprintf(outf, "MAKENEW(%d, %d, %d, %d)\n", in _makenew()
127 if (outf) { in _makenew()
128 fprintf(outf, "MAKENEW: win->_clear = %d\n", win->_clear); in _makenew()
129 fprintf(outf, "MAKENEW: win->_flags = %0.2o\n", win->_flags); in _makenew()
130 fprintf(outf, "MAKENEW: win->_maxy = %d\n", win->_maxy); in _makenew()
131 fprintf(outf, "MAKENEW: win->_maxx = %d\n", win->_maxx); in _makenew()
132 fprintf(outf, "MAKENEW: win->_begy = %d\n", win->_begy); in _makenew()
133 fprintf(outf, "MAKENEW: win->_begx = %d\n", win->_begx); in _makenew()
H A Dinit_acs.c115 if (outf) in init_acs()
116 fprintf(outf, "acs %d, was %d, now %d\n", in init_acs()
H A Dinit_costs.c112 if (outf) { in _init_costs()
113 fprintf(outf, "icfixed %d=%d+%d\n", _COST(icfixed), in _init_costs()
116 fprintf(outf, "from ich1 %x '%s' %d\n", insert_character, in _init_costs()
118 fprintf(outf, "ip %x '%s' %d\n", insert_padding, in _init_costs()
120 fprintf(outf, "dcfixed %d\n", _COST(dcfixed)); in _init_costs()
H A Dinitscr.c87 if (outf) in initscr()
88 fprintf(outf, "initscr: term = %s\n", SP); in initscr()
H A Dflushinp.c50 if (outf) in flushinp()
51 fprintf(outf, "flushinp(), file %x, SP %x\n", in flushinp()
H A Ddelscreen.c51 if (outf) in delscreen()
52 fprintf(outf, "delscreen: screen %x\n", screen); in delscreen()
H A Ddraino.c78 if (outf) in draino()
79 fprintf(outf, "draino: rv %d, ncneeded %d, " in draino()
H A Dcurses.c73 FILE *outf = stderr; /* debug output file */ variable

123