Searched refs:hintsv (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c38 #define SORTHINTS(hintsv) \
39 (((hintsv) = GvSV(gv_fetchpv("sort::hints", GV_ADDMULTI, SVt_IV))), \
40 (SvIOK(hintsv) ? ((I32)SvIV(hintsv)) : 0))
1306 SV *hintsv; local
1308 if (SORTHINTS(hintsv) & HINT_SORT_STABLE) {
1393 SV *hintsv; local
1401 hints = SORTHINTS(hintsv);

Completed in 24 milliseconds