source: trunk/third/perl/globvar.sym @ 14545

Revision 14545, 896 bytes checked in by ghudson, 25 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r14544, which included commits to RCS files with non-trunk default branches.
Line 
1# Global variables that must be exported for embedded applications.
2
3# *** Only structures/arrays with constant initializers should go here.
4# *** Usual globals initialized at runtime should be added in *var*.h.
5# *** Do NOT add functions here, those go in global.sym.
6
7AMG_names
8block_type
9fold
10fold_locale
11freq
12warn_uninit
13warn_nosemi
14warn_reserved
15warn_nl
16no_wrongref
17no_symref
18no_usym
19no_aelem
20no_helem
21no_modify
22no_mem
23no_security
24no_sock_func
25no_dir_func
26no_func
27no_myglob
28check
29op_desc
30op_name
31opargs
32ppaddr
33sig_name
34sig_num
35regkind
36simple
37utf8skip
38uuemap
39varies
40vtbl_sv
41vtbl_env
42vtbl_envelem
43vtbl_sig
44vtbl_sigelem
45vtbl_pack
46vtbl_packelem
47vtbl_dbline
48vtbl_isa
49vtbl_isaelem
50vtbl_arylen
51vtbl_glob
52vtbl_mglob
53vtbl_nkeys
54vtbl_taint
55vtbl_substr
56vtbl_vec
57vtbl_pos
58vtbl_bm
59vtbl_fm
60vtbl_uvar
61vtbl_mutex
62vtbl_defelem
63vtbl_regexp
64vtbl_regdata
65vtbl_regdatum
66vtbl_collxfrm
67vtbl_amagic
68vtbl_amagicelem
Note: See TracBrowser for help on using the repository browser.