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

/freebsd-9.3-release/contrib/bmake/
H A Dstr.c144 char inquote, *start, *t; local
163 inquote = '\0';
168 if (inquote) {
169 if (inquote == ch)
170 inquote = '\0';
175 inquote = (char) ch;
177 if (start == NULL && p[1] == inquote) {
184 inquote = '\0';
197 if (inquote)
219 if (expand && inquote) {
[all...]
/freebsd-9.3-release/crypto/openssl/util/
H A Dsu-filter.pl68 my $inquote = 0;
87 if($inquote) {
90 $inquote--;
116 $inquote++;
145 $inquote++;
/freebsd-9.3-release/usr.bin/make/
H A Dstr.c143 char inquote; local
157 inquote = '\0';
167 if (inquote == '\0') {
168 inquote = str[0];
173 } else if (inquote == str[0]) {
174 inquote = '\0';
190 if (inquote) {
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_mkupdate.c772 int inquote = 0; local
798 inquote = !inquote;
829 } else if (!inquote && isspace(c))
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dcommands.c173 int inquote = 0; local
181 if (inquote) {
182 if (c == inquote) {
183 inquote = 0;
191 inquote = '"';
194 inquote = '\'';
/freebsd-9.3-release/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-9.3-release/contrib/binutils/gas/
H A Dread.c1179 int inquote = 0;
1185 || inquote);
1189 inquote = !inquote;
5732 char inquote = '\0';
5736 || (inquote && !ISCNTRL (*s))
5737 || (inquote == '\'' && flag_mri)
5744 inquote ^= *s;
5749 else if (!inquote
5754 : *s == inquote)
1176 int inquote = 0; local
5714 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-9.3-release/contrib/tcsh/
H A Ded.chared.c797 Char inquote = 0; local
808 if (inquote || *(p-1) != (Char)'\\') { /* Should it be honored? */
809 if (inquote == 0) inquote = *p;
810 else if (inquote == *p) inquote = 0;
814 if (!inquote && Strchr(delim, *p) && *(p-1) != (Char)'\\')

Completed in 98 milliseconds