Searched refs:inquote (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/bmake/
H A Dstr.c136 char inquote; local
156 inquote = '\0';
164 if (inquote != '\0') {
165 if (inquote == ch)
166 inquote = '\0';
170 inquote = ch;
172 if (word_start == NULL && str_p[1] == inquote) {
179 inquote = '\0';
192 if (inquote != '\0')
215 if (expand && inquote !
[all...]
/freebsd-13-stable/lib/libc/resolv/
H A Dres_mkupdate.c776 int inquote = 0; local
802 inquote = !inquote;
833 } else if (!inquote && isspace(c))
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c76 int inquote = 0; local
84 if (inquote) {
85 if (c == inquote) {
86 inquote = 0;
94 inquote = '"';
97 inquote = '\'';
/freebsd-13-stable/contrib/telnet/telnet/
H A Dcommands.c170 int inquote = 0; local
178 if (inquote) {
179 if (c == inquote) {
180 inquote = 0;
188 inquote = '"';
191 inquote = '\'';
/freebsd-13-stable/contrib/tcsh/
H A Ded.chared.c793 Char inquote = 0; local
804 if (inquote || p[-1] != (Char)'\\') { /* Should it be honored? */
805 if (inquote == 0) inquote = *p;
806 else if (inquote == *p) inquote = 0;
810 if (!inquote && Strchr(delim, *p) && p[-1] != (Char)'\\')

Completed in 82 milliseconds