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

/netbsd-6-1-5-RELEASE/usr.bin/make/
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...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/dsaschema/
H A Ddsaschema.c321 int inquote; local
339 for ( inquote = 0; *next; ) {
342 if ( inquote ) {
343 inquote = 0;
345 inquote = 1;
358 if ( ! inquote ) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_smtpd.c428 int inquote = 0; local
453 if (!inquote && *cp == stop_at)
456 inquote = !inquote;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dconfig.c566 int inquote=0; local
576 inquote = 1;
584 if ( inquote && ( !ptr[1] || isspace((unsigned char) ptr[1]))) {
588 inquote = 1;
592 if ( inquote )
2039 int inquote; local
2057 for ( inquote = 0; *next; ) {
2060 if ( inquote ) {
2061 inquote = 0;
2063 inquote
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/minires/
H A Dres_mkupdate.c742 int inquote = 0; local
768 inquote = !inquote;
799 } else if (!inquote && isspace(c))
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_mkupdate.c756 int inquote = 0; local
782 inquote = !inquote;
813 } else if (!inquote && isspace(c))
/netbsd-6-1-5-RELEASE/usr.bin/telnet/
H A Dcommands.c189 int inquote = 0; local
197 if (inquote) {
198 if (c == inquote) {
199 inquote = 0;
207 inquote = '"';
210 inquote = '\'';
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dread.c1185 int inquote = 0;
1191 || inquote);
1195 inquote = !inquote;
5955 char inquote = '\0';
5959 || (inquote && !ISCNTRL (*s))
5960 || (inquote == '\'' && flag_mri)
5974 inquote ^= *s;
5979 else if (!inquote
5984 : *s == inquote)
1182 int inquote = 0; local
5937 char inquote = '\\0'; local
[all...]
H A Dmacro.c773 int src = 0, inquote = 0, macro_line = 0; local
865 && (! inquote
874 || inquote)
878 (macro_strip_at && inquote) ? '@' : '\'',
923 inquote = !inquote;
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dmisc.c1079 int inquote = 0; local
1091 shprintf("%s", "'\\'" + 1 - inquote);
1092 inquote = 0;
1094 if (!inquote) {
1096 inquote = 1;
1101 if (inquote)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68k.c3960 int inquote = 0;
3967 for (parens = 0; *str && (parens > 0 || inquote || notend (str)); str++)
3969 if (! inquote)
3984 inquote = ! inquote;
4343 int inquote = 0;
4347 if ((*s == ' ' || *s == '\t') && ! inquote)
4365 inquote = ! inquote;
3959 int inquote = 0; local
4342 int inquote = 0; local

Completed in 279 milliseconds