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

/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h9587 sv_uv|5.005000||pdcV
14923 /* Hint: sv_uv
14924 * Always use the SvUVx() macro instead of sv_uv().
14926 /* Replace sv_uv with SvUVx */
14927 #ifndef sv_uv
14928 # define sv_uv(sv) SvUVx(sv) macro

Completed in 202 milliseconds