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

  /src/external/gpl3/gdb.old/dist/gdb/
objc-lang.c 832 int found_quote = 0; local
843 found_quote = 1;
866 if (found_quote)
885 int found_quote = 0; local
902 found_quote = 1;
955 if (found_quote)
completer.c 644 bool found_quote = false;
670 found_quote = true;
691 found_quote = true;
713 if (rl_char_is_quoted_p != nullptr && found_quote
745 *found_any_quoting = found_quote;
643 bool found_quote = false; local
  /src/external/gpl3/gdb/dist/gdb/
objc-lang.c 832 int found_quote = 0; local
843 found_quote = 1;
866 if (found_quote)
885 int found_quote = 0; local
902 found_quote = 1;
955 if (found_quote)
completer.c 644 bool found_quote = false;
670 found_quote = true;
691 found_quote = true;
713 if (rl_char_is_quoted_p != nullptr && found_quote
745 *found_any_quoting = found_quote;
643 bool found_quote = false; local
  /src/external/gpl3/gdb/dist/readline/readline/
complete.c 1081 int scan, end, found_quote, delimiter, pass_next, isbrk; local
1086 found_quote = delimiter = 0;
1100 /* FOUND_QUOTE is set so we know what kind of quotes we found. */
1116 found_quote |= RL_QF_BACKSLASH;
1137 found_quote |= RL_QF_SINGLE_QUOTE;
1139 found_quote |= RL_QF_DOUBLE_QUOTE;
1141 found_quote |= RL_QF_OTHER_QUOTE;
1160 if (rl_char_is_quoted_p && found_quote &&
1181 isbrk = (found_quote == 0 ||
1204 *fp = found_quote;
2004 int start, end, delimiter, found_quote, i, nontrivial_lcd; local
2709 int matching_filenames, found_quote; local
2840 int matching_filenames, found_quote; local
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
complete.c 1081 int scan, end, found_quote, delimiter, pass_next, isbrk; local
1086 found_quote = delimiter = 0;
1100 /* FOUND_QUOTE is set so we know what kind of quotes we found. */
1116 found_quote |= RL_QF_BACKSLASH;
1137 found_quote |= RL_QF_SINGLE_QUOTE;
1139 found_quote |= RL_QF_DOUBLE_QUOTE;
1141 found_quote |= RL_QF_OTHER_QUOTE;
1160 if (rl_char_is_quoted_p && found_quote &&
1181 isbrk = (found_quote == 0 ||
1204 *fp = found_quote;
2004 int start, end, delimiter, found_quote, i, nontrivial_lcd; local
2709 int matching_filenames, found_quote; local
2840 int matching_filenames, found_quote; local
    [all...]

Completed in 28 milliseconds