Home
last modified time | relevance | path

Searched refs:USTPUTC (Results 1 – 4 of 4) sorted by relevance

/dragonfly/bin/sh/
H A Dparser.c1167 USTPUTC(c, oout); in parsebackq()
1383 USTPUTC(vc, out); in readcstyleesc()
1445 USTPUTC(c, out); in readtoken1()
1460 USTPUTC(c, out); in readtoken1()
1465 USTPUTC(c, out); in readtoken1()
1539 USTPUTC(c, out); in readtoken1()
1576 USTPUTC(c, out); in readtoken1()
1593 USTPUTC('\0', out); in readtoken1()
1682 USTPUTC(c, out); in readtoken1()
1827 USTPUTC('"',out); in readtoken1()
[all …]
H A Dmiscbltin.c271 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 Dexpand.c163 USTPUTC(CTLESC, p); in stputs_quotes()
164 USTPUTC(*data++, p); in stputs_quotes()
210 USTPUTC(CTLESC, p); in stputs_split()
211 USTPUTC(c, p); in stputs_split()
315 USTPUTC(CTLESC, expdest); in argstr()
316 USTPUTC(c, expdest); in argstr()
340 USTPUTC(c, expdest); in argstr()
354 USTPUTC(c, expdest); in argstr()
514 USTPUTC(CTLESC, dest); in expbackq()
515 USTPUTC(lastc, dest); in expbackq()
H A Dmemalloc.h73 #define USTPUTC(c, p) (*p++ = (c)) macro