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

  /src/external/bsd/tre/dist/lib/
tre-match-parallel.c 122 int new_match = 0; local
308 new_match = 1;
361 if (tnfa->num_minimals && new_match)
363 new_match = 0;
454 new_match = 1;
478 new_match = 1;
  /src/external/gpl3/gdb/dist/gdb/
completer.c 2474 const char *new_match = entry->get_lcd ();
2477 (new_match[i] != '\0'
2478 && new_match[i] == m_lowest_common_denominator[i]);
2481 if (m_lowest_common_denominator[i] != new_match[i])
2473 const char *new_match = entry->get_lcd (); local
  /src/external/gpl3/gdb.old/dist/gdb/
completer.c 2022 const char *new_match = entry->get_lcd ();
2025 (new_match[i] != '\0'
2026 && new_match[i] == m_lowest_common_denominator[i]);
2029 if (m_lowest_common_denominator[i] != new_match[i])
2021 const char *new_match = entry->get_lcd (); local

Completed in 21 milliseconds