Searched refs:new_match (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/tre/dist/lib/
H A Dtre-match-parallel.c122 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;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.c2108 const char *new_match = entry->get_lcd ();
2111 (new_match[i] != '\0'
2112 && new_match[i] == m_lowest_common_denominator[i]);
2115 if (m_lowest_common_denominator[i] != new_match[i])
2107 const char *new_match = entry->get_lcd (); local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcompleter.c2003 const char *new_match = entry->get_lcd ();
2006 (new_match[i] != '\0'
2007 && new_match[i] == m_lowest_common_denominator[i]);
2010 if (m_lowest_common_denominator[i] != new_match[i])
2002 const char *new_match = entry->get_lcd (); local
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dscript.cc726 const char* new_match = NULL; local
727 while ((new_match = (this->*can_continue_fn)(match)) != NULL)
728 match = new_match;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dscript.cc726 const char* new_match = NULL; local
727 while ((new_match = (this->*can_continue_fn)(match)) != NULL)
728 match = new_match;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dscript.cc726 const char* new_match = NULL; local
727 while ((new_match = (this->*can_continue_fn)(match)) != NULL)
728 match = new_match;

Completed in 784 milliseconds