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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.c2241 int best_index;
2248 best_index = find_line_common (best_linetable, line, &exact);
2249 if (best_index < 0 || !exact)
2266 if (best_index >= 0)
2267 best = best_linetable->item[best_index].line;
2284 best_index = ind;
2292 best_index = ind;
2300 if (best_index < 0)
2304 *index = best_index;
2393 int best_index
2235 int best_index; local
2386 int best_index = -1; local
[all...]

Completed in 51 milliseconds