Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/test/unit/
H A Dtest_table.c192 r_table_group (t, -1, NULL); in test_r_table_group()
216 r_table_group (t, 0, NULL); in test_r_table_group()
233 r_table_group (t, 1, simple_merge); in test_r_table_group()
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_table.h87 R_API void r_table_group(RTable *t, int nth, RTableSelector fcn);
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dtable.c836 r_table_group (t, -1, NULL); in r_table_uniq()
839 R_API void r_table_group(RTable *t, int nth, RTableSelector fcn) { in r_table_group() function
1109 r_table_group (t, col, NULL); in r_table_query()