Searched refs:would_be_before (Results 1 – 2 of 2) sorted by relevance
/dports/devel/tla/tla-1.3.5/src/hackerlab/oblists/ |
H A D | oblist.c | 508 oblist_find (ssize_t * would_be_before, in oblist_find() argument 554 if (would_be_before) in oblist_find() 556 *would_be_before = lo; in oblist_find() 577 ssize_t would_be_before; in oblist_sorted_insert() local 580 …found_at = oblist_find (&would_be_before, ol, limits, elt_size, type, lclosure, key, cmp, closure); in oblist_sorted_insert() 590 insert_at = would_be_before; in oblist_sorted_insert()
|
H A D | oblist.h | 117 extern ssize_t oblist_find (ssize_t * would_be_before,
|