/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | trace.c | 52 if (outf == NULL) { 53 outf = fopen("trace", "a"); 54 if (outf == NULL) { 58 fprintf(outf, "trace turned on\n"); 68 if (outf != NULL) { 69 fprintf(outf, "trace turned off\n"); 70 fclose(outf); 71 outf = NULL;
|
H A D | wmove.c | 53 if (outf) { 54 fprintf(outf, "MOVE to win "); 56 fprintf(outf, "stdscr "); 58 fprintf(outf, "%o ", win); 59 fprintf(outf, "(%d, %d)\n", y, x);
|
H A D | cbreak.c | 90 if (outf) 91 fprintf(outf, "cbreak(), file %x, flags %x\n", 94 if (outf) 95 fprintf(outf, "cbreak(), file %x, flags %x\n",
|
H A D | nocbreak.c | 62 if (outf) 63 fprintf(outf, "nocbreak(), file %x, flags %x\n", 66 if (outf) 67 fprintf(outf, "nocbreak(), file %x, flags %x\n",
|
H A D | noraw.c | 62 if (outf) 63 fprintf(outf, "noraw(), file %x, flags %x\n", 66 if (outf) 67 fprintf(outf, "noraw(), file %x, flags %x\n",
|
H A D | raw.c | 67 if (outf) 68 fprintf(outf, "raw(), file %x, iflag %x, cflag %x\n", 71 if (outf) 72 fprintf(outf, "raw(), file %x, flags %x\n",
|
H A D | chkinput.c | 128 if (outf) { 129 (void) fprintf(outf, "Found a character on the input " 139 if (outf) { 140 (void) fprintf(outf, "Reading ahead\n"); 149 if (outf) 158 if (outf) 159 (void) fprintf(outf, "No input waiting\n"); 181 if (outf) 183 (void) fprintf(outf, "inputQ[%d] = %c\n", i, inputQ[i]);
|
H A D | ring.c | 53 if (outf) 54 fprintf(outf, "_ring().\n");
|
H A D | scr_dump.c | 60 if (outf) 61 (void) fprintf(outf, "scr_dump: cannot open "
|
H A D | outch.c | 63 if (outf) 65 fprintf(outf, "^%c", c^0100); 67 fprintf(outf, "%c", c&0177); 69 if (outf) 70 fprintf(outf, "_outch: char '%s' term %x file %x=%d\n",
|
H A D | savetty.c | 72 if (outf) 73 fprintf(outf, "savetty(), file %x, SP %x, flags %x,%x,%x,%x\n", 77 if (outf) 78 fprintf(outf, "savetty(), file %x, SP %x, flags %x\n",
|
H A D | flushinp.c | 52 if (outf) 53 fprintf(outf, "flushinp(), file %x, SP %x\n",
|
H A D | resetty.c | 55 if (outf) 56 fprintf(outf, "resetty(), file %x, SP %x, flags %x, " 68 if (outf) 69 fprintf(outf, "resetty(), file %x, SP %x, flags %x, " 86 if (outf) 87 fprintf(outf, "resetty(), file %x, SP %x, flags %x\n",
|
H A D | makenew.c | 58 if (outf) 59 fprintf(outf, "MAKENEW(%d, %d, %d, %d)\n", 129 if (outf) { 130 fprintf(outf, "MAKENEW: win->_clear = %d\n", win->_clear); 131 fprintf(outf, "MAKENEW: win->_flags = %0.2o\n", win->_flags); 132 fprintf(outf, "MAKENEW: win->_maxy = %d\n", win->_maxy); 133 fprintf(outf, "MAKENEW: win->_maxx = %d\n", win->_maxx); 134 fprintf(outf, "MAKENEW: win->_begy = %d\n", win->_begy); 135 fprintf(outf, "MAKENEW: win->_begx = %d\n", win->_begx);
|
H A D | init_costs.c | 114 if (outf) { 115 fprintf(outf, "icfixed %d=%d+%d\n", _COST(icfixed), 118 fprintf(outf, "from ich1 %x '%s' %d\n", insert_character, 120 fprintf(outf, "ip %x '%s' %d\n", insert_padding, 122 fprintf(outf, "dcfixed %d\n", _COST(dcfixed));
|
H A D | waddch.c | 66 if (outf) 68 fprintf(outf, "'%c'", rawc); 70 fprintf(outf, "'%c' %o, raw %o", c, c, rawc); 125 if ((win->_attrs) && outf) 126 fprintf(outf, "(attrs %o, %o=>%o)", win->_attrs, 160 if (outf) { 163 fprintf(outf, "ERR because " 167 fprintf(outf, "line: '"); 170 fprintf(outf, "%c", 172 fprintf(outf, "'\ [all...] |
H A D | setcurscreen.c | 55 if (outf) 56 fprintf(outf, "setterm: old %x, new %x\n", rv, new);
|
H A D | tstp.c | 57 if (outf) 58 (void) fflush(outf);
|
H A D | wgetch.c | 64 if (outf) { 65 fprintf(outf, "WGETCH: SP->fl_echoit = %c\n", 67 fprintf(outf, "_use_keypad %d, kp_state %d\n", 69 fprintf(outf, "file %x fd %d\n", SP->input_file,
|
H A D | wscrl.c | 55 if (outf) 57 fprintf(outf, "scroll(stdscr, %d)\n", n); 60 fprintf(outf, "scroll(curscr, %d)\n", n); 62 fprintf(outf, "scroll(%x, %d)\n", win, n);
|
H A D | delscreen.c | 53 if (outf) 54 fprintf(outf, "delscreen: screen %x\n", screen);
|
H A D | initscr.c | 89 if (outf) 90 fprintf(outf, "initscr: term = %s\n", SP);
|
H A D | newscreen.c | 84 if (outf == NULL) { 85 outf = fopen("trace", "w"); 86 if (outf == NULL) { 90 setbuf(outf, (char *)NULL); 93 if (outf) 94 fprintf(outf, "NEWTERM(type=%s, outfptr=%x %d, infptr=%x %d) " 199 if (outf) 200 fprintf(outf, "LINES = %d, COLS = %d\n", LINES, COLS); 277 if (outf) 278 fprintf(outf, "S [all...] |
H A D | tparm.c | 276 fprintf(outf, "TPARM: Memory allocation" 280 fprintf(outf, "TPARM: Stack underflow."); 295 if (outf) 296 fprintf(outf, "TPARM: null arg\n"); 375 if (outf) 376 fprintf(outf, "TPARM: invalid " 532 if (outf) 533 fprintf(outf, "TPARM:" 554 else if (outf) { 555 fprintf(outf, "TPAR [all...] |
H A D | tgetch.c | 108 if (outf) 109 fprintf(outf, "TGETCH read '%s'\n", unctrl(inp)); 139 if (outf) 140 fprintf(outf, "FIONREAD returns %d\n", arg); 160 if (outf) 161 fprintf(outf, "read from %d returns %d chars, first %o\n", 201 if (outf) 202 fprintf(outf, "getkey(): looking in linear table, " 234 if (outf) 235 fprintf(outf, "Time [all...] |