Home
last modified time | relevance | path

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

/dports/textproc/R-cran-commonmark/commonmark/src/cmark/
H A Dblocks.c433 static int sort_footnote_by_ix(const void *_a, const void *_b) { in sort_footnote_by_ix() function
498 qsort(map->sorted, map->size, sizeof(cmark_map_entry *), sort_footnote_by_ix); in process_footnotes()
/dports/deskutils/mindforger/mindforger-1.52.0/deps/cmark-gfm/src/
H A Dblocks.c433 static int sort_footnote_by_ix(const void *_a, const void *_b) { in sort_footnote_by_ix() function
498 qsort(map->sorted, map->size, sizeof(cmark_map_entry *), sort_footnote_by_ix); in process_footnotes()
/dports/textproc/py-cmarkgfm/cmarkgfm-0.6.0/third_party/cmark/src/
H A Dblocks.c450 static int sort_footnote_by_ix(const void *_a, const void *_b) { in sort_footnote_by_ix() function
515 qsort(map->sorted, map->size, sizeof(cmark_map_entry *), sort_footnote_by_ix); in process_footnotes()