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

/haiku-buildtools/jam/
H A Dscan.c281 int inquote = 0; local
318 ( inquote || !isspace( c ) ) )
323 inquote = !inquote;
354 if( inquote )
/haiku-buildtools/legacy/binutils/gas/
H A Dread.c1177 int inquote = 0;
1183 || inquote);
1187 inquote = !inquote;
5431 char inquote = '\0';
5435 || (inquote && !ISCNTRL (*s))
5436 || (inquote == '\'' && flag_mri)
5443 inquote ^= *s;
5448 else if (!inquote
5453 : *s == inquote)
1174 int inquote = 0; local
5413 char inquote = '\\0'; local
[all...]
H A Dmacro.c796 int src = 0, inquote = 0, macro_line = 0; local
889 && (! inquote
900 (macro_strip_at && inquote) ? '@' : '\'',
945 inquote = !inquote;
/haiku-buildtools/binutils/gas/
H A Dread.c1431 int inquote = 0;
1437 || inquote);
1441 inquote = !inquote;
6302 char inquote = '\0';
6306 || (inquote && !ISCNTRL (*s))
6307 || (inquote == '\'' && flag_mri)
6321 inquote ^= *s;
6326 else if (!inquote
6331 : *s == inquote)
1428 int inquote = 0; local
6283 char inquote = '\\0'; local
[all...]
H A Dmacro.c798 int inquote = 0, macro_line = 0; local
890 && (! inquote
899 || inquote)
903 (macro_strip_at && inquote) ? '@' : '\'',
948 inquote = !inquote;
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-m68k.c3563 int inquote = 0;
3570 for (parens = 0; *str && (parens > 0 || inquote || notend (str)); str++)
3572 if (! inquote)
3587 inquote = ! inquote;
3933 int inquote = 0;
3937 if ((*s == ' ' || *s == '\t') && ! inquote)
3955 inquote = ! inquote;
3562 int inquote = 0; local
3932 int inquote = 0; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-m68k.c3963 int inquote = 0;
3970 for (parens = 0; *str && (parens > 0 || inquote || notend (str)); str++)
3972 if (! inquote)
3987 inquote = ! inquote;
4346 int inquote = 0;
4350 if ((*s == ' ' || *s == '\t') && ! inquote)
4368 inquote = ! inquote;
3962 int inquote = 0; local
4345 int inquote = 0; local

Completed in 162 milliseconds