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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.c1993 static char gdb_custom_word_point_brkchars[2];
2023 gdb_custom_word_point_brkchars[0] = rl_line_buffer[rl_point];
2024 rl_completer_word_break_characters = gdb_custom_word_point_brkchars;
1992 static char gdb_custom_word_point_brkchars[2]; variable
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcompleter.c1888 static char gdb_custom_word_point_brkchars[2];
1918 gdb_custom_word_point_brkchars[0] = rl_line_buffer[rl_point];
1919 rl_completer_word_break_characters = gdb_custom_word_point_brkchars;
1887 static char gdb_custom_word_point_brkchars[2]; variable

Completed in 211 milliseconds