Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/
H A Dconst2perl.h88 _const2perl::_const2perl( char *sModName ) { in _const2perl() argument
89 mHvStash= gv_stashpv( sModName, TRUE ); in _const2perl()
92 char *sVarName= (char *) malloc( 15+strlen(sModName) ); in _const2perl()
93 strcpy( sVarName, sModName ); in _const2perl()
99 _const2perl::_const2perl( char *sModName ) { in _const2perl() argument
143 #define START_CONSTS( sModName ) _const2perl const2( sModName ); argument
149 # define START_CONSTS( sModName ) \ argument
150 HV *mHvStash= gv_stashpv( sModName, TRUE ); \
153 { char *sVarName= malloc( 15+strlen(sModName) ); \
155 strcpy( sVarName, sModName ); \
[all …]