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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.c1656 const char *match_for_lcd_str = NULL;
1659 match_for_lcd_str = match_for_lcd->finish ();
1661 if (match_for_lcd_str == NULL)
1662 match_for_lcd_str = name.get ();
1665 = make_completion_match_str (match_for_lcd_str, text, word);
1655 const char *match_for_lcd_str = NULL; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcompleter.c1555 const char *match_for_lcd_str = NULL;
1558 match_for_lcd_str = match_for_lcd->finish ();
1560 if (match_for_lcd_str == NULL)
1561 match_for_lcd_str = name.get ();
1564 = make_completion_match_str (match_for_lcd_str, text, word);
1554 const char *match_for_lcd_str = NULL; local

Completed in 127 milliseconds