Searched refs:USTPUTC (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/bin/sh/ |
| H A D | parser.c | 1166 USTPUTC(c, oout); in parsebackq() 1382 USTPUTC(vc, out); in readcstyleesc() 1444 USTPUTC(c, out); in readtoken1() 1459 USTPUTC(c, out); in readtoken1() 1464 USTPUTC(c, out); in readtoken1() 1538 USTPUTC(c, out); in readtoken1() 1575 USTPUTC(c, out); in readtoken1() 1592 USTPUTC('\0', out); in readtoken1() 1681 USTPUTC(c, out); in readtoken1() 1826 USTPUTC('"',out); in readtoken1() [all …]
|
| H A D | miscbltin.c | 271 USTPUTC(c, p); in readcmd() 290 USTPUTC(c, p); in readcmd() 298 USTPUTC(c, p); in readcmd() 311 USTPUTC(c, p); in readcmd() 323 USTPUTC(c, p); in readcmd()
|
| H A D | expand.c | 161 USTPUTC(CTLESC, p); in stputs_quotes() 162 USTPUTC(*data++, p); in stputs_quotes() 208 USTPUTC(CTLESC, p); in stputs_split() 209 USTPUTC(c, p); in stputs_split() 313 USTPUTC(CTLESC, expdest); in argstr() 314 USTPUTC(c, expdest); in argstr() 338 USTPUTC(c, expdest); in argstr() 352 USTPUTC(c, expdest); in argstr() 512 USTPUTC(CTLESC, dest); in expbackq() 513 USTPUTC(lastc, dest); in expbackq()
|
| H A D | memalloc.h | 72 #define USTPUTC(c, p) (*p++ = (c)) macro
|