Symbol: USTPUTC
bin/sh/expand.c
723
USTPUTC('\n', dest);
bin/sh/expand.c
727
USTPUTC(CTLESC, dest);
bin/sh/expand.c
728
USTPUTC(lastc, dest);
bin/sh/parser.c
1785
USTPUTC(CTLESC, o); \
bin/sh/parser.c
1786
USTPUTC(_ch, o); \
bin/sh/parser.c
1841
USTPUTC(CTLCNL, out);
bin/sh/parser.c
1870
USTPUTC(CTLESC, out);
bin/sh/parser.c
1871
USTPUTC(vc, out);
bin/sh/parser.c
1947
USTPUTC(c, out);
bin/sh/parser.c
1962
USTPUTC(CTLESC, out);
bin/sh/parser.c
1966
USTPUTC(c, out);
bin/sh/parser.c
1973
USTPUTC(CTLESC, out);
bin/sh/parser.c
1975
USTPUTC(c, out);
bin/sh/parser.c
1982
USTPUTC('\\', out);
bin/sh/parser.c
2010
USTPUTC(CTLESC, out);
bin/sh/parser.c
2011
USTPUTC('\\', out);
bin/sh/parser.c
2017
USTPUTC(CTLESC, out);
bin/sh/parser.c
2019
USTPUTC(CTLESC, out);
bin/sh/parser.c
2020
USTPUTC(c, out);
bin/sh/parser.c
2023
USTPUTC(c, out);
bin/sh/parser.c
2029
USTPUTC(CTLQUOTEMARK, out);
bin/sh/parser.c
2041
USTPUTC(c, out);
bin/sh/parser.c
2049
USTPUTC(CTLQUOTEEND, out);
bin/sh/parser.c
2055
USTPUTC(c, out);
bin/sh/parser.c
2064
USTPUTC(CTLQUOTEEND, out);
bin/sh/parser.c
2075
USTPUTC(CTLQUOTEMARK, out);
bin/sh/parser.c
2086
USTPUTC(CTLQUOTEEND, out);
bin/sh/parser.c
2093
USTPUTC(CTLQUOTEMARK, out);
bin/sh/parser.c
2106
USTPUTC(CTLENDVAR, out);
bin/sh/parser.c
2109
USTPUTC(c, out);
bin/sh/parser.c
2116
USTPUTC(c, out);
bin/sh/parser.c
2120
USTPUTC(c, out);
bin/sh/parser.c
2129
USTPUTC(CTLENDARI, out);
bin/sh/parser.c
2131
USTPUTC(/*(*/ ')', out);
bin/sh/parser.c
2140
USTPUTC(/*(*/ ')', out);
bin/sh/parser.c
2157
USTPUTC(c, out);
bin/sh/parser.c
2237
USTPUTC(CTLVAR, out);
bin/sh/parser.c
2239
USTPUTC(VSNORMAL, out);
bin/sh/parser.c
2300
USTPUTC(c, out);
bin/sh/parser.c
2381
USTPUTC(CTLQUOTEMARK, out);
bin/sh/parser.c
2392
USTPUTC('$', out);
bin/sh/parser.c
2412
USTPUTC('(' /*)*/, out);
bin/sh/parser.c
2413
USTPUTC('(' /*)*/, out);
bin/sh/parser.c
2423
USTPUTC(CTLARI, out);
bin/sh/parser.c
2425
USTPUTC('"',out);
bin/sh/parser.c
2427
USTPUTC(' ',out);
bin/sh/var.c
913
USTPUTC(*s, p);
bin/sh/var.c
916
USTPUTC('\0', p);