| 1 | #if 0 |
|---|
| 2 | <<'SKIP'; |
|---|
| 3 | #endif |
|---|
| 4 | /* |
|---|
| 5 | ---------------------------------------------------------------------- |
|---|
| 6 | |
|---|
| 7 | ppport.h -- Perl/Pollution/Portability Version 3.06_01 |
|---|
| 8 | |
|---|
| 9 | Automatically created by Devel::PPPort running under |
|---|
| 10 | perl 5.008008 on Mon Jun 23 19:35:39 2008. |
|---|
| 11 | |
|---|
| 12 | Do NOT edit this file directly! -- Edit PPPort_pm.PL and the |
|---|
| 13 | includes in parts/inc/ instead. |
|---|
| 14 | |
|---|
| 15 | Use 'perldoc ppport.h' to view the documentation below. |
|---|
| 16 | |
|---|
| 17 | ---------------------------------------------------------------------- |
|---|
| 18 | |
|---|
| 19 | SKIP |
|---|
| 20 | |
|---|
| 21 | =pod |
|---|
| 22 | |
|---|
| 23 | =head1 NAME |
|---|
| 24 | |
|---|
| 25 | ppport.h - Perl/Pollution/Portability version 3.06_01 |
|---|
| 26 | |
|---|
| 27 | =head1 SYNOPSIS |
|---|
| 28 | |
|---|
| 29 | perl ppport.h [options] [source files] |
|---|
| 30 | |
|---|
| 31 | Searches current directory for files if no [source files] are given |
|---|
| 32 | |
|---|
| 33 | --help show short help |
|---|
| 34 | |
|---|
| 35 | --patch=file write one patch file with changes |
|---|
| 36 | --copy=suffix write changed copies with suffix |
|---|
| 37 | --diff=program use diff program and options |
|---|
| 38 | |
|---|
| 39 | --compat-version=version provide compatibility with Perl version |
|---|
| 40 | --cplusplus accept C++ comments |
|---|
| 41 | |
|---|
| 42 | --quiet don't output anything except fatal errors |
|---|
| 43 | --nodiag don't show diagnostics |
|---|
| 44 | --nohints don't show hints |
|---|
| 45 | --nochanges don't suggest changes |
|---|
| 46 | --nofilter don't filter input files |
|---|
| 47 | |
|---|
| 48 | --list-provided list provided API |
|---|
| 49 | --list-unsupported list unsupported API |
|---|
| 50 | --api-info=name show Perl API portability information |
|---|
| 51 | |
|---|
| 52 | =head1 COMPATIBILITY |
|---|
| 53 | |
|---|
| 54 | This version of F<ppport.h> is designed to support operation with Perl |
|---|
| 55 | installations back to 5.003, and has been tested up to 5.9.3. |
|---|
| 56 | |
|---|
| 57 | =head1 OPTIONS |
|---|
| 58 | |
|---|
| 59 | =head2 --help |
|---|
| 60 | |
|---|
| 61 | Display a brief usage summary. |
|---|
| 62 | |
|---|
| 63 | =head2 --patch=I<file> |
|---|
| 64 | |
|---|
| 65 | If this option is given, a single patch file will be created if |
|---|
| 66 | any changes are suggested. This requires a working diff program |
|---|
| 67 | to be installed on your system. |
|---|
| 68 | |
|---|
| 69 | =head2 --copy=I<suffix> |
|---|
| 70 | |
|---|
| 71 | If this option is given, a copy of each file will be saved with |
|---|
| 72 | the given suffix that contains the suggested changes. This does |
|---|
| 73 | not require any external programs. |
|---|
| 74 | |
|---|
| 75 | If neither C<--patch> or C<--copy> are given, the default is to |
|---|
| 76 | simply print the diffs for each file. This requires either |
|---|
| 77 | C<Text::Diff> or a C<diff> program to be installed. |
|---|
| 78 | |
|---|
| 79 | =head2 --diff=I<program> |
|---|
| 80 | |
|---|
| 81 | Manually set the diff program and options to use. The default |
|---|
| 82 | is to use C<Text::Diff>, when installed, and output unified |
|---|
| 83 | context diffs. |
|---|
| 84 | |
|---|
| 85 | =head2 --compat-version=I<version> |
|---|
| 86 | |
|---|
| 87 | Tell F<ppport.h> to check for compatibility with the given |
|---|
| 88 | Perl version. The default is to check for compatibility with Perl |
|---|
| 89 | version 5.003. You can use this option to reduce the output |
|---|
| 90 | of F<ppport.h> if you intend to be backward compatible only |
|---|
| 91 | up to a certain Perl version. |
|---|
| 92 | |
|---|
| 93 | =head2 --cplusplus |
|---|
| 94 | |
|---|
| 95 | Usually, F<ppport.h> will detect C++ style comments and |
|---|
| 96 | replace them with C style comments for portability reasons. |
|---|
| 97 | Using this option instructs F<ppport.h> to leave C++ |
|---|
| 98 | comments untouched. |
|---|
| 99 | |
|---|
| 100 | =head2 --quiet |
|---|
| 101 | |
|---|
| 102 | Be quiet. Don't print anything except fatal errors. |
|---|
| 103 | |
|---|
| 104 | =head2 --nodiag |
|---|
| 105 | |
|---|
| 106 | Don't output any diagnostic messages. Only portability |
|---|
| 107 | alerts will be printed. |
|---|
| 108 | |
|---|
| 109 | =head2 --nohints |
|---|
| 110 | |
|---|
| 111 | Don't output any hints. Hints often contain useful portability |
|---|
| 112 | notes. |
|---|
| 113 | |
|---|
| 114 | =head2 --nochanges |
|---|
| 115 | |
|---|
| 116 | Don't suggest any changes. Only give diagnostic output and hints |
|---|
| 117 | unless these are also deactivated. |
|---|
| 118 | |
|---|
| 119 | =head2 --nofilter |
|---|
| 120 | |
|---|
| 121 | Don't filter the list of input files. By default, files not looking |
|---|
| 122 | like source code (i.e. not *.xs, *.c, *.cc, *.cpp or *.h) are skipped. |
|---|
| 123 | |
|---|
| 124 | =head2 --list-provided |
|---|
| 125 | |
|---|
| 126 | Lists the API elements for which compatibility is provided by |
|---|
| 127 | F<ppport.h>. Also lists if it must be explicitly requested, |
|---|
| 128 | if it has dependencies, and if there are hints for it. |
|---|
| 129 | |
|---|
| 130 | =head2 --list-unsupported |
|---|
| 131 | |
|---|
| 132 | Lists the API elements that are known not to be supported by |
|---|
| 133 | F<ppport.h> and below which version of Perl they probably |
|---|
| 134 | won't be available or work. |
|---|
| 135 | |
|---|
| 136 | =head2 --api-info=I<name> |
|---|
| 137 | |
|---|
| 138 | Show portability information for API elements matching I<name>. |
|---|
| 139 | If I<name> is surrounded by slashes, it is interpreted as a regular |
|---|
| 140 | expression. |
|---|
| 141 | |
|---|
| 142 | =head1 DESCRIPTION |
|---|
| 143 | |
|---|
| 144 | In order for a Perl extension (XS) module to be as portable as possible |
|---|
| 145 | across differing versions of Perl itself, certain steps need to be taken. |
|---|
| 146 | |
|---|
| 147 | =over 4 |
|---|
| 148 | |
|---|
| 149 | =item * |
|---|
| 150 | |
|---|
| 151 | Including this header is the first major one. This alone will give you |
|---|
| 152 | access to a large part of the Perl API that hasn't been available in |
|---|
| 153 | earlier Perl releases. Use |
|---|
| 154 | |
|---|
| 155 | perl ppport.h --list-provided |
|---|
| 156 | |
|---|
| 157 | to see which API elements are provided by ppport.h. |
|---|
| 158 | |
|---|
| 159 | =item * |
|---|
| 160 | |
|---|
| 161 | You should avoid using deprecated parts of the API. For example, using |
|---|
| 162 | global Perl variables without the C<PL_> prefix is deprecated. Also, |
|---|
| 163 | some API functions used to have a C<perl_> prefix. Using this form is |
|---|
| 164 | also deprecated. You can safely use the supported API, as F<ppport.h> |
|---|
| 165 | will provide wrappers for older Perl versions. |
|---|
| 166 | |
|---|
| 167 | =item * |
|---|
| 168 | |
|---|
| 169 | If you use one of a few functions that were not present in earlier |
|---|
| 170 | versions of Perl, and that can't be provided using a macro, you have |
|---|
| 171 | to explicitly request support for these functions by adding one or |
|---|
| 172 | more C<#define>s in your source code before the inclusion of F<ppport.h>. |
|---|
| 173 | |
|---|
| 174 | These functions will be marked C<explicit> in the list shown by |
|---|
| 175 | C<--list-provided>. |
|---|
| 176 | |
|---|
| 177 | Depending on whether you module has a single or multiple files that |
|---|
| 178 | use such functions, you want either C<static> or global variants. |
|---|
| 179 | |
|---|
| 180 | For a C<static> function, use: |
|---|
| 181 | |
|---|
| 182 | #define NEED_function |
|---|
| 183 | |
|---|
| 184 | For a global function, use: |
|---|
| 185 | |
|---|
| 186 | #define NEED_function_GLOBAL |
|---|
| 187 | |
|---|
| 188 | Note that you mustn't have more than one global request for one |
|---|
| 189 | function in your project. |
|---|
| 190 | |
|---|
| 191 | Function Static Request Global Request |
|---|
| 192 | ----------------------------------------------------------------------------------------- |
|---|
| 193 | eval_pv() NEED_eval_pv NEED_eval_pv_GLOBAL |
|---|
| 194 | grok_bin() NEED_grok_bin NEED_grok_bin_GLOBAL |
|---|
| 195 | grok_hex() NEED_grok_hex NEED_grok_hex_GLOBAL |
|---|
| 196 | grok_number() NEED_grok_number NEED_grok_number_GLOBAL |
|---|
| 197 | grok_numeric_radix() NEED_grok_numeric_radix NEED_grok_numeric_radix_GLOBAL |
|---|
| 198 | grok_oct() NEED_grok_oct NEED_grok_oct_GLOBAL |
|---|
| 199 | newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL |
|---|
| 200 | newRV_noinc() NEED_newRV_noinc NEED_newRV_noinc_GLOBAL |
|---|
| 201 | sv_2pv_nolen() NEED_sv_2pv_nolen NEED_sv_2pv_nolen_GLOBAL |
|---|
| 202 | sv_2pvbyte() NEED_sv_2pvbyte NEED_sv_2pvbyte_GLOBAL |
|---|
| 203 | sv_catpvf_mg() NEED_sv_catpvf_mg NEED_sv_catpvf_mg_GLOBAL |
|---|
| 204 | sv_catpvf_mg_nocontext() NEED_sv_catpvf_mg_nocontext NEED_sv_catpvf_mg_nocontext_GLOBAL |
|---|
| 205 | sv_setpvf_mg() NEED_sv_setpvf_mg NEED_sv_setpvf_mg_GLOBAL |
|---|
| 206 | sv_setpvf_mg_nocontext() NEED_sv_setpvf_mg_nocontext NEED_sv_setpvf_mg_nocontext_GLOBAL |
|---|
| 207 | vnewSVpvf() NEED_vnewSVpvf NEED_vnewSVpvf_GLOBAL |
|---|
| 208 | |
|---|
| 209 | To avoid namespace conflicts, you can change the namespace of the |
|---|
| 210 | explicitly exported functions using the C<DPPP_NAMESPACE> macro. |
|---|
| 211 | Just C<#define> the macro before including C<ppport.h>: |
|---|
| 212 | |
|---|
| 213 | #define DPPP_NAMESPACE MyOwnNamespace_ |
|---|
| 214 | #include "ppport.h" |
|---|
| 215 | |
|---|
| 216 | The default namespace is C<DPPP_>. |
|---|
| 217 | |
|---|
| 218 | =back |
|---|
| 219 | |
|---|
| 220 | The good thing is that most of the above can be checked by running |
|---|
| 221 | F<ppport.h> on your source code. See the next section for |
|---|
| 222 | details. |
|---|
| 223 | |
|---|
| 224 | =head1 EXAMPLES |
|---|
| 225 | |
|---|
| 226 | To verify whether F<ppport.h> is needed for your module, whether you |
|---|
| 227 | should make any changes to your code, and whether any special defines |
|---|
| 228 | should be used, F<ppport.h> can be run as a Perl script to check your |
|---|
| 229 | source code. Simply say: |
|---|
| 230 | |
|---|
| 231 | perl ppport.h |
|---|
| 232 | |
|---|
| 233 | The result will usually be a list of patches suggesting changes |
|---|
| 234 | that should at least be acceptable, if not necessarily the most |
|---|
| 235 | efficient solution, or a fix for all possible problems. |
|---|
| 236 | |
|---|
| 237 | If you know that your XS module uses features only available in |
|---|
| 238 | newer Perl releases, if you're aware that it uses C++ comments, |
|---|
| 239 | and if you want all suggestions as a single patch file, you could |
|---|
| 240 | use something like this: |
|---|
| 241 | |
|---|
| 242 | perl ppport.h --compat-version=5.6.0 --cplusplus --patch=test.diff |
|---|
| 243 | |
|---|
| 244 | If you only want your code to be scanned without any suggestions |
|---|
| 245 | for changes, use: |
|---|
| 246 | |
|---|
| 247 | perl ppport.h --nochanges |
|---|
| 248 | |
|---|
| 249 | You can specify a different C<diff> program or options, using |
|---|
| 250 | the C<--diff> option: |
|---|
| 251 | |
|---|
| 252 | perl ppport.h --diff='diff -C 10' |
|---|
| 253 | |
|---|
| 254 | This would output context diffs with 10 lines of context. |
|---|
| 255 | |
|---|
| 256 | To display portability information for the C<newSVpvn> function, |
|---|
| 257 | use: |
|---|
| 258 | |
|---|
| 259 | perl ppport.h --api-info=newSVpvn |
|---|
| 260 | |
|---|
| 261 | Since the argument to C<--api-info> can be a regular expression, |
|---|
| 262 | you can use |
|---|
| 263 | |
|---|
| 264 | perl ppport.h --api-info=/_nomg$/ |
|---|
| 265 | |
|---|
| 266 | to display portability information for all C<_nomg> functions or |
|---|
| 267 | |
|---|
| 268 | perl ppport.h --api-info=/./ |
|---|
| 269 | |
|---|
| 270 | to display information for all known API elements. |
|---|
| 271 | |
|---|
| 272 | =head1 BUGS |
|---|
| 273 | |
|---|
| 274 | If this version of F<ppport.h> is causing failure during |
|---|
| 275 | the compilation of this module, please check if newer versions |
|---|
| 276 | of either this module or C<Devel::PPPort> are available on CPAN |
|---|
| 277 | before sending a bug report. |
|---|
| 278 | |
|---|
| 279 | If F<ppport.h> was generated using the latest version of |
|---|
| 280 | C<Devel::PPPort> and is causing failure of this module, please |
|---|
| 281 | file a bug report using the CPAN Request Tracker at L<http://rt.cpan.org/>. |
|---|
| 282 | |
|---|
| 283 | Please include the following information: |
|---|
| 284 | |
|---|
| 285 | =over 4 |
|---|
| 286 | |
|---|
| 287 | =item 1. |
|---|
| 288 | |
|---|
| 289 | The complete output from running "perl -V" |
|---|
| 290 | |
|---|
| 291 | =item 2. |
|---|
| 292 | |
|---|
| 293 | This file. |
|---|
| 294 | |
|---|
| 295 | =item 3. |
|---|
| 296 | |
|---|
| 297 | The name and version of the module you were trying to build. |
|---|
| 298 | |
|---|
| 299 | =item 4. |
|---|
| 300 | |
|---|
| 301 | A full log of the build that failed. |
|---|
| 302 | |
|---|
| 303 | =item 5. |
|---|
| 304 | |
|---|
| 305 | Any other information that you think could be relevant. |
|---|
| 306 | |
|---|
| 307 | =back |
|---|
| 308 | |
|---|
| 309 | For the latest version of this code, please get the C<Devel::PPPort> |
|---|
| 310 | module from CPAN. |
|---|
| 311 | |
|---|
| 312 | =head1 COPYRIGHT |
|---|
| 313 | |
|---|
| 314 | Version 3.x, Copyright (c) 2004-2005, Marcus Holland-Moritz. |
|---|
| 315 | |
|---|
| 316 | Version 2.x, Copyright (C) 2001, Paul Marquess. |
|---|
| 317 | |
|---|
| 318 | Version 1.x, Copyright (C) 1999, Kenneth Albanowski. |
|---|
| 319 | |
|---|
| 320 | This program is free software; you can redistribute it and/or |
|---|
| 321 | modify it under the same terms as Perl itself. |
|---|
| 322 | |
|---|
| 323 | =head1 SEE ALSO |
|---|
| 324 | |
|---|
| 325 | See L<Devel::PPPort>. |
|---|
| 326 | |
|---|
| 327 | =cut |
|---|
| 328 | |
|---|
| 329 | use strict; |
|---|
| 330 | |
|---|
| 331 | my %opt = ( |
|---|
| 332 | quiet => 0, |
|---|
| 333 | diag => 1, |
|---|
| 334 | hints => 1, |
|---|
| 335 | changes => 1, |
|---|
| 336 | cplusplus => 0, |
|---|
| 337 | filter => 1, |
|---|
| 338 | ); |
|---|
| 339 | |
|---|
| 340 | my($ppport) = $0 =~ /([\w.]+)$/; |
|---|
| 341 | my $LF = '(?:\r\n|[\r\n])'; # line feed |
|---|
| 342 | my $HS = "[ \t]"; # horizontal whitespace |
|---|
| 343 | |
|---|
| 344 | eval { |
|---|
| 345 | require Getopt::Long; |
|---|
| 346 | Getopt::Long::GetOptions(\%opt, qw( |
|---|
| 347 | help quiet diag! filter! hints! changes! cplusplus |
|---|
| 348 | patch=s copy=s diff=s compat-version=s |
|---|
| 349 | list-provided list-unsupported api-info=s |
|---|
| 350 | )) or usage(); |
|---|
| 351 | }; |
|---|
| 352 | |
|---|
| 353 | if ($@ and grep /^-/, @ARGV) { |
|---|
| 354 | usage() if "@ARGV" =~ /^--?h(?:elp)?$/; |
|---|
| 355 | die "Getopt::Long not found. Please don't use any options.\n"; |
|---|
| 356 | } |
|---|
| 357 | |
|---|
| 358 | usage() if $opt{help}; |
|---|
| 359 | |
|---|
| 360 | if (exists $opt{'compat-version'}) { |
|---|
| 361 | my($r,$v,$s) = eval { parse_version($opt{'compat-version'}) }; |
|---|
| 362 | if ($@) { |
|---|
| 363 | die "Invalid version number format: '$opt{'compat-version'}'\n"; |
|---|
| 364 | } |
|---|
| 365 | die "Only Perl 5 is supported\n" if $r != 5; |
|---|
| 366 | die "Invalid version number: $opt{'compat-version'}\n" if $v >= 1000 || $s >= 1000; |
|---|
| 367 | $opt{'compat-version'} = sprintf "%d.%03d%03d", $r, $v, $s; |
|---|
| 368 | } |
|---|
| 369 | else { |
|---|
| 370 | $opt{'compat-version'} = 5; |
|---|
| 371 | } |
|---|
| 372 | |
|---|
| 373 | # Never use C comments in this file!!!!! |
|---|
| 374 | my $ccs = '/'.'*'; |
|---|
| 375 | my $cce = '*'.'/'; |
|---|
| 376 | my $rccs = quotemeta $ccs; |
|---|
| 377 | my $rcce = quotemeta $cce; |
|---|
| 378 | |
|---|
| 379 | my %API = map { /^(\w+)\|([^|]*)\|([^|]*)\|(\w*)$/ |
|---|
| 380 | ? ( $1 => { |
|---|
| 381 | ($2 ? ( base => $2 ) : ()), |
|---|
| 382 | ($3 ? ( todo => $3 ) : ()), |
|---|
| 383 | (index($4, 'v') >= 0 ? ( varargs => 1 ) : ()), |
|---|
| 384 | (index($4, 'p') >= 0 ? ( provided => 1 ) : ()), |
|---|
| 385 | (index($4, 'n') >= 0 ? ( nothxarg => 1 ) : ()), |
|---|
| 386 | } ) |
|---|
| 387 | : die "invalid spec: $_" } qw( |
|---|
| 388 | AvFILLp|5.004050||p |
|---|
| 389 | AvFILL||| |
|---|
| 390 | CLASS|||n |
|---|
| 391 | CX_CURPAD_SAVE||| |
|---|
| 392 | CX_CURPAD_SV||| |
|---|
| 393 | CopFILEAV|5.006000||p |
|---|
| 394 | CopFILEGV_set|5.006000||p |
|---|
| 395 | CopFILEGV|5.006000||p |
|---|
| 396 | CopFILESV|5.006000||p |
|---|
| 397 | CopFILE_set|5.006000||p |
|---|
| 398 | CopFILE|5.006000||p |
|---|
| 399 | CopSTASHPV_set|5.006000||p |
|---|
| 400 | CopSTASHPV|5.006000||p |
|---|
| 401 | CopSTASH_eq|5.006000||p |
|---|
| 402 | CopSTASH_set|5.006000||p |
|---|
| 403 | CopSTASH|5.006000||p |
|---|
| 404 | CopyD|5.009002||p |
|---|
| 405 | Copy||| |
|---|
| 406 | CvPADLIST||| |
|---|
| 407 | CvSTASH||| |
|---|
| 408 | CvWEAKOUTSIDE||| |
|---|
| 409 | DEFSV|5.004050||p |
|---|
| 410 | END_EXTERN_C|5.005000||p |
|---|
| 411 | ENTER||| |
|---|
| 412 | ERRSV|5.004050||p |
|---|
| 413 | EXTEND||| |
|---|
| 414 | EXTERN_C|5.005000||p |
|---|
| 415 | FREETMPS||| |
|---|
| 416 | GIMME_V||5.004000|n |
|---|
| 417 | GIMME|||n |
|---|
| 418 | GROK_NUMERIC_RADIX|5.007002||p |
|---|
| 419 | G_ARRAY||| |
|---|
| 420 | G_DISCARD||| |
|---|
| 421 | G_EVAL||| |
|---|
| 422 | G_NOARGS||| |
|---|
| 423 | G_SCALAR||| |
|---|
| 424 | G_VOID||5.004000| |
|---|
| 425 | GetVars||| |
|---|
| 426 | GvSV||| |
|---|
| 427 | Gv_AMupdate||| |
|---|
| 428 | HEf_SVKEY||5.004000| |
|---|
| 429 | HeHASH||5.004000| |
|---|
| 430 | HeKEY||5.004000| |
|---|
| 431 | HeKLEN||5.004000| |
|---|
| 432 | HePV||5.004000| |
|---|
| 433 | HeSVKEY_force||5.004000| |
|---|
| 434 | HeSVKEY_set||5.004000| |
|---|
| 435 | HeSVKEY||5.004000| |
|---|
| 436 | HeVAL||5.004000| |
|---|
| 437 | HvNAME||| |
|---|
| 438 | INT2PTR|5.006000||p |
|---|
| 439 | IN_LOCALE_COMPILETIME|5.007002||p |
|---|
| 440 | IN_LOCALE_RUNTIME|5.007002||p |
|---|
| 441 | IN_LOCALE|5.007002||p |
|---|
| 442 | IN_PERL_COMPILETIME|5.008001||p |
|---|
| 443 | IS_NUMBER_GREATER_THAN_UV_MAX|5.007002||p |
|---|
| 444 | IS_NUMBER_INFINITY|5.007002||p |
|---|
| 445 | IS_NUMBER_IN_UV|5.007002||p |
|---|
| 446 | IS_NUMBER_NAN|5.007003||p |
|---|
| 447 | IS_NUMBER_NEG|5.007002||p |
|---|
| 448 | IS_NUMBER_NOT_INT|5.007002||p |
|---|
| 449 | IVSIZE|5.006000||p |
|---|
| 450 | IVTYPE|5.006000||p |
|---|
| 451 | IVdf|5.006000||p |
|---|
| 452 | LEAVE||| |
|---|
| 453 | LVRET||| |
|---|
| 454 | MARK||| |
|---|
| 455 | MY_CXT_CLONE|5.009002||p |
|---|
| 456 | MY_CXT_INIT|5.007003||p |
|---|
| 457 | MY_CXT|5.007003||p |
|---|
| 458 | MoveD|5.009002||p |
|---|
| 459 | Move||| |
|---|
| 460 | NEWSV||| |
|---|
| 461 | NOOP|5.005000||p |
|---|
| 462 | NUM2PTR|5.006000||p |
|---|
| 463 | NVTYPE|5.006000||p |
|---|
| 464 | NVef|5.006001||p |
|---|
| 465 | NVff|5.006001||p |
|---|
| 466 | NVgf|5.006001||p |
|---|
| 467 | Newc||| |
|---|
| 468 | Newz||| |
|---|
| 469 | New||| |
|---|
| 470 | Nullav||| |
|---|
| 471 | Nullch||| |
|---|
| 472 | Nullcv||| |
|---|
| 473 | Nullhv||| |
|---|
| 474 | Nullsv||| |
|---|
| 475 | ORIGMARK||| |
|---|
| 476 | PAD_BASE_SV||| |
|---|
| 477 | PAD_CLONE_VARS||| |
|---|
| 478 | PAD_COMPNAME_FLAGS||| |
|---|
| 479 | PAD_COMPNAME_GEN_set||| |
|---|
| 480 | PAD_COMPNAME_GEN||| |
|---|
| 481 | PAD_COMPNAME_OURSTASH||| |
|---|
| 482 | PAD_COMPNAME_PV||| |
|---|
| 483 | PAD_COMPNAME_TYPE||| |
|---|
| 484 | PAD_RESTORE_LOCAL||| |
|---|
| 485 | PAD_SAVE_LOCAL||| |
|---|
| 486 | PAD_SAVE_SETNULLPAD||| |
|---|
| 487 | PAD_SETSV||| |
|---|
| 488 | PAD_SET_CUR_NOSAVE||| |
|---|
| 489 | PAD_SET_CUR||| |
|---|
| 490 | PAD_SVl||| |
|---|
| 491 | PAD_SV||| |
|---|
| 492 | PERL_BCDVERSION|5.009003||p |
|---|
| 493 | PERL_GCC_BRACE_GROUPS_FORBIDDEN|5.008001||p |
|---|
| 494 | PERL_INT_MAX|5.004000||p |
|---|
| 495 | PERL_INT_MIN|5.004000||p |
|---|
| 496 | PERL_LONG_MAX|5.004000||p |
|---|
| 497 | PERL_LONG_MIN|5.004000||p |
|---|
| 498 | PERL_MAGIC_arylen|5.007002||p |
|---|
| 499 | PERL_MAGIC_backref|5.007002||p |
|---|
| 500 | PERL_MAGIC_bm|5.007002||p |
|---|
| 501 | PERL_MAGIC_collxfrm|5.007002||p |
|---|
| 502 | PERL_MAGIC_dbfile|5.007002||p |
|---|
| 503 | PERL_MAGIC_dbline|5.007002||p |
|---|
| 504 | PERL_MAGIC_defelem|5.007002||p |
|---|
| 505 | PERL_MAGIC_envelem|5.007002||p |
|---|
| 506 | PERL_MAGIC_env|5.007002||p |
|---|
| 507 | PERL_MAGIC_ext|5.007002||p |
|---|
| 508 | PERL_MAGIC_fm|5.007002||p |
|---|
| 509 | PERL_MAGIC_glob|5.007002||p |
|---|
| 510 | PERL_MAGIC_isaelem|5.007002||p |
|---|
| 511 | PERL_MAGIC_isa|5.007002||p |
|---|
| 512 | PERL_MAGIC_mutex|5.007002||p |
|---|
| 513 | PERL_MAGIC_nkeys|5.007002||p |
|---|
| 514 | PERL_MAGIC_overload_elem|5.007002||p |
|---|
| 515 | PERL_MAGIC_overload_table|5.007002||p |
|---|
| 516 | PERL_MAGIC_overload|5.007002||p |
|---|
| 517 | PERL_MAGIC_pos|5.007002||p |
|---|
| 518 | PERL_MAGIC_qr|5.007002||p |
|---|
| 519 | PERL_MAGIC_regdata|5.007002||p |
|---|
| 520 | PERL_MAGIC_regdatum|5.007002||p |
|---|
| 521 | PERL_MAGIC_regex_global|5.007002||p |
|---|
| 522 | PERL_MAGIC_shared_scalar|5.007003||p |
|---|
| 523 | PERL_MAGIC_shared|5.007003||p |
|---|
| 524 | PERL_MAGIC_sigelem|5.007002||p |
|---|
| 525 | PERL_MAGIC_sig|5.007002||p |
|---|
| 526 | PERL_MAGIC_substr|5.007002||p |
|---|
| 527 | PERL_MAGIC_sv|5.007002||p |
|---|
| 528 | PERL_MAGIC_taint|5.007002||p |
|---|
| 529 | PERL_MAGIC_tiedelem|5.007002||p |
|---|
| 530 | PERL_MAGIC_tiedscalar|5.007002||p |
|---|
| 531 | PERL_MAGIC_tied|5.007002||p |
|---|
| 532 | PERL_MAGIC_utf8|5.008001||p |
|---|
| 533 | PERL_MAGIC_uvar_elem|5.007003||p |
|---|
| 534 | PERL_MAGIC_uvar|5.007002||p |
|---|
| 535 | PERL_MAGIC_vec|5.007002||p |
|---|
| 536 | PERL_MAGIC_vstring|5.008001||p |
|---|
| 537 | PERL_QUAD_MAX|5.004000||p |
|---|
| 538 | PERL_QUAD_MIN|5.004000||p |
|---|
| 539 | PERL_REVISION|5.006000||p |
|---|
| 540 | PERL_SCAN_ALLOW_UNDERSCORES|5.007003||p |
|---|
| 541 | PERL_SCAN_DISALLOW_PREFIX|5.007003||p |
|---|
| 542 | PERL_SCAN_GREATER_THAN_UV_MAX|5.007003||p |
|---|
| 543 | PERL_SCAN_SILENT_ILLDIGIT|5.008001||p |
|---|
| 544 | PERL_SHORT_MAX|5.004000||p |
|---|
| 545 | PERL_SHORT_MIN|5.004000||p |
|---|
| 546 | PERL_SUBVERSION|5.006000||p |
|---|
| 547 | PERL_UCHAR_MAX|5.004000||p |
|---|
| 548 | PERL_UCHAR_MIN|5.004000||p |
|---|
| 549 | PERL_UINT_MAX|5.004000||p |
|---|
| 550 | PERL_UINT_MIN|5.004000||p |
|---|
| 551 | PERL_ULONG_MAX|5.004000||p |
|---|
| 552 | PERL_ULONG_MIN|5.004000||p |
|---|
| 553 | PERL_UNUSED_DECL|5.007002||p |
|---|
| 554 | PERL_UQUAD_MAX|5.004000||p |
|---|
| 555 | PERL_UQUAD_MIN|5.004000||p |
|---|
| 556 | PERL_USHORT_MAX|5.004000||p |
|---|
| 557 | PERL_USHORT_MIN|5.004000||p |
|---|
| 558 | PERL_VERSION|5.006000||p |
|---|
| 559 | PL_DBsingle|||pn |
|---|
| 560 | PL_DBsub|||pn |
|---|
| 561 | PL_DBtrace|||n |
|---|
| 562 | PL_Sv|5.005000||p |
|---|
| 563 | PL_compiling|5.004050||p |
|---|
| 564 | PL_copline|5.005000||p |
|---|
| 565 | PL_curcop|5.004050||p |
|---|
| 566 | PL_curstash|5.004050||p |
|---|
| 567 | PL_debstash|5.004050||p |
|---|
| 568 | PL_defgv|5.004050||p |
|---|
| 569 | PL_diehook|5.004050||p |
|---|
| 570 | PL_dirty|5.004050||p |
|---|
| 571 | PL_dowarn|||pn |
|---|
| 572 | PL_errgv|5.004050||p |
|---|
| 573 | PL_hexdigit|5.005000||p |
|---|
| 574 | PL_hints|5.005000||p |
|---|
| 575 | PL_last_in_gv|||n |
|---|
| 576 | PL_modglobal||5.005000|n |
|---|
| 577 | PL_na|5.004050||pn |
|---|
| 578 | PL_no_modify|5.006000||p |
|---|
| 579 | PL_ofs_sv|||n |
|---|
| 580 | PL_perl_destruct_level|5.004050||p |
|---|
| 581 | PL_perldb|5.004050||p |
|---|
| 582 | PL_ppaddr|5.006000||p |
|---|
| 583 | PL_rsfp_filters|5.004050||p |
|---|
| 584 | PL_rsfp|5.004050||p |
|---|
| 585 | PL_rs|||n |
|---|
| 586 | PL_stack_base|5.004050||p |
|---|
| 587 | PL_stack_sp|5.004050||p |
|---|
| 588 | PL_stdingv|5.004050||p |
|---|
| 589 | PL_sv_arenaroot|5.004050||p |
|---|
| 590 | PL_sv_no|5.004050||pn |
|---|
| 591 | PL_sv_undef|5.004050||pn |
|---|
| 592 | PL_sv_yes|5.004050||pn |
|---|
| 593 | PL_tainted|5.004050||p |
|---|
| 594 | PL_tainting|5.004050||p |
|---|
| 595 | POPi|||n |
|---|
| 596 | POPl|||n |
|---|
| 597 | POPn|||n |
|---|
| 598 | POPpbytex||5.007001|n |
|---|
| 599 | POPpx||5.005030|n |
|---|
| 600 | POPp|||n |
|---|
| 601 | POPs|||n |
|---|
| 602 | PTR2IV|5.006000||p |
|---|
| 603 | PTR2NV|5.006000||p |
|---|
| 604 | PTR2UV|5.006000||p |
|---|
| 605 | PTR2ul|5.007001||p |
|---|
| 606 | PTRV|5.006000||p |
|---|
| 607 | PUSHMARK||| |
|---|
| 608 | PUSHi||| |
|---|
| 609 | PUSHmortal|5.009002||p |
|---|
| 610 | PUSHn||| |
|---|
| 611 | PUSHp||| |
|---|
| 612 | PUSHs||| |
|---|
| 613 | PUSHu|5.004000||p |
|---|
| 614 | PUTBACK||| |
|---|
| 615 | PerlIO_clearerr||5.007003| |
|---|
| 616 | PerlIO_close||5.007003| |
|---|
| 617 | PerlIO_eof||5.007003| |
|---|
| 618 | PerlIO_error||5.007003| |
|---|
| 619 | PerlIO_fileno||5.007003| |
|---|
| 620 | PerlIO_fill||5.007003| |
|---|
| 621 | PerlIO_flush||5.007003| |
|---|
| 622 | PerlIO_get_base||5.007003| |
|---|
| 623 | PerlIO_get_bufsiz||5.007003| |
|---|
| 624 | PerlIO_get_cnt||5.007003| |
|---|
| 625 | PerlIO_get_ptr||5.007003| |
|---|
| 626 | PerlIO_read||5.007003| |
|---|
| 627 | PerlIO_seek||5.007003| |
|---|
| 628 | PerlIO_set_cnt||5.007003| |
|---|
| 629 | PerlIO_set_ptrcnt||5.007003| |
|---|
| 630 | PerlIO_setlinebuf||5.007003| |
|---|
| 631 | PerlIO_stderr||5.007003| |
|---|
| 632 | PerlIO_stdin||5.007003| |
|---|
| 633 | PerlIO_stdout||5.007003| |
|---|
| 634 | PerlIO_tell||5.007003| |
|---|
| 635 | PerlIO_unread||5.007003| |
|---|
| 636 | PerlIO_write||5.007003| |
|---|
| 637 | Poison|5.008000||p |
|---|
| 638 | RETVAL|||n |
|---|
| 639 | Renewc||| |
|---|
| 640 | Renew||| |
|---|
| 641 | SAVECLEARSV||| |
|---|
| 642 | SAVECOMPPAD||| |
|---|
| 643 | SAVEPADSV||| |
|---|
| 644 | SAVETMPS||| |
|---|
| 645 | SAVE_DEFSV|5.004050||p |
|---|
| 646 | SPAGAIN||| |
|---|
| 647 | SP||| |
|---|
| 648 | START_EXTERN_C|5.005000||p |
|---|
| 649 | START_MY_CXT|5.007003||p |
|---|
| 650 | STMT_END|||p |
|---|
| 651 | STMT_START|||p |
|---|
| 652 | ST||| |
|---|
| 653 | SVt_IV||| |
|---|
| 654 | SVt_NV||| |
|---|
| 655 | SVt_PVAV||| |
|---|
| 656 | SVt_PVCV||| |
|---|
| 657 | SVt_PVHV||| |
|---|
| 658 | SVt_PVMG||| |
|---|
| 659 | SVt_PV||| |
|---|
| 660 | Safefree||| |
|---|
| 661 | Slab_Alloc||| |
|---|
| 662 | Slab_Free||| |
|---|
| 663 | StructCopy||| |
|---|
| 664 | SvCUR_set||| |
|---|
| 665 | SvCUR||| |
|---|
| 666 | SvEND||| |
|---|
| 667 | SvGETMAGIC|5.004050||p |
|---|
| 668 | SvGROW||| |
|---|
| 669 | SvIOK_UV||5.006000| |
|---|
| 670 | SvIOK_notUV||5.006000| |
|---|
| 671 | SvIOK_off||| |
|---|
| 672 | SvIOK_only_UV||5.006000| |
|---|
| 673 | SvIOK_only||| |
|---|
| 674 | SvIOK_on||| |
|---|
| 675 | SvIOKp||| |
|---|
| 676 | SvIOK||| |
|---|
| 677 | SvIVX||| |
|---|
| 678 | SvIV_nomg|5.009001||p |
|---|
| 679 | SvIV_set||| |
|---|
| 680 | SvIVx||| |
|---|
| 681 | SvIV||| |
|---|
| 682 | SvIsCOW_shared_hash||5.008003| |
|---|
| 683 | SvIsCOW||5.008003| |
|---|
| 684 | SvLEN_set||| |
|---|
| 685 | SvLEN||| |
|---|
| 686 | SvLOCK||5.007003| |
|---|
| 687 | SvMAGIC_set||5.009003| |
|---|
| 688 | SvNIOK_off||| |
|---|
| 689 | SvNIOKp||| |
|---|
| 690 | SvNIOK||| |
|---|
| 691 | SvNOK_off||| |
|---|
| 692 | SvNOK_only||| |
|---|
| 693 | SvNOK_on||| |
|---|
| 694 | SvNOKp||| |
|---|
| 695 | SvNOK||| |
|---|
| 696 | SvNVX||| |
|---|
| 697 | SvNV_set||| |
|---|
| 698 | SvNVx||| |
|---|
| 699 | SvNV||| |
|---|
| 700 | SvOK||| |
|---|
| 701 | SvOOK||| |
|---|
| 702 | SvPOK_off||| |
|---|
| 703 | SvPOK_only_UTF8||5.006000| |
|---|
| 704 | SvPOK_only||| |
|---|
| 705 | SvPOK_on||| |
|---|
| 706 | SvPOKp||| |
|---|
| 707 | SvPOK||| |
|---|
| 708 | SvPVX||| |
|---|
| 709 | SvPV_force_nomg|5.007002||p |
|---|
| 710 | SvPV_force||| |
|---|
| 711 | SvPV_nolen|5.006000||p |
|---|
| 712 | SvPV_nomg|5.007002||p |
|---|
| 713 | SvPV_set||| |
|---|
| 714 | SvPVbyte_force||5.009002| |
|---|
| 715 | SvPVbyte_nolen||5.006000| |
|---|
| 716 | SvPVbytex_force||5.006000| |
|---|
| 717 | SvPVbytex||5.006000| |
|---|
| 718 | SvPVbyte|5.006000||p |
|---|
| 719 | SvPVutf8_force||5.006000| |
|---|
| 720 | SvPVutf8_nolen||5.006000| |
|---|
| 721 | SvPVutf8x_force||5.006000| |
|---|
| 722 | SvPVutf8x||5.006000| |
|---|
| 723 | SvPVutf8||5.006000| |
|---|
| 724 | SvPVx||| |
|---|
| 725 | SvPV||| |
|---|
| 726 | SvREFCNT_dec||| |
|---|
| 727 | SvREFCNT_inc||| |
|---|
| 728 | SvREFCNT||| |
|---|
| 729 | SvROK_off||| |
|---|
| 730 | SvROK_on||| |
|---|
| 731 | SvROK||| |
|---|
| 732 | SvRV_set||5.009003| |
|---|
| 733 | SvRV||| |
|---|
| 734 | SvSETMAGIC||| |
|---|
| 735 | SvSHARE||5.007003| |
|---|
| 736 | SvSTASH_set||5.009003| |
|---|
| 737 | SvSTASH||| |
|---|
| 738 | SvSetMagicSV_nosteal||5.004000| |
|---|
| 739 | SvSetMagicSV||5.004000| |
|---|
| 740 | SvSetSV_nosteal||5.004000| |
|---|
| 741 | SvSetSV||| |
|---|
| 742 | SvTAINTED_off||5.004000| |
|---|
| 743 | SvTAINTED_on||5.004000| |
|---|
| 744 | SvTAINTED||5.004000| |
|---|
| 745 | SvTAINT||| |
|---|
| 746 | SvTRUE||| |
|---|
| 747 | SvTYPE||| |
|---|
| 748 | SvUNLOCK||5.007003| |
|---|
| 749 | SvUOK||5.007001| |
|---|
| 750 | SvUPGRADE||| |
|---|
| 751 | SvUTF8_off||5.006000| |
|---|
| 752 | SvUTF8_on||5.006000| |
|---|
| 753 | SvUTF8||5.006000| |
|---|
| 754 | SvUVXx|5.004000||p |
|---|
| 755 | SvUVX|5.004000||p |
|---|
| 756 | SvUV_nomg|5.009001||p |
|---|
| 757 | SvUV_set||5.009003| |
|---|
| 758 | SvUVx|5.004000||p |
|---|
| 759 | SvUV|5.004000||p |
|---|
| 760 | SvVOK||5.008001| |
|---|
| 761 | THIS|||n |
|---|
| 762 | UNDERBAR|5.009002||p |
|---|
| 763 | UVSIZE|5.006000||p |
|---|
| 764 | UVTYPE|5.006000||p |
|---|
| 765 | UVXf|5.007001||p |
|---|
| 766 | UVof|5.006000||p |
|---|
| 767 | UVuf|5.006000||p |
|---|
| 768 | UVxf|5.006000||p |
|---|
| 769 | XCPT_CATCH|5.009002||p |
|---|
| 770 | XCPT_RETHROW|5.009002||p |
|---|
| 771 | XCPT_TRY_END|5.009002||p |
|---|
| 772 | XCPT_TRY_START|5.009002||p |
|---|
| 773 | XPUSHi||| |
|---|
| 774 | XPUSHmortal|5.009002||p |
|---|
| 775 | XPUSHn||| |
|---|
| 776 | XPUSHp||| |
|---|
| 777 | XPUSHs||| |
|---|
| 778 | XPUSHu|5.004000||p |
|---|
| 779 | XSRETURN_EMPTY||| |
|---|
| 780 | XSRETURN_IV||| |
|---|
| 781 | XSRETURN_NO||| |
|---|
| 782 | XSRETURN_NV||| |
|---|
| 783 | XSRETURN_PV||| |
|---|
| 784 | XSRETURN_UNDEF||| |
|---|
| 785 | XSRETURN_UV|5.008001||p |
|---|
| 786 | XSRETURN_YES||| |
|---|
| 787 | XSRETURN||| |
|---|
| 788 | XST_mIV||| |
|---|
| 789 | XST_mNO||| |
|---|
| 790 | XST_mNV||| |
|---|
| 791 | XST_mPV||| |
|---|
| 792 | XST_mUNDEF||| |
|---|
| 793 | XST_mUV|5.008001||p |
|---|
| 794 | XST_mYES||| |
|---|
| 795 | XS_VERSION_BOOTCHECK||| |
|---|
| 796 | XS_VERSION||| |
|---|
| 797 | XS||| |
|---|
| 798 | ZeroD|5.009002||p |
|---|
| 799 | Zero||| |
|---|
| 800 | _aMY_CXT|5.007003||p |
|---|
| 801 | _pMY_CXT|5.007003||p |
|---|
| 802 | aMY_CXT_|5.007003||p |
|---|
| 803 | aMY_CXT|5.007003||p |
|---|
| 804 | aTHX_|5.006000||p |
|---|
| 805 | aTHX|5.006000||p |
|---|
| 806 | add_data||| |
|---|
| 807 | allocmy||| |
|---|
| 808 | amagic_call||| |
|---|
| 809 | any_dup||| |
|---|
| 810 | ao||| |
|---|
| 811 | append_elem||| |
|---|
| 812 | append_list||| |
|---|
| 813 | apply_attrs_my||| |
|---|
| 814 | apply_attrs_string||5.006001| |
|---|
| 815 | apply_attrs||| |
|---|
| 816 | apply||| |
|---|
| 817 | asIV||| |
|---|
| 818 | asUV||| |
|---|
| 819 | atfork_lock||5.007003|n |
|---|
| 820 | atfork_unlock||5.007003|n |
|---|
| 821 | av_arylen_p||5.009003| |
|---|
| 822 | av_clear||| |
|---|
| 823 | av_delete||5.006000| |
|---|
| 824 | av_exists||5.006000| |
|---|
| 825 | av_extend||| |
|---|
| 826 | av_fake||| |
|---|
| 827 | av_fetch||| |
|---|
| 828 | av_fill||| |
|---|
| 829 | av_len||| |
|---|
| 830 | av_make||| |
|---|
| 831 | av_pop||| |
|---|
| 832 | av_push||| |
|---|
| 833 | av_reify||| |
|---|
| 834 | av_shift||| |
|---|
| 835 | av_store||| |
|---|
| 836 | av_undef||| |
|---|
| 837 | av_unshift||| |
|---|
| 838 | ax|||n |
|---|
| 839 | bad_type||| |
|---|
| 840 | bind_match||| |
|---|
| 841 | block_end||| |
|---|
| 842 | block_gimme||5.004000| |
|---|
| 843 | block_start||| |
|---|
| 844 | boolSV|5.004000||p |
|---|
| 845 | boot_core_PerlIO||| |
|---|
| 846 | boot_core_UNIVERSAL||| |
|---|
| 847 | boot_core_xsutils||| |
|---|
| 848 | bytes_from_utf8||5.007001| |
|---|
| 849 | bytes_to_utf8||5.006001| |
|---|
| 850 | cache_re||| |
|---|
| 851 | call_argv|5.006000||p |
|---|
| 852 | call_atexit||5.006000| |
|---|
| 853 | call_body||| |
|---|
| 854 | call_list_body||| |
|---|
| 855 | call_list||5.004000| |
|---|
| 856 | call_method|5.006000||p |
|---|
| 857 | call_pv|5.006000||p |
|---|
| 858 | call_sv|5.006000||p |
|---|
| 859 | calloc||5.007002|n |
|---|
| 860 | cando||| |
|---|
| 861 | cast_i32||5.006000| |
|---|
| 862 | cast_iv||5.006000| |
|---|
| 863 | cast_ulong||5.006000| |
|---|
| 864 | cast_uv||5.006000| |
|---|
| 865 | check_uni||| |
|---|
| 866 | checkcomma||| |
|---|
| 867 | checkposixcc||| |
|---|
| 868 | ck_anoncode||| |
|---|
| 869 | ck_bitop||| |
|---|
| 870 | ck_concat||| |
|---|
| 871 | ck_defined||| |
|---|
| 872 | ck_delete||| |
|---|
| 873 | ck_die||| |
|---|
| 874 | ck_eof||| |
|---|
| 875 | ck_eval||| |
|---|
| 876 | ck_exec||| |
|---|
| 877 | ck_exists||| |
|---|
| 878 | ck_exit||| |
|---|
| 879 | ck_ftst||| |
|---|
| 880 | ck_fun||| |
|---|
| 881 | ck_glob||| |
|---|
| 882 | ck_grep||| |
|---|
| 883 | ck_index||| |
|---|
| 884 | ck_join||| |
|---|
| 885 | ck_lengthconst||| |
|---|
| 886 | ck_lfun||| |
|---|
| 887 | ck_listiob||| |
|---|
| 888 | ck_match||| |
|---|
| 889 | ck_method||| |
|---|
| 890 | ck_null||| |
|---|
| 891 | ck_open||| |
|---|
| 892 | ck_repeat||| |
|---|
| 893 | ck_require||| |
|---|
| 894 | ck_retarget||| |
|---|
| 895 | ck_return||| |
|---|
| 896 | ck_rfun||| |
|---|
| 897 | ck_rvconst||| |
|---|
| 898 | ck_sassign||| |
|---|
| 899 | ck_select||| |
|---|
| 900 | ck_shift||| |
|---|
| 901 | ck_sort||| |
|---|
| 902 | ck_spair||| |
|---|
| 903 | ck_split||| |
|---|
| 904 | ck_subr||| |
|---|
| 905 | ck_substr||| |
|---|
| 906 | ck_svconst||| |
|---|
| 907 | ck_trunc||| |
|---|
| 908 | ck_unpack||| |
|---|
| 909 | cl_and||| |
|---|
| 910 | cl_anything||| |
|---|
| 911 | cl_init_zero||| |
|---|
| 912 | cl_init||| |
|---|
| 913 | cl_is_anything||| |
|---|
| 914 | cl_or||| |
|---|
| 915 | closest_cop||| |
|---|
| 916 | convert||| |
|---|
| 917 | cop_free||| |
|---|
| 918 | cr_textfilter||| |
|---|
| 919 | croak_nocontext|||vn |
|---|
| 920 | croak|||v |
|---|
| 921 | csighandler||5.007001|n |
|---|
| 922 | custom_op_desc||5.007003| |
|---|
| 923 | custom_op_name||5.007003| |
|---|
| 924 | cv_ckproto||| |
|---|
| 925 | cv_clone||| |
|---|
| 926 | cv_const_sv||5.004000| |
|---|
| 927 | cv_dump||| |
|---|
| 928 | cv_undef||| |
|---|
| 929 | cx_dump||5.005000| |
|---|
| 930 | cx_dup||| |
|---|
| 931 | cxinc||| |
|---|
| 932 | dAXMARK||5.009003| |
|---|
| 933 | dAX|5.007002||p |
|---|
| 934 | dITEMS|5.007002||p |
|---|
| 935 | dMARK||| |
|---|
| 936 | dMY_CXT_SV|5.007003||p |
|---|
| 937 | dMY_CXT|5.007003||p |
|---|
| 938 | dNOOP|5.006000||p |
|---|
| 939 | dORIGMARK||| |
|---|
| 940 | dSP||| |
|---|
| 941 | dTHR|5.004050||p |
|---|
| 942 | dTHXa|5.006000||p |
|---|
| 943 | dTHXoa|5.006000||p |
|---|
| 944 | dTHX|5.006000||p |
|---|
| 945 | dUNDERBAR|5.009002||p |
|---|
| 946 | dXCPT|5.009002||p |
|---|
| 947 | dXSARGS||| |
|---|
| 948 | dXSI32||| |
|---|
| 949 | dXSTARG|5.006000||p |
|---|
| 950 | deb_curcv||| |
|---|
| 951 | deb_nocontext|||vn |
|---|
| 952 | deb_stack_all||| |
|---|
| 953 | deb_stack_n||| |
|---|
| 954 | debop||5.005000| |
|---|
| 955 | debprofdump||5.005000| |
|---|
| 956 | debprof||| |
|---|
| 957 | debstackptrs||5.007003| |
|---|
| 958 | debstack||5.007003| |
|---|
| 959 | deb||5.007003|v |
|---|
| 960 | del_he||| |
|---|
| 961 | del_sv||| |
|---|
| 962 | delimcpy||5.004000| |
|---|
| 963 | depcom||| |
|---|
| 964 | deprecate_old||| |
|---|
| 965 | deprecate||| |
|---|
| 966 | despatch_signals||5.007001| |
|---|
| 967 | die_nocontext|||vn |
|---|
| 968 | die_where||| |
|---|
| 969 | die|||v |
|---|
| 970 | dirp_dup||| |
|---|
| 971 | div128||| |
|---|
| 972 | djSP||| |
|---|
| 973 | do_aexec5||| |
|---|
| 974 | do_aexec||| |
|---|
| 975 | do_aspawn||| |
|---|
| 976 | do_binmode||5.004050| |
|---|
| 977 | do_chomp||| |
|---|
| 978 | do_chop||| |
|---|
| 979 | do_close||| |
|---|
| 980 | do_dump_pad||| |
|---|
| 981 | do_eof||| |
|---|
| 982 | do_exec3||| |
|---|
| 983 | do_execfree||| |
|---|
| 984 | do_exec||| |
|---|
| 985 | do_gv_dump||5.006000| |
|---|
| 986 | do_gvgv_dump||5.006000| |
|---|
| 987 | do_hv_dump||5.006000| |
|---|
| 988 | do_ipcctl||| |
|---|
| 989 | do_ipcget||| |
|---|
| 990 | do_join||| |
|---|
| 991 | do_kv||| |
|---|
| 992 | do_magic_dump||5.006000| |
|---|
| 993 | do_msgrcv||| |
|---|
| 994 | do_msgsnd||| |
|---|
| 995 | do_oddball||| |
|---|
| 996 | do_op_dump||5.006000| |
|---|
| 997 | do_open9||5.006000| |
|---|
| 998 | do_openn||5.007001| |
|---|
| 999 | do_open||5.004000| |
|---|
| 1000 | do_pipe||| |
|---|
| 1001 | do_pmop_dump||5.006000| |
|---|
| 1002 | do_print||| |
|---|
| 1003 | do_readline||| |
|---|
| 1004 | do_seek||| |
|---|
| 1005 | do_semop||| |
|---|
| 1006 | do_shmio||| |
|---|
| 1007 | do_spawn_nowait||| |
|---|
| 1008 | do_spawn||| |
|---|
| 1009 | do_sprintf||| |
|---|
| 1010 | do_sv_dump||5.006000| |
|---|
| 1011 | do_sysseek||| |
|---|
| 1012 | do_tell||| |
|---|
| 1013 | do_trans_complex_utf8||| |
|---|
| 1014 | do_trans_complex||| |
|---|
| 1015 | do_trans_count_utf8||| |
|---|
| 1016 | do_trans_count||| |
|---|
| 1017 | do_trans_simple_utf8||| |
|---|
| 1018 | do_trans_simple||| |
|---|
| 1019 | do_trans||| |
|---|
| 1020 | do_vecget||| |
|---|
| 1021 | do_vecset||| |
|---|
| 1022 | do_vop||| |
|---|
| 1023 | docatch_body||| |
|---|
| 1024 | docatch||| |
|---|
| 1025 | doeval||| |
|---|
| 1026 | dofile||| |
|---|
| 1027 | dofindlabel||| |
|---|
| 1028 | doform||| |
|---|
| 1029 | doing_taint||5.008001|n |
|---|
| 1030 | dooneliner||| |
|---|
| 1031 | doopen_pm||| |
|---|
| 1032 | doparseform||| |
|---|
| 1033 | dopoptoeval||| |
|---|
| 1034 | dopoptolabel||| |
|---|
| 1035 | dopoptoloop||| |
|---|
| 1036 | dopoptosub_at||| |
|---|
| 1037 | dopoptosub||| |
|---|
| 1038 | dounwind||| |
|---|
| 1039 | dowantarray||| |
|---|
| 1040 | dump_all||5.006000| |
|---|
| 1041 | dump_eval||5.006000| |
|---|
| 1042 | dump_fds||| |
|---|
| 1043 | dump_form||5.006000| |
|---|
| 1044 | dump_indent||5.006000|v |
|---|
| 1045 | dump_mstats||| |
|---|
| 1046 | dump_packsubs||5.006000| |
|---|
| 1047 | dump_sub||5.006000| |
|---|
| 1048 | dump_vindent||5.006000| |
|---|
| 1049 | dumpuntil||| |
|---|
| 1050 | dup_attrlist||| |
|---|
| 1051 | emulate_eaccess||| |
|---|
| 1052 | eval_pv|5.006000||p |
|---|
| 1053 | eval_sv|5.006000||p |
|---|
| 1054 | expect_number||| |
|---|
| 1055 | fbm_compile||5.005000| |
|---|
| 1056 | fbm_instr||5.005000| |
|---|
| 1057 | fd_on_nosuid_fs||| |
|---|
| 1058 | filter_add||| |
|---|
| 1059 | filter_del||| |
|---|
| 1060 | filter_gets||| |
|---|
| 1061 | filter_read||| |
|---|
| 1062 | find_beginning||| |
|---|
| 1063 | find_byclass||| |
|---|
| 1064 | find_in_my_stash||| |
|---|
| 1065 | find_runcv||| |
|---|
| 1066 | find_rundefsvoffset||5.009002| |
|---|
| 1067 | find_script||| |
|---|
| 1068 | find_uninit_var||| |
|---|
| 1069 | fold_constants||| |
|---|
| 1070 | forbid_setid||| |
|---|
| 1071 | force_ident||| |
|---|
| 1072 | force_list||| |
|---|
| 1073 | force_next||| |
|---|
| 1074 | force_version||| |
|---|
| 1075 | force_word||| |
|---|
| 1076 | form_nocontext|||vn |
|---|
| 1077 | form||5.004000|v |
|---|
| 1078 | fp_dup||| |
|---|
| 1079 | fprintf_nocontext|||vn |
|---|
| 1080 | free_global_struct||| |
|---|
| 1081 | free_tied_hv_pool||| |
|---|
| 1082 | free_tmps||| |
|---|
| 1083 | gen_constant_list||| |
|---|
| 1084 | get_av|5.006000||p |
|---|
| 1085 | get_context||5.006000|n |
|---|
| 1086 | get_cv|5.006000||p |
|---|
| 1087 | get_db_sub||| |
|---|
| 1088 | get_debug_opts||| |
|---|
| 1089 | get_hash_seed||| |
|---|
| 1090 | get_hv|5.006000||p |
|---|
| 1091 | get_mstats||| |
|---|
| 1092 | get_no_modify||| |
|---|
| 1093 | get_num||| |
|---|
| 1094 | get_op_descs||5.005000| |
|---|
| 1095 | get_op_names||5.005000| |
|---|
| 1096 | get_opargs||| |
|---|
| 1097 | get_ppaddr||5.006000| |
|---|
| 1098 | get_sv|5.006000||p |
|---|
| 1099 | get_vtbl||5.005030| |
|---|
| 1100 | getcwd_sv||5.007002| |
|---|
| 1101 | getenv_len||| |
|---|
| 1102 | gp_dup||| |
|---|
| 1103 | gp_free||| |
|---|
| 1104 | gp_ref||| |
|---|
| 1105 | grok_bin|5.007003||p |
|---|
| 1106 | grok_hex|5.007003||p |
|---|
| 1107 | grok_number|5.007002||p |
|---|
| 1108 | grok_numeric_radix|5.007002||p |
|---|
| 1109 | grok_oct|5.007003||p |
|---|
| 1110 | group_end||| |
|---|
| 1111 | gv_AVadd||| |
|---|
| 1112 | gv_HVadd||| |
|---|
| 1113 | gv_IOadd||| |
|---|
| 1114 | gv_autoload4||5.004000| |
|---|
| 1115 | gv_check||| |
|---|
| 1116 | gv_dump||5.006000| |
|---|
| 1117 | gv_efullname3||5.004000| |
|---|
| 1118 | gv_efullname4||5.006001| |
|---|
| 1119 | gv_efullname||| |
|---|
| 1120 | gv_ename||| |
|---|
| 1121 | gv_fetchfile||| |
|---|
| 1122 | gv_fetchmeth_autoload||5.007003| |
|---|
| 1123 | gv_fetchmethod_autoload||5.004000| |
|---|
| 1124 | gv_fetchmethod||| |
|---|
| 1125 | gv_fetchmeth||| |
|---|
| 1126 | gv_fetchpvn_flags||5.009002| |
|---|
| 1127 | gv_fetchpv||| |
|---|
| 1128 | gv_fetchsv||5.009002| |
|---|
| 1129 | gv_fullname3||5.004000| |
|---|
| 1130 | gv_fullname4||5.006001| |
|---|
| 1131 | gv_fullname||| |
|---|
| 1132 | gv_handler||5.007001| |
|---|
| 1133 | gv_init_sv||| |
|---|
| 1134 | gv_init||| |
|---|
| 1135 | gv_share||| |
|---|
| 1136 | gv_stashpvn|5.006000||p |
|---|
| 1137 | gv_stashpv||| |
|---|
| 1138 | gv_stashsv||| |
|---|
| 1139 | he_dup||| |
|---|
| 1140 | hek_dup||| |
|---|
| 1141 | hfreeentries||| |
|---|
| 1142 | hsplit||| |
|---|
| 1143 | hv_assert||5.009001| |
|---|
| 1144 | hv_auxinit||| |
|---|
| 1145 | hv_clear_placeholders||5.009001| |
|---|
| 1146 | hv_clear||| |
|---|
| 1147 | hv_delayfree_ent||5.004000| |
|---|
| 1148 | hv_delete_common||| |
|---|
| 1149 | hv_delete_ent||5.004000| |
|---|
| 1150 | hv_delete||| |
|---|
| 1151 | hv_eiter_p||5.009003| |
|---|
| 1152 | hv_eiter_set||5.009003| |
|---|
| 1153 | hv_exists_ent||5.004000| |
|---|
| 1154 | hv_exists||| |
|---|
| 1155 | hv_fetch_common||| |
|---|
| 1156 | hv_fetch_ent||5.004000| |
|---|
| 1157 | hv_fetch||| |
|---|
| 1158 | hv_free_ent||5.004000| |
|---|
| 1159 | hv_iterinit||| |
|---|
| 1160 | hv_iterkeysv||5.004000| |
|---|
| 1161 | hv_iterkey||| |
|---|
| 1162 | hv_iternext_flags||5.008000| |
|---|
| 1163 | hv_iternextsv||| |
|---|
| 1164 | hv_iternext||| |
|---|
| 1165 | hv_iterval||| |
|---|
| 1166 | hv_ksplit||5.004000| |
|---|
| 1167 | hv_magic_check||| |
|---|
| 1168 | hv_magic||| |
|---|
| 1169 | hv_name_set||5.009003| |
|---|
| 1170 | hv_notallowed||| |
|---|
| 1171 | hv_placeholders_get||5.009003| |
|---|
| 1172 | hv_placeholders_p||5.009003| |
|---|
| 1173 | hv_placeholders_set||5.009003| |
|---|
| 1174 | hv_riter_p||5.009003| |
|---|
| 1175 | hv_riter_set||5.009003| |
|---|
| 1176 | hv_scalar||5.009001| |
|---|
| 1177 | hv_store_ent||5.004000| |
|---|
| 1178 | hv_store_flags||5.008000| |
|---|
| 1179 | hv_store||| |
|---|
| 1180 | hv_undef||| |
|---|
| 1181 | ibcmp_locale||5.004000| |
|---|
| 1182 | ibcmp_utf8||5.007003| |
|---|
| 1183 | ibcmp||| |
|---|
| 1184 | incl_perldb||| |
|---|
| 1185 | incline||| |
|---|
| 1186 | incpush||| |
|---|
| 1187 | ingroup||| |
|---|
| 1188 | init_argv_symbols||| |
|---|
| 1189 | init_debugger||| |
|---|
| 1190 | init_global_struct||| |
|---|
| 1191 | init_i18nl10n||5.006000| |
|---|
| 1192 | init_i18nl14n||5.006000| |
|---|
| 1193 | init_ids||| |
|---|
| 1194 | init_interp||| |
|---|
| 1195 | init_lexer||| |
|---|
| 1196 | init_main_stash||| |
|---|
| 1197 | init_perllib||| |
|---|
| 1198 | init_postdump_symbols||| |
|---|
| 1199 | init_predump_symbols||| |
|---|
| 1200 | init_stacks||5.005000| |
|---|
| 1201 | init_tm||5.007002| |
|---|
| 1202 | instr||| |
|---|
| 1203 | intro_my||| |
|---|
| 1204 | intuit_method||| |
|---|
| 1205 | intuit_more||| |
|---|
| 1206 | invert||| |
|---|
| 1207 | io_close||| |
|---|
| 1208 | isALNUM||| |
|---|
| 1209 | isALPHA||| |
|---|
| 1210 | isDIGIT||| |
|---|
| 1211 | isLOWER||| |
|---|
| 1212 | isSPACE||| |
|---|
| 1213 | isUPPER||| |
|---|
| 1214 | is_an_int||| |
|---|
| 1215 | is_gv_magical_sv||| |
|---|
| 1216 | is_gv_magical||| |
|---|
| 1217 | is_handle_constructor||| |
|---|
| 1218 | is_list_assignment||| |
|---|
| 1219 | is_lvalue_sub||5.007001| |
|---|
| 1220 | is_uni_alnum_lc||5.006000| |
|---|
| 1221 | is_uni_alnumc_lc||5.006000| |
|---|
| 1222 | is_uni_alnumc||5.006000| |
|---|
| 1223 | is_uni_alnum||5.006000| |
|---|
| 1224 | is_uni_alpha_lc||5.006000| |
|---|
| 1225 | is_uni_alpha||5.006000| |
|---|
| 1226 | is_uni_ascii_lc||5.006000| |
|---|
| 1227 | is_uni_ascii||5.006000| |
|---|
| 1228 | is_uni_cntrl_lc||5.006000| |
|---|
| 1229 | is_uni_cntrl||5.006000| |
|---|
| 1230 | is_uni_digit_lc||5.006000| |
|---|
| 1231 | is_uni_digit||5.006000| |
|---|
| 1232 | is_uni_graph_lc||5.006000| |
|---|
| 1233 | is_uni_graph||5.006000| |
|---|
| 1234 | is_uni_idfirst_lc||5.006000| |
|---|
| 1235 | is_uni_idfirst||5.006000| |
|---|
| 1236 | is_uni_lower_lc||5.006000| |
|---|
| 1237 | is_uni_lower||5.006000| |
|---|
| 1238 | is_uni_print_lc||5.006000| |
|---|
| 1239 | is_uni_print||5.006000| |
|---|
| 1240 | is_uni_punct_lc||5.006000| |
|---|
| 1241 | is_uni_punct||5.006000| |
|---|
| 1242 | is_uni_space_lc||5.006000| |
|---|
| 1243 | is_uni_space||5.006000| |
|---|
| 1244 | is_uni_upper_lc||5.006000| |
|---|
| 1245 | is_uni_upper||5.006000| |
|---|
| 1246 | is_uni_xdigit_lc||5.006000| |
|---|
| 1247 | is_uni_xdigit||5.006000| |
|---|
| 1248 | is_utf8_alnumc||5.006000| |
|---|
| 1249 | is_utf8_alnum||5.006000| |
|---|
| 1250 | is_utf8_alpha||5.006000| |
|---|
| 1251 | is_utf8_ascii||5.006000| |
|---|
| 1252 | is_utf8_char_slow||| |
|---|
| 1253 | is_utf8_char||5.006000| |
|---|
| 1254 | is_utf8_cntrl||5.006000| |
|---|
| 1255 | is_utf8_digit||5.006000| |
|---|
| 1256 | is_utf8_graph||5.006000| |
|---|
| 1257 | is_utf8_idcont||5.008000| |
|---|
| 1258 | is_utf8_idfirst||5.006000| |
|---|
| 1259 | is_utf8_lower||5.006000| |
|---|
| 1260 | is_utf8_mark||5.006000| |
|---|
| 1261 | is_utf8_print||5.006000| |
|---|
| 1262 | is_utf8_punct||5.006000| |
|---|
| 1263 | is_utf8_space||5.006000| |
|---|
| 1264 | is_utf8_string_loclen||5.009003| |
|---|
| 1265 | is_utf8_string_loc||5.008001| |
|---|
| 1266 | is_utf8_string||5.006001| |
|---|
| 1267 | is_utf8_upper||5.006000| |
|---|
| 1268 | is_utf8_xdigit||5.006000| |
|---|
| 1269 | isa_lookup||| |
|---|
| 1270 | items|||n |
|---|
| 1271 | ix|||n |
|---|
| 1272 | jmaybe||| |
|---|
| 1273 | keyword||| |
|---|
| 1274 | leave_scope||| |
|---|
| 1275 | lex_end||| |
|---|
| 1276 | lex_start||| |
|---|
| 1277 | linklist||| |
|---|
| 1278 | listkids||| |
|---|
| 1279 | list||| |
|---|
| 1280 | load_module_nocontext|||vn |
|---|
| 1281 | load_module||5.006000|v |
|---|
| 1282 | localize||| |
|---|
| 1283 | looks_like_number||| |
|---|
| 1284 | lop||| |
|---|
| 1285 | mPUSHi|5.009002||p |
|---|
| 1286 | mPUSHn|5.009002||p |
|---|
| 1287 | mPUSHp|5.009002||p |
|---|
| 1288 | mPUSHu|5.009002||p |
|---|
| 1289 | mXPUSHi|5.009002||p |
|---|
| 1290 | mXPUSHn|5.009002||p |
|---|
| 1291 | mXPUSHp|5.009002||p |
|---|
| 1292 | mXPUSHu|5.009002||p |
|---|
| 1293 | magic_clear_all_env||| |
|---|
| 1294 | magic_clearenv||| |
|---|
| 1295 | magic_clearpack||| |
|---|
| 1296 | magic_clearsig||| |
|---|
| 1297 | magic_dump||5.006000| |
|---|
| 1298 | magic_existspack||| |
|---|
| 1299 | magic_freearylen_p||| |
|---|
| 1300 | magic_freeovrld||| |
|---|
| 1301 | magic_freeregexp||| |
|---|
| 1302 | magic_getarylen||| |
|---|
| 1303 | magic_getdefelem||| |
|---|
| 1304 | magic_getglob||| |
|---|
| 1305 | magic_getnkeys||| |
|---|
| 1306 | magic_getpack||| |
|---|
| 1307 | magic_getpos||| |
|---|
| 1308 | magic_getsig||| |
|---|
| 1309 | magic_getsubstr||| |
|---|
| 1310 | magic_gettaint||| |
|---|
| 1311 | magic_getuvar||| |
|---|
| 1312 | magic_getvec||| |
|---|
| 1313 | magic_get||| |
|---|
| 1314 | magic_killbackrefs||| |
|---|
| 1315 | magic_len||| |
|---|
| 1316 | magic_methcall||| |
|---|
| 1317 | magic_methpack||| |
|---|
| 1318 | magic_nextpack||| |
|---|
| 1319 | magic_regdata_cnt||| |
|---|
| 1320 | magic_regdatum_get||| |
|---|
| 1321 | magic_regdatum_set||| |
|---|
| 1322 | magic_scalarpack||| |
|---|
| 1323 | magic_set_all_env||| |
|---|
| 1324 | magic_setamagic||| |
|---|
| 1325 | magic_setarylen||| |
|---|
| 1326 | magic_setbm||| |
|---|
| 1327 | magic_setcollxfrm||| |
|---|
| 1328 | magic_setdbline||| |
|---|
| 1329 | magic_setdefelem||| |
|---|
| 1330 | magic_setenv||| |
|---|
| 1331 | magic_setfm||| |
|---|
| 1332 | magic_setglob||| |
|---|
| 1333 | magic_setisa||| |
|---|
| 1334 | magic_setmglob||| |
|---|
| 1335 | magic_setnkeys||| |
|---|
| 1336 | magic_setpack||| |
|---|
| 1337 | magic_setpos||| |
|---|
| 1338 | magic_setregexp||| |
|---|
| 1339 | magic_setsig||| |
|---|
| 1340 | magic_setsubstr||| |
|---|
| 1341 | magic_settaint||| |
|---|
| 1342 | magic_setutf8||| |
|---|
| 1343 | magic_setuvar||| |
|---|
| 1344 | magic_setvec||| |
|---|
| 1345 | magic_set||| |
|---|
| 1346 | magic_sizepack||| |
|---|
| 1347 | magic_wipepack||| |
|---|
| 1348 | magicname||| |
|---|
| 1349 | make_trie||| |
|---|
| 1350 | malloced_size|||n |
|---|
| 1351 | malloc||5.007002|n |
|---|
| 1352 | markstack_grow||| |
|---|
| 1353 | measure_struct||| |
|---|
| 1354 | memEQ|5.004000||p |
|---|
| 1355 | memNE|5.004000||p |
|---|
| 1356 | mem_collxfrm||| |
|---|
| 1357 | mess_alloc||| |
|---|
| 1358 | mess_nocontext|||vn |
|---|
| 1359 | mess||5.006000|v |
|---|
| 1360 | method_common||| |
|---|
| 1361 | mfree||5.007002|n |
|---|
| 1362 | mg_clear||| |
|---|
| 1363 | mg_copy||| |
|---|
| 1364 | mg_dup||| |
|---|
| 1365 | mg_find||| |
|---|
| 1366 | mg_free||| |
|---|
| 1367 | mg_get||| |
|---|
| 1368 | mg_length||5.005000| |
|---|
| 1369 | mg_localize||| |
|---|
| 1370 | mg_magical||| |
|---|
| 1371 | mg_set||| |
|---|
| 1372 | mg_size||5.005000| |
|---|
| 1373 | mini_mktime||5.007002| |
|---|
| 1374 | missingterm||| |
|---|
| 1375 | mode_from_discipline||| |
|---|
| 1376 | modkids||| |
|---|
| 1377 | mod||| |
|---|
| 1378 | moreswitches||| |
|---|
| 1379 | mul128||| |
|---|
| 1380 | mulexp10|||n |
|---|
| 1381 | my_atof2||5.007002| |
|---|
| 1382 | my_atof||5.006000| |
|---|
| 1383 | my_attrs||| |
|---|
| 1384 | my_bcopy|||n |
|---|
| 1385 | my_betoh16|||n |
|---|
| 1386 | my_betoh32|||n |
|---|
| 1387 | my_betoh64|||n |
|---|
| 1388 | my_betohi|||n |
|---|
| 1389 | my_betohl|||n |
|---|
| 1390 | my_betohs|||n |
|---|
| 1391 | my_bzero|||n |
|---|
| 1392 | my_chsize||| |
|---|
| 1393 | my_exit_jump||| |
|---|
| 1394 | my_exit||| |
|---|
| 1395 | my_failure_exit||5.004000| |
|---|
| 1396 | my_fflush_all||5.006000| |
|---|
| 1397 | my_fork||5.007003|n |
|---|
| 1398 | my_htobe16|||n |
|---|
| 1399 | my_htobe32|||n |
|---|
| 1400 | my_htobe64|||n |
|---|
| 1401 | my_htobei|||n |
|---|
| 1402 | my_htobel|||n |
|---|
| 1403 | my_htobes|||n |
|---|
| 1404 | my_htole16|||n |
|---|
| 1405 | my_htole32|||n |
|---|
| 1406 | my_htole64|||n |
|---|
| 1407 | my_htolei|||n |
|---|
| 1408 | my_htolel|||n |
|---|
| 1409 | my_htoles|||n |
|---|
| 1410 | my_htonl||| |
|---|
| 1411 | my_kid||| |
|---|
| 1412 | my_letoh16|||n |
|---|
| 1413 | my_letoh32|||n |
|---|
| 1414 | my_letoh64|||n |
|---|
| 1415 | my_letohi|||n |
|---|
| 1416 | my_letohl|||n |
|---|
| 1417 | my_letohs|||n |
|---|
| 1418 | my_lstat||| |
|---|
| 1419 | my_memcmp||5.004000|n |
|---|
| 1420 | my_memset|||n |
|---|
| 1421 | my_ntohl||| |
|---|
| 1422 | my_pclose||5.004000| |
|---|
| 1423 | my_popen_list||5.007001| |
|---|
| 1424 | my_popen||5.004000| |
|---|
| 1425 | my_setenv||| |
|---|
| 1426 | my_socketpair||5.007003|n |
|---|
| 1427 | my_stat||| |
|---|
| 1428 | my_strftime||5.007002| |
|---|
| 1429 | my_swabn|||n |
|---|
| 1430 | my_swap||| |
|---|
| 1431 | my_unexec||| |
|---|
| 1432 | my||| |
|---|
| 1433 | newANONATTRSUB||5.006000| |
|---|
| 1434 | newANONHASH||| |
|---|
| 1435 | newANONLIST||| |
|---|
| 1436 | newANONSUB||| |
|---|
| 1437 | newASSIGNOP||| |
|---|
| 1438 | newATTRSUB||5.006000| |
|---|
| 1439 | newAVREF||| |
|---|
| 1440 | newAV||| |
|---|
| 1441 | newBINOP||| |
|---|
| 1442 | newCONDOP||| |
|---|
| 1443 | newCONSTSUB|5.006000||p |
|---|
| 1444 | newCVREF||| |
|---|
| 1445 | newDEFSVOP||| |
|---|
| 1446 | newFORM||| |
|---|
| 1447 | newFOROP||| |
|---|
| 1448 | newGVOP||| |
|---|
| 1449 | newGVREF||| |
|---|
| 1450 | newGVgen||| |
|---|
| 1451 | newHVREF||| |
|---|
| 1452 | newHVhv||5.005000| |
|---|
| 1453 | newHV||| |
|---|
| 1454 | newIO||| |
|---|
| 1455 | newLISTOP||| |
|---|
| 1456 | newLOGOP||| |
|---|
| 1457 | newLOOPEX||| |
|---|
| 1458 | newLOOPOP||| |
|---|
| 1459 | newMYSUB||5.006000| |
|---|
| 1460 | newNULLLIST||| |
|---|
| 1461 | newOP||| |
|---|
| 1462 | newPADOP||5.006000| |
|---|
| 1463 | newPMOP||| |
|---|
| 1464 | newPROG||| |
|---|
| 1465 | newPVOP||| |
|---|
| 1466 | newRANGE||| |
|---|
| 1467 | newRV_inc|5.004000||p |
|---|
| 1468 | newRV_noinc|5.006000||p |
|---|
| 1469 | newRV||| |
|---|
| 1470 | newSLICEOP||| |
|---|
| 1471 | newSTATEOP||| |
|---|
| 1472 | newSUB||| |
|---|
| 1473 | newSVOP||| |
|---|
| 1474 | newSVREF||| |
|---|
| 1475 | newSVhek||5.009003| |
|---|
| 1476 | newSViv||| |
|---|
| 1477 | newSVnv||| |
|---|
| 1478 | newSVpvf_nocontext|||vn |
|---|
| 1479 | newSVpvf||5.004000|v |
|---|
| 1480 | newSVpvn_share||5.007001| |
|---|
| 1481 | newSVpvn|5.006000||p |
|---|
| 1482 | newSVpv||| |
|---|
| 1483 | newSVrv||| |
|---|
| 1484 | newSVsv||| |
|---|
| 1485 | newSVuv|5.006000||p |
|---|
| 1486 | newSV||| |
|---|
| 1487 | newUNOP||| |
|---|
| 1488 | newWHILEOP||5.009003| |
|---|
| 1489 | newXSproto||5.006000| |
|---|
| 1490 | newXS||5.006000| |
|---|
| 1491 | new_collate||5.006000| |
|---|
| 1492 | new_constant||| |
|---|
| 1493 | new_ctype||5.006000| |
|---|
| 1494 | new_he||| |
|---|
| 1495 | new_logop||| |
|---|
| 1496 | new_numeric||5.006000| |
|---|
| 1497 | new_stackinfo||5.005000| |
|---|
| 1498 | new_version||5.009000| |
|---|
| 1499 | next_symbol||| |
|---|
| 1500 | nextargv||| |
|---|
| 1501 | nextchar||| |
|---|
| 1502 | ninstr||| |
|---|
| 1503 | no_bareword_allowed||| |
|---|
| 1504 | no_fh_allowed||| |
|---|
| 1505 | no_op||| |
|---|
| 1506 | not_a_number||| |
|---|
| 1507 | nothreadhook||5.008000| |
|---|
| 1508 | nuke_stacks||| |
|---|
| 1509 | num_overflow|||n |
|---|
| 1510 | oopsAV||| |
|---|
| 1511 | oopsCV||| |
|---|
| 1512 | oopsHV||| |
|---|
| 1513 | op_clear||| |
|---|
| 1514 | op_const_sv||| |
|---|
| 1515 | op_dump||5.006000| |
|---|
| 1516 | op_free||| |
|---|
| 1517 | op_null||5.007002| |
|---|
| 1518 | op_refcnt_lock||5.009002| |
|---|
| 1519 | op_refcnt_unlock |
|---|