Home
last modified time | relevance | path

Searched defs:sv_catpvs (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dhandy.h468 #define sv_catpvs(sv, str) \ macro
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h16103 # define sv_catpvs(sv, str) sv_catpvn(sv, str "", sizeof(str) - 1) macro