Searched refs:prev_compound (Results 1 – 4 of 4) sorted by relevance
/dports/graphics/xfig/xfig-3.2.8a/src/ |
H A D | u_smartsearch.c | 417 c = prev_compound(objects.compounds, c); in smart_next_compound_found() 421 for (; c != NULL; c = prev_compound(objects.compounds, c), n++) { in smart_next_compound_found()
|
H A D | u_list.h | 61 F_compound *prev_compound(F_compound *list, F_compound *compound);
|
H A D | u_search.c | 341 c = prev_compound(objects.compounds, c); in next_compound_found() 345 for (; c != NULL; c = (shift? prev_compound(objects.compounds, c): c->next), n++) { in next_compound_found() 696 c = prev_compound(objects.compounds, c); in next_compound_point_found() 698 for (; c != NULL; c = (shift? prev_compound(objects.compounds, c): c->next), n++) { in next_compound_point_found()
|
H A D | u_list.c | 1069 prev_compound(F_compound *list, F_compound *compound) in prev_compound() function
|