bin/sh/expand.c
163
USTPUTC(CTLESC, p);
bin/sh/expand.c
164
USTPUTC(*data++, p);
bin/sh/expand.c
210
USTPUTC(CTLESC, p);
bin/sh/expand.c
211
USTPUTC(c, p);
bin/sh/expand.c
315
USTPUTC(CTLESC, expdest);
bin/sh/expand.c
316
USTPUTC(c, expdest);
bin/sh/expand.c
340
USTPUTC(c, expdest);
bin/sh/expand.c
354
USTPUTC(c, expdest);
bin/sh/expand.c
514
USTPUTC(CTLESC, dest);
bin/sh/expand.c
515
USTPUTC(lastc, dest);
bin/sh/miscbltin.c
271
USTPUTC(c, p);
bin/sh/miscbltin.c
290
USTPUTC(c, p);
bin/sh/miscbltin.c
298
USTPUTC(c, p);
bin/sh/miscbltin.c
311
USTPUTC(c, p);
bin/sh/miscbltin.c
323
USTPUTC(c, p);
bin/sh/parser.c
1151
USTPUTC('\\', oout);
bin/sh/parser.c
1167
USTPUTC(c, oout);
bin/sh/parser.c
1169
USTPUTC('\0', oout);
bin/sh/parser.c
1229
USTPUTC(CTLBACKQ | CTLQUOTE, out);
bin/sh/parser.c
1231
USTPUTC(CTLBACKQ, out);
bin/sh/parser.c
1337
USTPUTC(0xc0 | v >> 6, out);
bin/sh/parser.c
1338
USTPUTC(0x80 | (v & 0x3f), out);
bin/sh/parser.c
1341
USTPUTC(0xe0 | v >> 12, out);
bin/sh/parser.c
1342
USTPUTC(0x80 | ((v >> 6) & 0x3f), out);
bin/sh/parser.c
1343
USTPUTC(0x80 | (v & 0x3f), out);
bin/sh/parser.c
1346
USTPUTC(0xf0 | v >> 18, out);
bin/sh/parser.c
1347
USTPUTC(0x80 | ((v >> 12) & 0x3f), out);
bin/sh/parser.c
1348
USTPUTC(0x80 | ((v >> 6) & 0x3f), out);
bin/sh/parser.c
1349
USTPUTC(0x80 | (v & 0x3f), out);
bin/sh/parser.c
1382
USTPUTC(CTLESC, out);
bin/sh/parser.c
1383
USTPUTC(vc, out);
bin/sh/parser.c
1445
USTPUTC(c, out);
bin/sh/parser.c
1460
USTPUTC(c, out);
bin/sh/parser.c
1464
USTPUTC(CTLESC, out);
bin/sh/parser.c
1465
USTPUTC(c, out);
bin/sh/parser.c
1470
USTPUTC('\\', out);
bin/sh/parser.c
1484
USTPUTC('\\', out);
bin/sh/parser.c
1488
USTPUTC(CTLQUOTEMARK, out);
bin/sh/parser.c
1490
USTPUTC(CTLESC, out);
bin/sh/parser.c
1491
USTPUTC(c, out);
bin/sh/parser.c
1496
USTPUTC(CTLQUOTEEND, out);
bin/sh/parser.c
1501
USTPUTC(CTLQUOTEMARK, out);
bin/sh/parser.c
1506
USTPUTC(CTLQUOTEMARK, out);
bin/sh/parser.c
1511
USTPUTC(c, out);
bin/sh/parser.c
1514
USTPUTC(CTLQUOTEEND, out);
bin/sh/parser.c
1532
USTPUTC(CTLENDVAR, out);
bin/sh/parser.c
1534
USTPUTC(c, out);
bin/sh/parser.c
1539
USTPUTC(c, out);
bin/sh/parser.c
1543
USTPUTC(c, out);
bin/sh/parser.c
1550
USTPUTC(CTLENDARI, out);
bin/sh/parser.c
1552
USTPUTC(')', out);
bin/sh/parser.c
1559
USTPUTC(')', out);
bin/sh/parser.c
1576
USTPUTC(c, out);
bin/sh/parser.c
1593
USTPUTC('\0', out);
bin/sh/parser.c
1643
USTPUTC(CTLVAR, out);
bin/sh/parser.c
1645
USTPUTC(VSNORMAL, out);
bin/sh/parser.c
1682
USTPUTC(c, out);
bin/sh/parser.c
1705
USTPUTC(c1, out);
bin/sh/parser.c
1713
USTPUTC(c, out);
bin/sh/parser.c
1794
USTPUTC(CTLQUOTEMARK, out);
bin/sh/parser.c
1798
USTPUTC('$', out);
bin/sh/parser.c
1825
USTPUTC(CTLARI, out);
bin/sh/parser.c
1827
USTPUTC('"',out);
bin/sh/parser.c
1829
USTPUTC(' ',out);