Searched refs:putch (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/stuff/ |
| H A D | stdio2.diff | 13 + putch(cinput()); 22 + putch('\n'), ifiles->lineno++; 31 + putch('\n'); 40 + putch(cinput()); 49 + putch(cinput()); 58 +putch(int ch) 89 +void putch(int); 106 +#define PUTCH(ch) if (!flslvl) putch(ch) 115 + putch('\n'); 124 +cppcmt: putch(Cflag ? ch : ' '); [all …]
|
| H A D | stdio.diff | 123 - putch(cinput()); 154 - putch(' '); 166 - putch('\n'), ifiles->lineno++; 175 - putch('\n'); 184 - putch(cinput()); 193 - putch(cinput()); 214 -putch(int ch) 282 -#define PUTCH(ch) if (!flslvl) putch(ch) 291 - putch('\n'); 323 - putch('\n'); [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| H A D | token.c | 93 #define PUTCH(ch) if (!flslvl) putch(ch) 319 putch('\n'); in fastcmnt() 476 putch(' '); in fastspcg() 478 putch(ch); in fastspcg() 612 putch(ch); in fastscan() 625 putch(ch); in fastscan() 630 putch(' '); /* 5.1.1.2 p3 */ in fastscan() 632 Ccmnt(putch); in fastscan() 641 putch('\n'); in fastscan() 645 putch(ch); in fastscan() [all …]
|
| H A D | scanner.l | 145 putch('\n'); 382 putch('\n'); 923 putch(c); /* Do arg expansion instead? */
|
| H A D | cpp.h | 192 void putch(int);
|
| H A D | cpp.c | 1505 putch(' '); in kfind() 1507 putch('\n'); in kfind() 1658 putch('\n'); in chkdir() 1669 putch('\n'); in ra1_wsnl() 1739 ifiles->lineno++, putch(c), c = ' '; in readargs1() 2259 putch(int ch) in putch() function
|
| /netbsd-src/sys/arch/hppa/stand/xxboot/ |
| H A D | main.c | 66 void putch(int); 237 putch(c); in ipl_main()
|
| H A D | start.S | 312 ; void putch(int) 315 .export putch,entry 317 putch: label
|
| /netbsd-src/lib/libcurses/ |
| H A D | refresh.c | 52 static int putch(__LDATA *, __LDATA *, int, int); 1013 putch(__LDATA *nsp, __LDATA *csp, int wy, int wx) in putch() 1057 "putch: (%d,%d)putwchar(0x%x)\n", wy, wx, nsp->ch); in putchbr() 1076 return putch(nsp, csp, wy, wx); in putchbr() 1081 error = putch(nsp, csp, wy, wx); in putchbr() 1105 if (putch(nsp, csp, wy, wx) == ERR) in putchbr() 1124 error = putch(psp, NULL, wy, wx - pcw); 1403 chw = 0; /* match putch() */ in makech() 1417 e = putch(nsp, csp, wy, wx); in makech() 1439 if (putch(ns in makech() 1000 putch(__LDATA *nsp, __LDATA *csp, int wy, int wx) putch() function [all...] |