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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.c3508 char quote_found;
3512 quote_found = '\0';
3515 if (quote_found != '\0')
3517 if (*p == quote_found)
3519 quote_found = '\0';
3520 else if (*p == '\\' && p[1] == quote_found)
3527 quote_found = *p;
3531 if (quote_found == '\'')
3534 else if (quote_found == '"')
3692 char quote_found;
3499 char quote_found; local
3683 char quote_found; local
[all...]
H A Dcompleter.c206 int quote_found = 0;
222 quote_found = *p;
224 while (*p != '\0' && *p != quote_found)
226 if (*p == '\\' && p[1] == quote_found)
231 if (*p == quote_found)
232 quote_found = 0;
205 int quote_found = 0; local

Completed in 102 milliseconds