bin/sh/expand.c
157
USTPUTC(CTLESC, p);
bin/sh/expand.c
158
USTPUTC(*data++, p);
bin/sh/expand.c
204
USTPUTC(CTLESC, p);
bin/sh/expand.c
205
USTPUTC(c, p);
bin/sh/expand.c
309
USTPUTC(CTLESC, expdest);
bin/sh/expand.c
310
USTPUTC(c, expdest);
bin/sh/expand.c
334
USTPUTC(c, expdest);
bin/sh/expand.c
348
USTPUTC(c, expdest);
bin/sh/expand.c
508
USTPUTC(CTLESC, dest);
bin/sh/expand.c
509
USTPUTC(lastc, dest);
bin/sh/miscbltin.c
296
USTPUTC(c, p);
bin/sh/miscbltin.c
315
USTPUTC(c, p);
bin/sh/miscbltin.c
323
USTPUTC(c, p);
bin/sh/miscbltin.c
336
USTPUTC(c, p);
bin/sh/miscbltin.c
348
USTPUTC(c, p);
bin/sh/parser.c
1147
USTPUTC('\\', oout);
bin/sh/parser.c
1163
USTPUTC(c, oout);
bin/sh/parser.c
1165
USTPUTC('\0', oout);
bin/sh/parser.c
1225
USTPUTC(CTLBACKQ | CTLQUOTE, out);
bin/sh/parser.c
1227
USTPUTC(CTLBACKQ, out);
bin/sh/parser.c
1333
USTPUTC(0xc0 | v >> 6, out);
bin/sh/parser.c
1334
USTPUTC(0x80 | (v & 0x3f), out);
bin/sh/parser.c
1337
USTPUTC(0xe0 | v >> 12, out);
bin/sh/parser.c
1338
USTPUTC(0x80 | ((v >> 6) & 0x3f), out);
bin/sh/parser.c
1339
USTPUTC(0x80 | (v & 0x3f), out);
bin/sh/parser.c
1342
USTPUTC(0xf0 | v >> 18, out);
bin/sh/parser.c
1343
USTPUTC(0x80 | ((v >> 12) & 0x3f), out);
bin/sh/parser.c
1344
USTPUTC(0x80 | ((v >> 6) & 0x3f), out);
bin/sh/parser.c
1345
USTPUTC(0x80 | (v & 0x3f), out);
bin/sh/parser.c
1378
USTPUTC(CTLESC, out);
bin/sh/parser.c
1379
USTPUTC(vc, out);
bin/sh/parser.c
1441
USTPUTC(c, out);
bin/sh/parser.c
1456
USTPUTC(c, out);
bin/sh/parser.c
1460
USTPUTC(CTLESC, out);
bin/sh/parser.c
1461
USTPUTC(c, out);
bin/sh/parser.c
1466
USTPUTC('\\', out);
bin/sh/parser.c
1480
USTPUTC('\\', out);
bin/sh/parser.c
1484
USTPUTC(CTLQUOTEMARK, out);
bin/sh/parser.c
1486
USTPUTC(CTLESC, out);
bin/sh/parser.c
1487
USTPUTC(c, out);
bin/sh/parser.c
1492
USTPUTC(CTLQUOTEEND, out);
bin/sh/parser.c
1497
USTPUTC(CTLQUOTEMARK, out);
bin/sh/parser.c
1502
USTPUTC(CTLQUOTEMARK, out);
bin/sh/parser.c
1507
USTPUTC(c, out);
bin/sh/parser.c
1510
USTPUTC(CTLQUOTEEND, out);
bin/sh/parser.c
1528
USTPUTC(CTLENDVAR, out);
bin/sh/parser.c
1530
USTPUTC(c, out);
bin/sh/parser.c
1535
USTPUTC(c, out);
bin/sh/parser.c
1539
USTPUTC(c, out);
bin/sh/parser.c
1546
USTPUTC(CTLENDARI, out);
bin/sh/parser.c
1548
USTPUTC(')', out);
bin/sh/parser.c
1555
USTPUTC(')', out);
bin/sh/parser.c
1572
USTPUTC(c, out);
bin/sh/parser.c
1589
USTPUTC('\0', out);
bin/sh/parser.c
1639
USTPUTC(CTLVAR, out);
bin/sh/parser.c
1641
USTPUTC(VSNORMAL, out);
bin/sh/parser.c
1678
USTPUTC(c, out);
bin/sh/parser.c
1701
USTPUTC(c1, out);
bin/sh/parser.c
1709
USTPUTC(c, out);
bin/sh/parser.c
1790
USTPUTC(CTLQUOTEMARK, out);
bin/sh/parser.c
1794
USTPUTC('$', out);
bin/sh/parser.c
1821
USTPUTC(CTLARI, out);
bin/sh/parser.c
1823
USTPUTC('"',out);
bin/sh/parser.c
1825
USTPUTC(' ',out);