Searched refs:found_quote (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/libreadline/
H A Dcomplete.c818 int scan, end, found_quote, delimiter, pass_next, isbrk; local
822 found_quote = delimiter = 0;
852 found_quote |= RL_QF_BACKSLASH;
873 found_quote |= RL_QF_SINGLE_QUOTE;
875 found_quote |= RL_QF_DOUBLE_QUOTE;
877 found_quote |= RL_QF_OTHER_QUOTE;
896 if (rl_char_is_quoted_p && found_quote &&
917 isbrk = (found_quote == 0 ||
940 *fp = found_quote;
948 gen_completion_matches (text, start, end, our_func, found_quote, quote_cha
1644 int start, end, delimiter, found_quote, i, nontrivial_lcd; local
2117 int matching_filenames, found_quote; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dobjc-lang.c1124 int found_quote = 0; local
1136 found_quote = 1;
1160 if (found_quote)
1180 int found_quote = 0; local
1198 found_quote = 1;
1255 if (found_quote)

Completed in 120 milliseconds