/usr/lib64/perl5/CORE
NameSizeModeActions
av.h40090644editdlrm
cc_runtime.h21670644editdlrm
config.h1450000644editdlrm
cop.h303680644editdlrm
cv.h96150644editdlrm
dosish.h61720644editdlrm
embed.h1679400644editdlrm
embedvar.h323420644editdlrm
EXTERN.h18110644editdlrm
fakesdio.h33160644editdlrm
fakethr.h19660644editdlrm
form.h7230644editdlrm
git_version.h4230644editdlrm
gv.h80620644editdlrm
handy.h328250644editdlrm
hv.h215620644editdlrm
INTERN.h15100644editdlrm
intrpvar.h226230644editdlrm
iperlsys.h486300644editdlrm
keywords.h64280644editdlrm
libperl.so14858960755editdlrm
malloc_ctl.h14840644editdlrm
mg.h24360644editdlrm
mydtrace.h9440644editdlrm
nostdio.h34500644editdlrm
op.h242990644editdlrm
opcode.h507500644editdlrm
opnames.h95960644editdlrm
overload.h15210644editdlrm
pad.h124660644editdlrm
parser.h39430644editdlrm
patchlevel.h94370644editdlrm
perl.h1738840644editdlrm
perlapi.h291440644editdlrm
perlio.h109250644editdlrm
perliol.h140540644editdlrm
perlsdio.h50320644editdlrm
perlsfio.h27030644editdlrm
perlvars.h57570644editdlrm
perly.h49510644editdlrm
pp.h183040644editdlrm
pp_proto.h109780644editdlrm
proto.h2194950644editdlrm
reentr.h822120644editdlrm
regcharclass.h262710644editdlrm
regcomp.h296730644editdlrm
regexp.h245520644editdlrm
regnodes.h309720644editdlrm
scope.h84930644editdlrm
sperl.o2641280644editdlrm
sv.h740630644editdlrm
thread.h125630644editdlrm
uconfig.h1436670644editdlrm
unixish.h45610644editdlrm
utf8.h127890644editdlrm
utfebcdic.h309020644editdlrm
util.h16570644editdlrm
uudmap.h9040644editdlrm
warnings.h40600644editdlrm
XSUB.h211100644editdlrm
Edit: /usr/lib64/perl5/CORE/overload.h (1521B)
/* -*- buffer-read-only: t -*- * * overload.h * * Copyright (C) 1997, 1998, 2000, 2001, 2005, 2006, 2007 by Larry Wall * and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. * * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! * This file is built by overload.pl */ enum { fallback_amg, to_sv_amg, to_av_amg, to_hv_amg, to_gv_amg, to_cv_amg, inc_amg, dec_amg, bool__amg, numer_amg, string_amg, not_amg, copy_amg, abs_amg, neg_amg, iter_amg, int_amg, lt_amg, le_amg, gt_amg, ge_amg, eq_amg, ne_amg, slt_amg, sle_amg, sgt_amg, sge_amg, seq_amg, sne_amg, nomethod_amg, add_amg, add_ass_amg, subtr_amg, subtr_ass_amg, mult_amg, mult_ass_amg, div_amg, div_ass_amg, modulo_amg, modulo_ass_amg, pow_amg, pow_ass_amg, lshift_amg, lshift_ass_amg, rshift_amg, rshift_ass_amg, band_amg, band_ass_amg, bor_amg, bor_ass_amg, bxor_amg, bxor_ass_amg, ncmp_amg, scmp_amg, compl_amg, atan2_amg, cos_amg, sin_amg, exp_amg, log_amg, sqrt_amg, repeat_amg, repeat_ass_amg, concat_amg, concat_ass_amg, smart_amg, DESTROY_amg, max_amg_code /* Do not leave a trailing comma here. C9X allows it, C89 doesn't. */ }; #define NofAMmeth max_amg_code