@@ -997,7 +997,7 @@ Adpr |OP * |die_sv |NN SV *baseex
997
997
: Used in util.c
998
998
pr |void |die_unwind |NN SV *msv
999
999
: FIXME
1000
- Mbp |bool |do_aexec |NULLOK SV *really \
1000
+ mp |bool |do_aexec |NULLOK SV *really \
1001
1001
|NN SV **mark \
1002
1002
|NN SV **sp
1003
1003
: Used in pp_sys.c
@@ -1053,7 +1053,7 @@ Rp |I32 |do_ncmp |NN SV * const left \
1053
1053
Cp |void |do_op_dump |I32 level \
1054
1054
|NN PerlIO *file \
1055
1055
|NULLOK const OP *o
1056
- AMbp |bool |do_open |NN GV *gv \
1056
+ Amp |bool |do_open |NN GV *gv \
1057
1057
|NN const char *name \
1058
1058
|I32 len \
1059
1059
|int as_raw \
@@ -1330,7 +1330,7 @@ Cp |void |gv_check |NN HV *stash
1330
1330
: Used in pp.c and pp_sys.c
1331
1331
ARdp |SV * |gv_const_sv |NN GV *gv
1332
1332
Adp |void |gv_dump |NULLOK GV *gv
1333
- AMbdp |void |gv_efullname3 |NN SV *sv \
1333
+ Admp |void |gv_efullname3 |NN SV *sv \
1334
1334
|NN const GV *gv \
1335
1335
|NULLOK const char *prefix
1336
1336
Adp |void |gv_efullname4 |NN SV *sv \
@@ -1351,7 +1351,7 @@ Adm |GV * |gv_fetchmeth_autoload \
1351
1351
|NN const char *name \
1352
1352
|STRLEN len \
1353
1353
|I32 level
1354
- AMbdp |GV * |gv_fetchmethod |NN NOCHECK HV *stash \
1354
+ Admp |GV * |gv_fetchmethod |NN NOCHECK HV *stash \
1355
1355
|NN const char *name
1356
1356
Adp |GV * |gv_fetchmethod_autoload \
1357
1357
|NN NOCHECK HV *stash \
@@ -1412,7 +1412,7 @@ Adp |GV * |gv_fetchpvn_flags \
1412
1412
Adp |GV * |gv_fetchsv |NN SV *name \
1413
1413
|I32 flags \
1414
1414
|const svtype sv_type
1415
- AMbdp |void |gv_fullname3 |NN SV *sv \
1415
+ Admp |void |gv_fullname3 |NN SV *sv \
1416
1416
|NN const GV *gv \
1417
1417
|NULLOK const char *prefix
1418
1418
Adp |void |gv_fullname4 |NN SV *sv \
@@ -1440,7 +1440,7 @@ Adp |void |gv_init_sv |NN GV *gv \
1440
1440
|NULLOK HV *stash \
1441
1441
|NN SV *namesv \
1442
1442
|U32 flags
1443
- AMbdp |GV * |gv_IOadd |NULLOK GV *gv
1443
+ Admp |GV * |gv_IOadd |NULLOK GV *gv
1444
1444
Adp |void |gv_name_set |NN GV *gv \
1445
1445
|NN const char *name \
1446
1446
|U32 len \
@@ -1492,7 +1492,7 @@ AMbdp |SV * |hv_delete |NULLOK HV *hv \
1492
1492
|NN const char *key \
1493
1493
|I32 klen \
1494
1494
|I32 flags
1495
- AMbdp |SV * |hv_delete_ent |NULLOK HV *hv \
1495
+ Admp |SV * |hv_delete_ent |NULLOK HV *hv \
1496
1496
|NN SV *keysv \
1497
1497
|I32 flags \
1498
1498
|U32 hash
@@ -1511,14 +1511,14 @@ dp |void |hv_ename_delete|NN HV *hv \
1511
1511
AMRbdp |bool |hv_exists |NULLOK HV *hv \
1512
1512
|NN const char *key \
1513
1513
|I32 klen
1514
- AMRbdp |bool |hv_exists_ent |NULLOK HV *hv \
1514
+ ARdmp |bool |hv_exists_ent |NULLOK HV *hv \
1515
1515
|NN SV *keysv \
1516
1516
|U32 hash
1517
1517
AMbdp |SV ** |hv_fetch |NULLOK HV *hv \
1518
1518
|NN const char *key \
1519
1519
|I32 klen \
1520
1520
|I32 lval
1521
- AMbdp |HE * |hv_fetch_ent |NULLOK HV *hv \
1521
+ Admp |HE * |hv_fetch_ent |NULLOK HV *hv \
1522
1522
|NN SV *keysv \
1523
1523
|I32 lval \
1524
1524
|U32 hash
@@ -1529,7 +1529,7 @@ Adp |I32 |hv_iterinit |NN HV *hv
1529
1529
ARdp |char * |hv_iterkey |NN HE *entry \
1530
1530
|NN I32 *retlen
1531
1531
ARdp |SV * |hv_iterkeysv |NN HE *entry
1532
- AMRbdp |HE * |hv_iternext |NN HV *hv
1532
+ ARdmp |HE * |hv_iternext |NN HV *hv
1533
1533
ARdpx |HE * |hv_iternext_flags \
1534
1534
|NN HV *hv \
1535
1535
|I32 flags
@@ -1540,7 +1540,7 @@ ARdp |SV * |hv_iterval |NN HV *hv \
1540
1540
|NN HE *entry
1541
1541
Adp |void |hv_ksplit |NN HV *hv \
1542
1542
|IV newmax
1543
- AMbdp |void |hv_magic |NN HV *hv \
1543
+ Admp |void |hv_magic |NN HV *hv \
1544
1544
|NULLOK GV *gv \
1545
1545
|int how
1546
1546
Adp |void |hv_name_set |NN HV *hv \
@@ -1568,11 +1568,11 @@ AMbdp |SV ** |hv_store |NULLOK HV *hv \
1568
1568
|I32 klen \
1569
1569
|NULLOK SV *val \
1570
1570
|U32 hash
1571
- AMbdp |HE * |hv_store_ent |NULLOK HV *hv \
1571
+ Admp |HE * |hv_store_ent |NULLOK HV *hv \
1572
1572
|NULLOK SV *key \
1573
1573
|NULLOK SV *val \
1574
1574
|U32 hash
1575
- AMbpx |SV ** |hv_store_flags |NULLOK HV *hv \
1575
+ Ampx |SV ** |hv_store_flags |NULLOK HV *hv \
1576
1576
|NULLOK const char *key \
1577
1577
|I32 klen \
1578
1578
|NULLOK SV *val \
@@ -1684,7 +1684,7 @@ CRp |bool |_is_uni_perl_idstart \
1684
1684
|UV c
1685
1685
ARTdip |Size_t |isUTF8_CHAR |NN const U8 * const s0 \
1686
1686
|NN const U8 * const e
1687
- AMTbdp |STRLEN |is_utf8_char_buf \
1687
+ ATdmp |STRLEN |is_utf8_char_buf \
1688
1688
|NN const U8 *buf \
1689
1689
|NN const U8 *buf_end
1690
1690
ARTdip |Size_t |isUTF8_CHAR_flags \
@@ -2084,7 +2084,7 @@ Adpr |void |my_exit |U32 status
2084
2084
Adpr |void |my_failure_exit
2085
2085
Cdp |I32 |my_fflush_all
2086
2086
CTdp |Pid_t |my_fork
2087
- m |I32 |my_lstat
2087
+ mp |I32 |my_lstat
2088
2088
Xp |I32 |my_lstat_flags |NULLOK const U32 flags
2089
2089
RTop |int |my_mkostemp_cloexec \
2090
2090
|NN char *templte \
@@ -2105,7 +2105,7 @@ CTdp |int |my_socketpair |int family \
2105
2105
|int type \
2106
2106
|int protocol \
2107
2107
|int fd[2]
2108
- m |I32 |my_stat
2108
+ mp |I32 |my_stat
2109
2109
Xp |I32 |my_stat_flags |NULLOK const U32 flags
2110
2110
p |const char *|my_strerror \
2111
2111
|const int errnum \
@@ -2155,7 +2155,7 @@ Xdp |CV * |newATTRSUB_x |I32 floor \
2155
2155
|NULLOK OP *attrs \
2156
2156
|NULLOK OP *block \
2157
2157
|bool o_is_gv
2158
- AMRbdp |AV * |newAV
2158
+ ARdmp |AV * |newAV
2159
2159
ARdm |AV * |newAV_alloc_x |SSize_t size
2160
2160
ARdm |AV * |newAV_alloc_xz |SSize_t size
2161
2161
ARdp |AV * |newAVav |NULLOK AV *oav
@@ -2208,7 +2208,7 @@ ARdp |OP * |newGVREF |I32 type \
2208
2208
AMRbdp |HV * |newHV
2209
2209
ARdp |HV * |newHVhv |NULLOK HV *hv
2210
2210
ARdp |OP * |newHVREF |NN OP *o
2211
- AMRbdp |IO * |newIO
2211
+ ARdmp |IO * |newIO
2212
2212
ARdp |OP * |newLISTOP |I32 type \
2213
2213
|I32 flags \
2214
2214
|NULLOK OP *first \
@@ -2274,7 +2274,7 @@ ARdp |OP * |newSTATEOP |I32 flags \
2274
2274
|NULLOK OP *o
2275
2275
p |CV * |newSTUB |NN GV *gv \
2276
2276
|bool fake
2277
- AMbdp |CV * |newSUB |I32 floor \
2277
+ Admp |CV * |newSUB |I32 floor \
2278
2278
|NULLOK OP *o \
2279
2279
|NULLOK OP *proto \
2280
2280
|NULLOK OP *block
@@ -3092,7 +3092,7 @@ ATdip |void |SvAMAGIC_on |NN SV *sv
3092
3092
ATdp |void |sv_backoff |NN SV * const sv
3093
3093
Adp |SV * |sv_bless |NN SV * const sv \
3094
3094
|NN NOCHECK HV * const stash
3095
- CMbdp |bool |sv_2bool |NN SV * const sv
3095
+ Cdmp |bool |sv_2bool |NN SV * const sv
3096
3096
Cdp |bool |sv_2bool_flags |NN SV *sv \
3097
3097
|I32 flags
3098
3098
Cp |bool |sv_can_swipe_pv_buf \
@@ -3116,22 +3116,22 @@ Adfpv |void |sv_catpvf_mg |NN SV * const sv \
3116
3116
|...
3117
3117
Adp |void |sv_catpv_mg |NN SV * const dsv \
3118
3118
|NULLOK const char * const sstr
3119
- AMbdp |void |sv_catpvn |NN SV * const dsv \
3119
+ Admp |void |sv_catpvn |NN SV * const dsv \
3120
3120
|NN const char *sstr \
3121
3121
|STRLEN len
3122
3122
Adp |void |sv_catpvn_flags|NN SV * const dsv \
3123
3123
|NN const char *sstr \
3124
3124
|const STRLEN len \
3125
3125
|const I32 flags
3126
- AMbdp |void |sv_catpvn_mg |NN SV * const dsv \
3126
+ Admp |void |sv_catpvn_mg |NN SV * const dsv \
3127
3127
|NN const char *sstr \
3128
3128
|STRLEN len
3129
- AMbdp |void |sv_catsv |NN SV * const dsv \
3129
+ Admp |void |sv_catsv |NN SV * const dsv \
3130
3130
|NULLOK SV * const sstr
3131
3131
Adp |void |sv_catsv_flags |NN SV * const dsv \
3132
3132
|NULLOK SV * const sstr \
3133
3133
|const I32 flags
3134
- AMbdp |void |sv_catsv_mg |NN SV * const dsv \
3134
+ Admp |void |sv_catsv_mg |NN SV * const dsv \
3135
3135
|NULLOK SV * const sstr
3136
3136
Adp |void |sv_chop |NN SV * const sv \
3137
3137
|NULLOK const char * const ptr
@@ -3151,7 +3151,7 @@ Adp |I32 |sv_cmp_locale_flags \
3151
3151
|NULLOK SV * const sv1 \
3152
3152
|NULLOK SV * const sv2 \
3153
3153
|const U32 flags
3154
- AMbdp |void |sv_copypv |NN SV * const dsv \
3154
+ Admp |void |sv_copypv |NN SV * const dsv \
3155
3155
|NN SV * const ssv
3156
3156
Adp |void |sv_copypv_flags|NN SV * const dsv \
3157
3157
|NN SV * const ssv \
@@ -3201,12 +3201,12 @@ ARdp |bool |sv_does_sv |NN SV *sv \
3201
3201
Adp |void |sv_dump |NULLOK SV *sv
3202
3202
Adp |void |sv_dump_depth |NULLOK SV *sv \
3203
3203
|I32 depth
3204
- AMbdp |I32 |sv_eq |NULLOK SV *sv1 \
3204
+ Admp |I32 |sv_eq |NULLOK SV *sv1 \
3205
3205
|NULLOK SV *sv2
3206
3206
Adp |I32 |sv_eq_flags |NULLOK SV *sv1 \
3207
3207
|NULLOK SV *sv2 \
3208
3208
|const U32 flags
3209
- AMbdp |void |sv_force_normal|NN SV *sv
3209
+ Admp |void |sv_force_normal|NN SV *sv
3210
3210
Adp |void |sv_force_normal_flags \
3211
3211
|NN SV * const sv \
3212
3212
|const U32 flags
@@ -3226,7 +3226,7 @@ Cdp |char * |sv_grow_fresh |NN SV * const sv \
3226
3226
|STRLEN newlen
3227
3227
Adp |void |sv_inc |NULLOK SV * const sv
3228
3228
Adp |void |sv_inc_nomg |NULLOK SV * const sv
3229
- AMbdp |void |sv_insert |NN SV * const bigstr \
3229
+ Admp |void |sv_insert |NN SV * const bigstr \
3230
3230
|const STRLEN offset \
3231
3231
|const STRLEN len \
3232
3232
|NN const char * const little \
@@ -3244,7 +3244,7 @@ ARdp |bool |sv_isa_sv |NN SV *sv \
3244
3244
|NN SV *namesv
3245
3245
Adp |int |sv_isobject |NULLOK SV *sv
3246
3246
Adip |IV |SvIV |NN SV *sv
3247
- CMbp |IV |sv_2iv |NN SV *sv
3247
+ Cmp |IV |sv_2iv |NN SV *sv
3248
3248
Adp |IV |sv_2iv_flags |NN SV * const sv \
3249
3249
|const I32 flags
3250
3250
Adip |IV |SvIV_nomg |NN SV *sv
@@ -3306,7 +3306,7 @@ Adp |STRLEN |sv_pos_u2b_flags \
3306
3306
|STRLEN uoffset \
3307
3307
|NULLOK STRLEN * const lenp \
3308
3308
|U32 flags
3309
- AMbdp |char * |sv_2pv |NN SV *sv \
3309
+ Admp |char * |sv_2pv |NN SV *sv \
3310
3310
|NULLOK STRLEN *lp
3311
3311
CMRbdp |char * |sv_pv |NN SV *sv
3312
3312
Admp |char * |sv_2pvbyte |NN SV *sv \
@@ -3323,18 +3323,18 @@ ip |char * |sv_pvbyten_force_wrapper \
3323
3323
|NN SV * const sv \
3324
3324
|NULLOK STRLEN * const lp \
3325
3325
|const U32 dummy
3326
- CMRbdp |char * |sv_2pvbyte_nolen \
3326
+ CRdmp |char * |sv_2pvbyte_nolen \
3327
3327
|NN SV *sv
3328
3328
Adp |char * |sv_2pv_flags |NN SV * const sv \
3329
3329
|NULLOK STRLEN * const lp \
3330
3330
|const U32 flags
3331
- CMbdp |char * |sv_pvn_force |NN SV *sv \
3331
+ Cdmp |char * |sv_pvn_force |NN SV *sv \
3332
3332
|NULLOK STRLEN *lp
3333
3333
Adp |char * |sv_pvn_force_flags \
3334
3334
|NN SV * const sv \
3335
3335
|NULLOK STRLEN * const lp \
3336
3336
|const U32 flags
3337
- CMRbdp |char * |sv_2pv_nolen |NN SV *sv
3337
+ CRdmp |char * |sv_2pv_nolen |NN SV *sv
3338
3338
Admp |char * |sv_2pvutf8 |NN SV *sv \
3339
3339
|NULLOK STRLEN * const lp
3340
3340
CMRbdp |char * |sv_pvutf8 |NN SV *sv
@@ -3349,7 +3349,7 @@ ip |char * |sv_pvutf8n_force_wrapper \
3349
3349
|NN SV * const sv \
3350
3350
|NULLOK STRLEN * const lp \
3351
3351
|const U32 dummy
3352
- CMRbdp |char * |sv_2pvutf8_nolen \
3352
+ CRdmp |char * |sv_2pvutf8_nolen \
3353
3353
|NN SV *sv
3354
3354
AIdp |bool |SvPVXtrue |NN SV *sv
3355
3355
Adp |char * |sv_recode_to_utf8 \
@@ -3487,7 +3487,7 @@ Adp |SV * |sv_strftime_tm |NN SV *fmt \
3487
3487
Adp |SV * |sv_string_from_errnum \
3488
3488
|int errnum \
3489
3489
|NULLOK SV *tgtsv
3490
- CMbdp |void |sv_taint |NN SV *sv
3490
+ Cdmp |void |sv_taint |NN SV *sv
3491
3491
CRdp |bool |sv_tainted |NN SV * const sv
3492
3492
Adip |bool |SvTRUE |NULLOK SV *sv
3493
3493
Cdp |I32 |sv_true |NULLOK SV * const sv
@@ -3504,20 +3504,20 @@ Adp |int |sv_unmagic |NN SV * const sv \
3504
3504
Adp |int |sv_unmagicext |NN SV * const sv \
3505
3505
|const int type \
3506
3506
|NULLOK const MGVTBL *vtbl
3507
- AMbdp |void |sv_unref |NN SV *sv
3507
+ Admp |void |sv_unref |NN SV *sv
3508
3508
Adp |void |sv_unref_flags |NN SV * const ref \
3509
3509
|const U32 flags
3510
3510
Cdp |void |sv_untaint |NN SV * const sv
3511
3511
Adp |void |sv_upgrade |NN SV * const sv \
3512
3512
|svtype new_type
3513
- AMbdp |void |sv_usepvn |NN SV *sv \
3513
+ Admp |void |sv_usepvn |NN SV *sv \
3514
3514
|NULLOK char *ptr \
3515
3515
|STRLEN len
3516
3516
Adp |void |sv_usepvn_flags|NN SV * const sv \
3517
3517
|NULLOK char *ptr \
3518
3518
|const STRLEN len \
3519
3519
|const U32 flags
3520
- AMbdp |void |sv_usepvn_mg |NN SV *sv \
3520
+ Admp |void |sv_usepvn_mg |NN SV *sv \
3521
3521
|NULLOK char *ptr \
3522
3522
|STRLEN len
3523
3523
Adp |bool |sv_utf8_decode |NN SV * const sv
@@ -3543,7 +3543,7 @@ Adp |STRLEN |sv_utf8_upgrade_flags_grow \
3543
3543
Adm |STRLEN |sv_utf8_upgrade_nomg \
3544
3544
|NN SV *sv
3545
3545
Adip |UV |SvUV |NN SV *sv
3546
- CMbp |UV |sv_2uv |NN SV *sv
3546
+ Cmp |UV |sv_2uv |NN SV *sv
3547
3547
Adp |UV |sv_2uv_flags |NN SV * const sv \
3548
3548
|const I32 flags
3549
3549
Adip |UV |SvUV_nomg |NN SV *sv
@@ -6387,7 +6387,7 @@ p |int |magic_setcollxfrm \
6387
6387
|NN MAGIC *mg
6388
6388
EXop |SV * |strxfrm |NN SV *src
6389
6389
: Defined in locale.c, used only in sv.c
6390
- AMbdp |char * |sv_collxfrm |NN SV * const sv \
6390
+ Admp |char * |sv_collxfrm |NN SV * const sv \
6391
6391
|NN STRLEN * const nxp
6392
6392
Adp |char * |sv_collxfrm_flags \
6393
6393
|NN SV * const sv \
0 commit comments