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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymtab.c5633 char quote_found;
5637 quote_found = '\0';
5640 if (quote_found != '\0')
5642 if (*p == quote_found)
5644 quote_found = '\0';
5645 else if (*p == '\\' && p[1] == quote_found)
5652 quote_found = *p;
5656 if (quote_found == '\'')
5659 else if (quote_found == '"')
5868 char quote_found;
5622 char quote_found; local
5857 char quote_found; local
[all...]
H A Dcompleter.c536 int quote_found = 0;
551 quote_found = *p;
553 while (*p != '\0' && *p != quote_found)
555 if (*p == '\\' && p[1] == quote_found)
560 if (*p == quote_found)
561 quote_found = 0;
535 int quote_found = 0; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymtab.c5765 char quote_found;
5769 quote_found = '\0';
5772 if (quote_found != '\0')
5774 if (*p == quote_found)
5776 quote_found = '\0';
5777 else if (*p == '\\' && p[1] == quote_found)
5784 quote_found = *p;
5788 if (quote_found == '\'')
5791 else if (quote_found == '"')
6002 char quote_found;
5754 char quote_found; local
5991 char quote_found; local
[all...]
H A Dcompleter.c510 int quote_found = 0;
525 quote_found = *p;
527 while (*p != '\0' && *p != quote_found)
529 if (*p == '\\' && p[1] == quote_found)
534 if (*p == quote_found)
535 quote_found = 0;
509 int quote_found = 0; local

Completed in 305 milliseconds