Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dpp_sort.c604 sortsv_flags_impl(base, nmemb, S_sv_ncmp, flags); in sortsv_ncmp()
1304 S_sv_ncmp(pTHX_ SV *const a, SV *const b) in S_sv_ncmp() function
1323 return -S_sv_ncmp(aTHX_ a, b); in S_sv_ncmp_desc()
1369 return S_sv_ncmp(aTHX_ a, b); in S_amagic_ncmp()
Dembed.h1587 # define sv_ncmp(a,b) S_sv_ncmp(aTHX_ a,b)
Dproto.h8054 S_sv_ncmp(pTHX_ SV * const a, SV * const b);