Home
last modified time | relevance | path

Searched defs:pTHX (Results 1 – 25 of 59) sorted by relevance

123

/openbsd/gnu/usr.bin/perl/
H A Dreentr.c47 Perl_reentrant_size(pTHX) { in Perl_reentrant_size() argument
173 Perl_reentrant_init(pTHX) { in Perl_reentrant_init() argument
278 Perl_reentrant_free(pTHX) { in Perl_reentrant_free() argument
H A Ddeb.c111 Perl_debstackptrs(pTHX) /* Currently unused in cpan and core */ in Perl_debstackptrs() argument
206 Perl_debstack(pTHX) in Perl_debstack() argument
252 Perl_deb_stack_all(pTHX) in Perl_deb_stack_all() argument
H A Drun.c37 Perl_runops_standard(pTHX) in Perl_runops_standard() argument
57 Perl_runops_wrap(pTHX) in Perl_runops_wrap() argument
H A Dscope.c111 Perl_cxinc(pTHX) in Perl_cxinc() argument
133 Perl_push_scope(pTHX) in Perl_push_scope() argument
160 Perl_pop_scope(pTHX) in Perl_pop_scope() argument
167 Perl_markstack_grow(pTHX) in Perl_markstack_grow() argument
182 Perl_savestack_grow(pTHX) in Perl_savestack_grow() argument
263 Perl_free_tmps(pTHX) in Perl_free_tmps() argument
905 Perl_save_hints(pTHX) in Perl_save_hints() argument
1053 Perl_savetmps(pTHX) in Perl_savetmps() argument
H A Dperl.c477 Perl_nothreadhook(pTHX) in Perl_nothreadhook() argument
1657 dup_environ(pTHX) in dup_environ() argument
3948 S_minus_v(pTHX) in S_minus_v() argument
4040 Perl_my_unexec(pTHX) in Perl_my_unexec() argument
4068 S_init_interp(pTHX) in S_init_interp() argument
4345 S_init_ids(pTHX) in S_init_ids() argument
4436 Perl_init_dbargs(pTHX) in Perl_init_dbargs() argument
4505 Perl_init_stacks(pTHX) in Perl_init_stacks() argument
4557 S_nuke_stacks(pTHX) in S_nuke_stacks() argument
4866 S_init_perllib(pTHX) in S_init_perllib() argument
[all …]
H A Dmathoms.c662 Perl_newAV(pTHX) in Perl_newAV() argument
672 Perl_newHV(pTHX) in Perl_newHV() argument
715 Perl_save_op(pTHX) in Perl_save_op() argument
747 Perl_newIO(pTHX) in Perl_newIO() argument
753 Perl_my_stat(pTHX) in Perl_my_stat() argument
759 Perl_my_lstat(pTHX) in Perl_my_lstat() argument
H A Dinline.h381 Perl_TOPMARK(pTHX) in Perl_TOPMARK() argument
391 Perl_POPMARK(pTHX) in Perl_POPMARK() argument
490 Perl_rpp_popfree_1(pTHX) in Perl_rpp_popfree_1() argument
514 Perl_rpp_popfree_1_NN(pTHX) in Perl_rpp_popfree_1_NN() argument
540 Perl_rpp_popfree_2(pTHX) in Perl_rpp_popfree_2() argument
567 Perl_rpp_popfree_2_NN(pTHX) in Perl_rpp_popfree_2_NN() argument
620 Perl_rpp_pop_1_norc(pTHX) in Perl_rpp_pop_1_norc() argument
1126 Perl_rpp_stack_is_rc(pTHX) in Perl_rpp_stack_is_rc() argument
3553 Perl_gimme_V(pTHX) in Perl_gimme_V() argument
4048 Perl_pop_stackinfo(pTHX) in Perl_pop_stackinfo() argument
H A Dminiperlmain.c156 xs_init(pTHX) in xs_init() argument
H A Dcaretx.c44 Perl_set_caret_X(pTHX) { in Perl_set_caret_X() argument
H A Dbuiltin.c44 Perl_prepare_export_lexical(pTHX) in Perl_prepare_export_lexical() argument
65 Perl_finish_export_lexical(pTHX) in Perl_finish_export_lexical() argument
775 Perl_boot_core_builtin(pTHX) in Perl_boot_core_builtin() argument
H A Dtaint.c98 Perl_taint_env(pTHX) in Perl_taint_env() argument
H A Dperlio.c222 PerlIO_destruct(pTHX) in PerlIO_destruct() argument
316 Perl_boot_core_PerlIO(pTHX) in Perl_boot_core_PerlIO() argument
437 PerlIO_init_table(pTHX) in PerlIO_init_table() argument
447 PerlIO_allocate(pTHX) in PerlIO_allocate() argument
516 PerlIO_list_alloc(pTHX) in PerlIO_list_alloc() argument
613 PerlIO_destruct(pTHX) in PerlIO_destruct() argument
1542 PerlIO_stdstreams(pTHX) in PerlIO_stdstreams() argument
2715 PerlIO_init(pTHX) in PerlIO_init() argument
2803 PerlIO_cleanup(pTHX) in PerlIO_cleanup() argument
5261 Perl_PerlIO_stdin(pTHX) in Perl_PerlIO_stdin() argument
[all …]
H A Dpad.c1052 Perl_find_rundefsv(pTHX) in Perl_find_rundefsv() argument
1451 Perl_intro_my(pTHX) in Perl_intro_my() argument
1503 Perl_pad_leavemy(pTHX) in Perl_pad_leavemy() argument
1615 S_pad_reset(pTHX) in S_pad_reset() argument
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs736 THX_pp_establish_cleanup(pTHX) in THX_pp_establish_cleanup() argument
873 static OP *THX_parse_var(pTHX) in THX_parse_var() argument
901 static OP *THX_parse_rpn_expr(pTHX) in THX_parse_rpn_expr() argument
970 static OP *THX_parse_keyword_rpn(pTHX) in THX_parse_keyword_rpn() argument
985 static OP *THX_parse_keyword_calcrpn(pTHX) in THX_parse_keyword_calcrpn() argument
1002 static OP *THX_parse_keyword_stufftest(pTHX) in THX_parse_keyword_stufftest() argument
1034 static OP *THX_parse_keyword_looprest(pTHX) in THX_parse_keyword_looprest() argument
1081 static OP *THX_parse_keyword_loopblock(pTHX) in THX_parse_keyword_loopblock() argument
1214 static OP *THX_parse_keyword_DEFSV(pTHX) in THX_parse_keyword_DEFSV() argument
1304 static OP *THX_parse_join_with_space(pTHX) in THX_parse_join_with_space() argument
[all …]
/openbsd/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddl_win32.xs47 OS_Error_String(pTHX) in OS_Error_String() argument
62 dl_private_init(pTHX) in dl_private_init() argument
H A Ddl_dllload.xs99 dl_private_init(pTHX) in dl_private_init() argument
H A Ddl_dlopen.xs163 dl_private_init(pTHX) in dl_private_init() argument
H A Ddl_hpux.xs41 dl_private_init(pTHX) in dl_private_init() argument
H A Ddl_freemint.xs61 dl_private_init(pTHX) in dl_private_init() argument
H A Ddl_dyld.xs145 dl_private_init(pTHX) in dl_private_init() argument
H A Ddlutils.c98 dl_generic_private_init(pTHX) /* called by dl_*.xs dl_private_init() */ in dl_generic_private_init() argument
/openbsd/gnu/usr.bin/perl/ext/Devel-Peek/
H A DPeek.xs18 DeadCode(pTHX) in DeadCode() argument
340 S_pp_dump(pTHX) in S_pp_dump() argument
/openbsd/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/
H A DFieldHash.xs23 HUF_get_ob_reg(pTHX) { in HUF_get_ob_reg() argument
313 HUF_fix_objects(pTHX) { in HUF_fix_objects() argument
/openbsd/gnu/usr.bin/perl/dist/threads/
H A Dthreads.xs199 S_ithread_get(pTHX) in S_ithread_get() argument
357 S_exit_warning(pTHX) in S_exit_warning() argument
387 Perl_ithread_hook(pTHX) in Perl_ithread_hook() argument
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/
H A DPrfDB.xs76 Prf_Profiles(pTHX) in Prf_Profiles() argument

123