Home
last modified time | relevance | path

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

/dports/devel/tla/tla-1.3.5/src/tla/libawk/
H A Drelational.c25 static int rec_cmp_by_field_fn (void * va, void * vb, void * vdata);
677 …quicksort ((void *)t._r, rel_n_records (t), sizeof (rel_record), rec_cmp_by_field_fn, (void *)&spe… in rel_sort_table_by_field_fn()
682 rec_cmp_by_field_fn (void * va, void * vb, void * vdata) in rec_cmp_by_field_fn() function