| 1 | # -*- buffer-read-only: t -*-
|
|---|
| 2 | #
|
|---|
| 3 | # global.sym
|
|---|
| 4 | #
|
|---|
| 5 | # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
|---|
| 6 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
|
|---|
| 7 | #
|
|---|
| 8 | # You may distribute under the terms of either the GNU General Public
|
|---|
| 9 | # License or the Artistic License, as specified in the README file.
|
|---|
| 10 | #
|
|---|
| 11 | # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
|
|---|
| 12 | # This file is built by embed.pl from data in embed.fnc, embed.pl,
|
|---|
| 13 | # pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
|
|---|
| 14 | # Any changes made here will be lost!
|
|---|
| 15 | #
|
|---|
| 16 | # Edit those files and run 'make regen_headers' to effect changes.
|
|---|
| 17 | #
|
|---|
| 18 | perl_alloc_using
|
|---|
| 19 | perl_alloc
|
|---|
| 20 | perl_construct
|
|---|
| 21 | perl_destruct
|
|---|
| 22 | perl_free
|
|---|
| 23 | perl_run
|
|---|
| 24 | perl_parse
|
|---|
| 25 | Perl_doing_taint
|
|---|
| 26 | perl_clone
|
|---|
| 27 | perl_clone_using
|
|---|
| 28 | Perl_malloc
|
|---|
| 29 | Perl_calloc
|
|---|
| 30 | Perl_realloc
|
|---|
| 31 | Perl_mfree
|
|---|
| 32 | Perl_get_context
|
|---|
| 33 | Perl_set_context
|
|---|
| 34 | Perl_amagic_call
|
|---|
| 35 | Perl_Gv_AMupdate
|
|---|
| 36 | Perl_gv_handler
|
|---|
| 37 | Perl_apply_attrs_string
|
|---|
| 38 | Perl_avhv_delete_ent
|
|---|
| 39 | Perl_avhv_exists_ent
|
|---|
| 40 | Perl_avhv_fetch_ent
|
|---|
| 41 | Perl_avhv_store_ent
|
|---|
| 42 | Perl_avhv_iternext
|
|---|
| 43 | Perl_avhv_iterval
|
|---|
| 44 | Perl_avhv_keys
|
|---|
| 45 | Perl_av_clear
|
|---|
| 46 | Perl_av_delete
|
|---|
| 47 | Perl_av_exists
|
|---|
| 48 | Perl_av_extend
|
|---|
| 49 | Perl_av_fetch
|
|---|
| 50 | Perl_av_fill
|
|---|
| 51 | Perl_av_len
|
|---|
| 52 | Perl_av_make
|
|---|
|
|---|