Home
last modified time | relevance | path

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

/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-file-store.c707 compare_by_pos (gconstpointer a, in compare_by_pos() function
731 (file_store->priv->cmp_func != NULL) ? compare_row_func : compare_by_pos, in _gth_file_store_sort()
842 compare_by_pos, in _gth_file_store_update_visibility()
850 (file_store->priv->cmp_func != NULL) ? compare_row_func : compare_by_pos, in _gth_file_store_update_visibility()
1028 compare_by_pos, in _gth_file_store_update_visibility()
1673 compare_by_pos, in gth_file_store_reorder()
/dports/devel/R-cran-waldo/waldo/R/
H A Dcompare.R234 out <- c(out, compare_by_pos(x, y, paths, opts))
408 compare_by_pos <- compare_by(index_pos, extract_pos, path_pos) globalVar