Home
last modified time | relevance | path

Searched refs:loc_num (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dbreakpoint.c14624 int loc_num; in find_location_by_number() local
14645 loc_num = get_number (&p1); in find_location_by_number()
14646 if (loc_num == 0) in find_location_by_number()
14649 --loc_num; in find_location_by_number()
14651 for (;loc_num && loc; --loc_num, loc = loc->next) in find_location_by_number()