Symbol: inquote
bin/ksh/misc.c
1082
int inquote = 0;
bin/ksh/misc.c
1094
shprintf("%s", &"'\\'"[1 - inquote]);
bin/ksh/misc.c
1095
inquote = 0;
bin/ksh/misc.c
1097
if (!inquote) {
bin/ksh/misc.c
1099
inquote = 1;
bin/ksh/misc.c
1104
if (inquote)
bin/sh/output.c
229
if (need_q && (p[0] == 0 || inquote(p) != 0)) {
bin/sh/output.c
246
if ((inq = inquote(p)) != 0)
lib/libresolv/res_mkupdate.c
762
int inquote = 0;
lib/libresolv/res_mkupdate.c
788
inquote = !inquote;
lib/libresolv/res_mkupdate.c
819
} else if (!inquote && isspace(c))
usr.bin/deroff/deroff.c
924
int inquote;
usr.bin/deroff/deroff.c
934
inquote = (*cp == '"');
usr.bin/deroff/deroff.c
935
if (inquote)
usr.bin/deroff/deroff.c
945
if (inquote)
usr.bin/deroff/deroff.c
951
if (inquote && np[1] == '"') {
usr.bin/deroff/deroff.c
988
(inquote || (chars[(unsigned char)cp[0]] == LETTER))) {
usr.bin/make/str.c
128
char inquote;
usr.bin/make/str.c
148
inquote = '\0';
usr.bin/make/str.c
156
if (inquote != '\0') {
usr.bin/make/str.c
157
if (inquote == ch)
usr.bin/make/str.c
158
inquote = '\0';
usr.bin/make/str.c
162
inquote = ch;
usr.bin/make/str.c
164
if (word_start == NULL && str_p[1] == inquote) {
usr.bin/make/str.c
171
inquote = '\0';
usr.bin/make/str.c
184
if (inquote != '\0')
usr.bin/make/str.c
207
if (expand && inquote != '\0') {
usr.bin/telnet/commands.c
199
int inquote = 0;
usr.bin/telnet/commands.c
207
if (inquote) {
usr.bin/telnet/commands.c
208
if (c == inquote) {
usr.bin/telnet/commands.c
209
inquote = 0;
usr.bin/telnet/commands.c
217
inquote = c;