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

/freebsd-11-stable/contrib/bmake/
H A Dstr.c144 char inquote, *start, *t; local
169 inquote = '\0';
174 if (inquote) {
175 if (inquote == ch)
176 inquote = '\0';
181 inquote = (char) ch;
183 if (start == NULL && p[1] == inquote) {
190 inquote = '\0';
203 if (inquote)
225 if (expand && inquote) {
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dsu-filter.pl68 my $inquote = 0;
87 if($inquote) {
90 $inquote--;
116 $inquote++;
145 $inquote++;
/freebsd-11-stable/lib/libc/resolv/
H A Dres_mkupdate.c774 int inquote = 0; local
800 inquote = !inquote;
831 } else if (!inquote && isspace(c))
/freebsd-11-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-11-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-11-stable/contrib/binutils/gas/
H A Dread.c1179 int inquote = 0;
1185 || inquote);
1189 inquote = !inquote;
5749 char inquote = '\0';
5753 || (inquote && !ISCNTRL (*s))
5754 || (inquote == '\'' && flag_mri)
5761 inquote ^= *s;
5766 else if (!inquote
5771 : *s == inquote)
1176 int inquote = 0; local
5731 char inquote = '\\0'; local
[all...]
H A Dmacro.c760 int src = 0, inquote = 0, macro_line = 0; local
853 && (! inquote
864 (macro_strip_at && inquote) ? '@' : '\'',
909 inquote = !inquote;
/freebsd-11-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 127 milliseconds