/usr/lib64/perl5/CORE
/* form.h * * Copyright (C) 1991, 1992, 1993, 2000, 2004, 2011 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. * */ #define FF_END 0 /* tidy up, then return */ #define FF_LINEMARK 1 /* start (or end) of a line */ #define FF_LITERAL 2 /* append <arg> literal chars */ #define FF_SKIP 3 /* skip <arg> chars in format */ #define FF_FETCH 4 /* get next item and set field size to <arg> */ #define FF_CHECKNL 5 /* find max len of item (up to \n) that fits field */ #define FF_CHECKCHOP 6 /* like CHECKNL, but up to highest split point */ #define FF_SPACE 7 /* append padding space (diff of field, item size) */ #define FF_HALFSPACE 8 /* like FF_SPACE, but only append half as many */ #define FF_ITEM 9 /* append a text item, while blanking ctrl chars */ #define FF_CHOP 10 /* (for ^*) chop the current item */ #define FF_LINEGLOB 11 /* process @* */ #define FF_DECIMAL 12 /* do @##, ^##, where <arg>=(precision|flags) */ #define FF_NEWLINE 13 /* delete trailing spaces, then append \n */ #define FF_BLANK 14 /* for arg==0: do '~'; for arg>0 : do '~~' */ #define FF_MORE 15 /* replace long end of string with '...' */ #define FF_0DECIMAL 16 /* like FF_DECIMAL but for 0### */ #define FF_LINESNGL 17 /* process ^* */
.
Edit
..
Edit
EXTERN.h
Edit
INTERN.h
Edit
XSUB.h
Edit
av.h
Edit
bitcount.h
Edit
charclass_invlists.h
Edit
config.h
Edit
cop.h
Edit
cv.h
Edit
dosish.h
Edit
ebcdic_tables.h
Edit
embed.h
Edit
embedvar.h
Edit
fakesdio.h
Edit
feature.h
Edit
form.h
Edit
git_version.h
Edit
gv.h
Edit
handy.h
Edit
hv.h
Edit
hv_func.h
Edit
hv_macro.h
Edit
inline.h
Edit
intrpvar.h
Edit
invlist_inline.h
Edit
iperlsys.h
Edit
keywords.h
Edit
l1_char_class_tab.h
Edit
libperl.so
Edit
malloc_ctl.h
Edit
metaconfig.h
Edit
mg.h
Edit
mg_data.h
Edit
mg_raw.h
Edit
mg_vtable.h
Edit
mydtrace.h
Edit
nostdio.h
Edit
op.h
Edit
op_reg_common.h
Edit
opcode.h
Edit
opnames.h
Edit
overload.h
Edit
pad.h
Edit
parser.h
Edit
patchlevel.h
Edit
perl.h
Edit
perl_inc_macro.h
Edit
perl_langinfo.h
Edit
perlapi.h
Edit
perldtrace.h
Edit
perlio.h
Edit
perliol.h
Edit
perlsdio.h
Edit
perlvars.h
Edit
perly.h
Edit
pp.h
Edit
pp_proto.h
Edit
proto.h
Edit
reentr.h
Edit
regcharclass.h
Edit
regcomp.h
Edit
regexp.h
Edit
regnodes.h
Edit
sbox32_hash.h
Edit
scope.h
Edit
stadtx_hash.h
Edit
sv.h
Edit
thread.h
Edit
time64.h
Edit
time64_config.h
Edit
uconfig.h
Edit
uni_keywords.h
Edit
unicode_constants.h
Edit
unixish.h
Edit
utf8.h
Edit
utfebcdic.h
Edit
util.h
Edit
uudmap.h
Edit
vutil.h
Edit
warnings.h
Edit
zaphod32_hash.h
Edit