| /src/lib/libcurses/ |
| refresh.c | 52 static int putch(__LDATA *, __LDATA *, int, int); 1013 putch(__LDATA *nsp, __LDATA *csp, int wy, int wx) function 1057 "putch: (%d,%d)putwchar(0x%x)\n", wy, wx, nsp->ch); 1076 return putch(nsp, csp, wy, wx); 1081 error = putch(nsp, csp, wy, wx); 1105 if (putch(nsp, csp, wy, wx) == ERR) 1124 error = putch(psp, NULL, wy, wx - pcw); 1403 chw = 0; /* match putch() */ 1417 e = putch(nsp, csp, wy, wx); 1439 if (putch(nsp, csp, wy, wx) == ERR [all...] |
| refresh.c | 52 static int putch(__LDATA *, __LDATA *, int, int); 1013 putch(__LDATA *nsp, __LDATA *csp, int wy, int wx) function 1057 "putch: (%d,%d)putwchar(0x%x)\n", wy, wx, nsp->ch); 1076 return putch(nsp, csp, wy, wx); 1081 error = putch(nsp, csp, wy, wx); 1105 if (putch(nsp, csp, wy, wx) == ERR) 1124 error = putch(psp, NULL, wy, wx - pcw); 1403 chw = 0; /* match putch() */ 1417 e = putch(nsp, csp, wy, wx); 1439 if (putch(nsp, csp, wy, wx) == ERR [all...] |
| /src/sys/arch/hppa/stand/xxboot/ |
| start.S | 312 ; void putch(int) 315 .export putch,entry 317 putch: label
|
| start.S | 312 ; void putch(int) 315 .export putch,entry 317 putch: label
|
| /src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| cpp.c | 1505 putch(' '); 1507 putch('\n'); 1658 putch('\n'); 1669 putch('\n'); 1739 ifiles->lineno++, putch(c), c = ' '; 2259 putch(int ch) function
|
| cpp.c | 1505 putch(' '); 1507 putch('\n'); 1658 putch('\n'); 1669 putch('\n'); 1739 ifiles->lineno++, putch(c), c = ' '; 2259 putch(int ch) function
|