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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.c2193 const char *p_lcd = lcd;
2202 p_lcd = skip_spaces (p_lcd);
2213 res += *p_lcd;
2215 p_lcd++;
2219 while (*p_lcd != '\0')
2220 res += *p_lcd++;
2192 const char *p_lcd = lcd; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcompleter.c2088 const char *p_lcd = lcd;
2097 p_lcd = skip_spaces (p_lcd);
2108 res += *p_lcd;
2110 p_lcd++;
2114 while (*p_lcd != '\0')
2115 res += *p_lcd++;
2087 const char *p_lcd = lcd; local

Completed in 140 milliseconds