395
395
# define newDEFSVOP() Perl_newDEFSVOP(aTHX)
396
396
# define newFORM(a,b,c) Perl_newFORM(aTHX_ a,b,c)
397
397
# define newFOROP(a,b,c,d,e) Perl_newFOROP(aTHX_ a,b,c,d,e)
398
-
# define newGIVENOP(a,b,c) Perl_newGIVENOP(aTHX_ a,b,c)
399
398
# define newGVOP(a,b,c) Perl_newGVOP(aTHX_ a,b,c)
400
399
# define newGVREF(a,b) Perl_newGVREF(aTHX_ a,b)
401
400
# define newGVgen_flags(a,b) Perl_newGVgen_flags(aTHX_ a,b)
446
445
# define newTRYCATCHOP(a,b,c,d) Perl_newTRYCATCHOP(aTHX_ a,b,c,d)
447
446
# define newUNOP(a,b,c) Perl_newUNOP(aTHX_ a,b,c)
448
447
# define newUNOP_AUX(a,b,c,d) Perl_newUNOP_AUX(aTHX_ a,b,c,d)
449
-
# define newWHENOP(a,b) Perl_newWHENOP(aTHX_ a,b)
450
448
# define newWHILEOP(a,b,c,d,e,f,g) Perl_newWHILEOP(aTHX_ a,b,c,d,e,f,g)
451
449
# define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
452
450
# define newXS_flags(a,b,c,d,e) Perl_newXS_flags(aTHX_ a,b,c,d,e)
1246
1244
# define ck_sassign(a) Perl_ck_sassign(aTHX_ a)
1247
1245
# define ck_select(a) Perl_ck_select(aTHX_ a)
1248
1246
# define ck_shift(a) Perl_ck_shift(aTHX_ a)
1249
-
# define ck_smartmatch(a) Perl_ck_smartmatch(aTHX_ a)
1250
1247
# define ck_sort(a) Perl_ck_sort(aTHX_ a)
1251
1248
# define ck_spair(a) Perl_ck_spair(aTHX_ a)
1252
1249
# define ck_split(a) Perl_ck_split(aTHX_ a)
1437
1434
# define is_handle_constructor S_is_handle_constructor
1438
1435
# define is_standard_filehandle_name S_is_standard_filehandle_name
1439
1436
# define listkids(a) S_listkids(aTHX_ a)
1440
-
# define looks_like_bool(a) S_looks_like_bool(aTHX_ a)
1441
1437
# define modkids(a,b) S_modkids(aTHX_ a,b)
1442
1438
# define move_proto_attr(a,b,c,d) S_move_proto_attr(aTHX_ a,b,c,d)
1443
1439
# define my_kid(a,b,c) S_my_kid(aTHX_ a,b,c)
1444
-
# define newGIVWHENOP(a,b,c,d,e) S_newGIVWHENOP(aTHX_ a,b,c,d,e)
1445
1440
# define newMETHOP_internal(a,b,c,d) S_newMETHOP_internal(aTHX_ a,b,c,d)
1446
1441
# define new_logop(a,b,c,d) S_new_logop(aTHX_ a,b,c,d)
1447
1442
# define no_fh_allowed(a) S_no_fh_allowed(aTHX_ a)
1450
1445
# define opslab_slot_offset S_opslab_slot_offset
1451
1446
# define pmtrans(a,b,c) S_pmtrans(aTHX_ a,b,c)
1452
1447
# define process_special_blocks(a,b,c,d) S_process_special_blocks(aTHX_ a,b,c,d)
1453
-
# define ref_array_or_hash(a) S_ref_array_or_hash(aTHX_ a)
1454
1448
# define refkids(a,b) S_refkids(aTHX_ a,b)
1455
1449
# define scalar_mod_type S_scalar_mod_type
1456
1450
# define scalarboolean(a) S_scalarboolean(aTHX_ a)
1526
1520
# endif
1527
1521
# if defined(PERL_IN_PP_CTL_C)
1528
1522
# define check_type_and_open(a) S_check_type_and_open(aTHX_ a)
1529
-
# define destroy_matcher(a) S_destroy_matcher(aTHX_ a)
1530
-
# define do_smartmatch(a,b,c) S_do_smartmatch(aTHX_ a,b,c)
1531
1523
# define docatch(a) S_docatch(aTHX_ a)
1532
1524
# define doeval_compile(a,b,c,d) S_doeval_compile(aTHX_ a,b,c,d)
1533
1525
# define dofindlabel(a,b,c,d,e,f) S_dofindlabel(aTHX_ a,b,c,d,e,f)
1534
1526
# define doparseform(a) S_doparseform(aTHX_ a)
1535
1527
# define dopoptoeval(a) S_dopoptoeval(aTHX_ a)
1536
-
# define dopoptogivenfor(a) S_dopoptogivenfor(aTHX_ a)
1537
1528
# define dopoptolabel(a,b,c) S_dopoptolabel(aTHX_ a,b,c)
1538
1529
# define dopoptoloop(a) S_dopoptoloop(aTHX_ a)
1539
1530
# define dopoptosub_at(a,b) S_dopoptosub_at(aTHX_ a,b)
1540
-
# define dopoptowhen(a) S_dopoptowhen(aTHX_ a)
1541
-
# define make_matcher(a) S_make_matcher(aTHX_ a)
1542
-
# define matcher_matches_sv(a,b) S_matcher_matches_sv(aTHX_ a,b)
1543
1531
# define num_overflow S_num_overflow
1544
1532
# define path_is_searchable S_path_is_searchable
1545
1533
# define run_user_filter(a,b,c) S_run_user_filter(aTHX_ a,b,c)
2126
2114
# define cx_popblock(a) Perl_cx_popblock(aTHX_ a)
2127
2115
# define cx_popeval(a) Perl_cx_popeval(aTHX_ a)
2128
2116
# define cx_popformat(a) Perl_cx_popformat(aTHX_ a)
2129
-
# define cx_popgiven(a) Perl_cx_popgiven(aTHX_ a)
2130
2117
# define cx_poploop(a) Perl_cx_poploop(aTHX_ a)
2131
2118
# define cx_popsub(a) Perl_cx_popsub(aTHX_ a)
2132
2119
# define cx_popsub_args(a) Perl_cx_popsub_args(aTHX_ a)
2133
2120
# define cx_popsub_common(a) Perl_cx_popsub_common(aTHX_ a)
2134
-
# define cx_popwhen(a) Perl_cx_popwhen(aTHX_ a)
2135
2121
# define cx_pushblock(a,b,c,d) Perl_cx_pushblock(aTHX_ a,b,c,d)
2136
2122
# define cx_pusheval(a,b,c) Perl_cx_pusheval(aTHX_ a,b,c)
2137
2123
# define cx_pushformat(a,b,c,d) Perl_cx_pushformat(aTHX_ a,b,c,d)
2138
-
# define cx_pushgiven(a,b) Perl_cx_pushgiven(aTHX_ a,b)
2139
2124
# define cx_pushloop_for(a,b,c) Perl_cx_pushloop_for(aTHX_ a,b,c)
2140
2125
# define cx_pushloop_plain(a) Perl_cx_pushloop_plain(aTHX_ a)
2141
2126
# define cx_pushsub(a,b,c,d) Perl_cx_pushsub(aTHX_ a,b,c,d)
2142
2127
# define cx_pushtry(a,b) Perl_cx_pushtry(aTHX_ a,b)
2143
-
# define cx_pushwhen(a) Perl_cx_pushwhen(aTHX_ a)
2144
2128
# define cx_topblock(a) Perl_cx_topblock(aTHX_ a)
2145
2129
# define gimme_V() Perl_gimme_V(aTHX)
2146
2130
# endif /* !defined(PERL_NO_INLINE_FUNCTIONS) */
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4