HomeSort by: relevance | last modified time | path
    Searched defs:inquote (Results 1 - 25 of 25) sorted by relevancy

  /src/external/bsd/tradcpp/dist/
output.c 107 bool inquote = false; local
112 if (!inquote && buf[pos] == '/' && buf[pos+1] == '*') {
144 } else if (!inquote && (buf[pos] == '"' || buf[pos] == '\'')) {
145 inquote = true;
147 } else if (inquote && buf[pos] == quote) {
148 inquote = false;
directive.c 66 bool inquote = false; local
76 if (!inquote && s[0] == '/' && s[1] == '*') {
83 } else if (!inquote &&
85 inquote = true;
87 } else if (inquote && s[0] == quote) {
88 inquote = false;
files.c 128 bool inquote = false; local
137 } else if (!inquote && i+1 < limit &&
144 } else if (!inquote && (buf[i] == '"' || buf[i] == '\'')) {
145 inquote = true;
147 } else if (inquote && buf[i] == quote) {
148 inquote = false;
macro.c 1159 bool inquote = false; local
1182 if (!inquote && x > 0) {
1189 if (!inquote && len > 1 && buf[0] == '/' && buf[1] == '*') {
1202 if (!inquote && buf[0] == '(') {
1209 if (!inquote && buf[0] == ')') {
1216 if (!inquote && buf[0] == ',') {
1230 if (!inquote && (buf[0] == '"' || buf[0] == '\'')) {
1231 inquote = true;
1233 } else if (inquote && buf[0] == quote) {
1234 inquote = false
    [all...]
  /src/usr.bin/make/
str.c 128 char inquote; local
148 inquote = '\0';
156 if (inquote != '\0') {
157 if (inquote == ch)
158 inquote = '\0';
162 inquote = ch;
164 if (word_start == NULL && str_p[1] == inquote) {
171 inquote = '\0';
184 if (inquote != '\0')
207 if (expand && inquote != '\0')
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/dsaschema/
dsaschema.c 252 int inquote; local
270 for ( inquote = 0; *next; ) {
273 if ( inquote ) {
274 inquote = 0;
276 inquote = 1;
289 if ( ! inquote ) {
  /src/bin/sh/
output.c 188 inquote(const char *p) function
229 if (need_q && (p[0] == 0 || inquote(p) != 0)) {
246 if ((inq = inquote(p)) != 0)
  /src/external/gpl3/binutils/dist/opcodes/
loongarch-coder.c 260 bool inquote = false; local
264 inquote = !inquote;
265 else if (*args == ',' && !inquote)
  /src/external/gpl3/binutils.old/dist/opcodes/
loongarch-coder.c 260 bool inquote = false; local
264 inquote = !inquote;
265 else if (*args == ',' && !inquote)
  /src/external/gpl3/gdb.old/dist/opcodes/
loongarch-coder.c 260 bool inquote = false; local
264 inquote = !inquote;
265 else if (*args == ',' && !inquote)
  /src/external/gpl3/gdb/dist/opcodes/
loongarch-coder.c 260 bool inquote = false; local
264 inquote = !inquote;
265 else if (*args == ',' && !inquote)
  /src/external/gpl3/binutils/dist/gas/
macro.c 776 int inquote = 0, macro_line = 0; local
877 && (! inquote
886 || inquote)
890 (macro_strip_at && inquote) ? '@' : '\'',
930 inquote = !inquote;
read.c 1496 int inquote = 0;
1502 || inquote);
1506 inquote = !inquote;
6883 char inquote = '\0';
6887 || (inquote && !ISCNTRL (*s))
6888 || (inquote == '\'' && flag_mri)
6902 inquote ^= *s;
6907 else if (!inquote
6912 : *s == inquote)
1493 int inquote = 0; local
6865 char inquote = '\\0'; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
macro.c 804 int inquote = 0, macro_line = 0; local
905 && (! inquote
914 || inquote)
918 (macro_strip_at && inquote) ? '@' : '\'',
958 inquote = !inquote;
read.c 1486 int inquote = 0;
1492 || inquote);
1496 inquote = !inquote;
6872 char inquote = '\0';
6876 || (inquote && !ISCNTRL (*s))
6877 || (inquote == '\'' && flag_mri)
6891 inquote ^= *s;
6896 else if (!inquote
6901 : *s == inquote)
1483 int inquote = 0; local
6854 char inquote = '\\0'; local
    [all...]
  /src/bin/ksh/
misc.c 1082 int inquote = 0; local
1094 shprintf("%s", &"'\\'"[1 - inquote]);
1095 inquote = 0;
1097 if (!inquote) {
1099 inquote = 1;
1104 if (inquote)
  /src/lib/libresolv/
res_mkupdate.c 762 int inquote = 0; local
788 inquote = !inquote;
819 } else if (!inquote && isspace(c))
  /src/external/bsd/libbind/dist/resolv/
res_mkupdate.c 756 int inquote = 0; local
782 inquote = !inquote;
813 } else if (!inquote && isspace(c))
  /src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_smtpd.c 464 int inquote = 0; local
489 if (!inquote && *cp == stop_at)
492 inquote = !inquote;
  /src/usr.bin/deroff/
deroff.c 924 int inquote; local
934 inquote = (*cp == '"');
935 if (inquote)
945 if (inquote)
951 if (inquote && np[1] == '"') {
988 (inquote || (chars[(unsigned char)cp[0]] == LETTER))) {
  /src/external/bsd/openldap/dist/servers/slapd/
config.c 106 static char *strtok_quote(char *line, char *sep, char **quote_ptr, int *inquote);
694 int inquote=0; local
704 inquote = 1;
712 if ( inquote && ( !ptr[1] || isspace((unsigned char) ptr[1]))) {
716 inquote = 1;
720 if ( inquote )
2045 int inquote; local
2063 for ( inquote = 0; *next; ) {
2066 if ( inquote ) {
2067 inquote = 0
2183 int inquote = 0; local
    [all...]
  /src/external/bsd/openldap/dist/servers/lloadd/
config.c 104 int *inquote );
3420 int inquote; local
3438 for ( inquote = 0; *next; ) {
3441 if ( inquote ) {
3442 inquote = 0;
3444 inquote = 1;
3456 if ( !inquote ) {
3467 *iqp = inquote;
3548 int inquote = 0; local
3552 token = strtok_quote( c->tline, " \t", &quote_ptr, &inquote );
    [all...]
  /src/usr.bin/telnet/
commands.c 199 int inquote = 0; local
207 if (inquote) {
208 if (c == inquote) {
209 inquote = 0;
217 inquote = c;
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68k.c 3867 int inquote = 0;
3874 for (parens = 0; *str && (parens > 0 || inquote || notend (str)); str++)
3876 if (! inquote)
3891 inquote = ! inquote;
4250 int inquote = 0;
4254 if (is_whitespace (*s) && ! inquote)
4272 inquote = ! inquote;
3866 int inquote = 0; local
4249 int inquote = 0; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68k.c 3867 int inquote = 0;
3874 for (parens = 0; *str && (parens > 0 || inquote || notend (str)); str++)
3876 if (! inquote)
3891 inquote = ! inquote;
4250 int inquote = 0;
4254 if (is_whitespace (*s) && ! inquote)
4272 inquote = ! inquote;
3866 int inquote = 0; local
4249 int inquote = 0; local

Completed in 47 milliseconds