Searched refs:symbols (Results 1 - 25 of 32) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.pm109 @EXPORT_OK = qw(munge frobnicate); # symbols to export on request
115 @EXPORT_OK = qw(munge frobnicate); # symbols to export on request
119 use ModuleName qw(frobnicate); # import listed symbols
139 symbols that are going to be exported into the users name space by
141 symbols can represent functions, scalars, arrays, hashes, or typeglobs.
142 The symbols must be given by full name with the exception that the
186 them to load your module and import its symbols:
192 This imports all the symbols from ModuleName's @EXPORT into the namespace
197 This causes perl to load your module but does not import any symbols.
201 This imports only the symbols liste
[all...]
H A Dvars.pm77 pre-declaring global symbols, ensuring their availability to the
H A DSymbol.pm5 Symbol - manipulate Perl symbols and their names
76 already been loaded and that makes use of symbols in package C<Foo> may
158 # free all the symbols in the package
H A Dconstant.pm21 # import() - import symbols into user's namespace
305 and some symbols may be redefined without generating a warning.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DKR.pm64 L<http://www.debian.or.jp/~kubota/unicode-symbols.html.en>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/
H A DCN.pm68 L<http://www.debian.or.jp/~kubota/unicode-symbols.html.en>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DJP.pm89 L<http://www.debian.or.jp/~kubota/unicode-symbols.html.en>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/
H A DTW.pm70 L<http://www.debian.or.jp/~kubota/unicode-symbols.html.en>
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c154 int nrhs; /* Number of RHS symbols */
155 struct symbol **rhs; /* The RHS symbols */
169 ** symbols which are allowed to immediately follow the end of the rule.
237 int nsymbol; /* Number of terminal and nonterminal symbols */
238 int nterminal; /* Number of terminal symbols */
239 struct symbol **symbols; /* Sorted array of pointers to symbols */ member in struct:lemon
244 char *tokentype; /* Type of terminal symbols in the parser stack */
245 char *vartype; /* The default type of non-terminal symbols */
300 /* Routines for handling symbols o
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL51 # 0x01 make symbols available for linking later dl_load_file's.
83 @dl_shared_objects = (); # shared objects for symbols we have
84 @dl_require_symbols = (); # names of symbols we need
331 Carp::carp("Undefined symbols present after loading $file: @unresolved\n");
572 @symbols = dl_undef_symbols() C
606 used to resolve any undefined symbols that might be generated by a
730 0x01 make symbols available for linking later dl_load_file's.
806 target system has separate functions to search for symbols of different
807 types then dl_find_symbol() should search for function symbols first and
834 @symbols
[all...]
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c651 const struct res_sym *symbols; local
655 symbols = __p_update_section_syms;
658 symbols = __p_default_section_syms;
661 return (sym_ntos(symbols, section, (int *)0));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL865 symbols.
H A Dc2ph.PL193 cpp symbols, not real C, which was also very much needed. What I offer
H A Dh2xs.PL549 --skip-exporter Do not export symbols
1305 # Prefix the default licence with hash symbols.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH707 * include <float.h> to get definition of symbols like DBL_MAX or
714 * include <limits.h> to get definition of symbols like WORD_BIT or
884 * include <values.h> to get definition of symbols like MINFLOAT or
1075 * the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm876 C<:macros> exports the symbols corresponding to most of your C<syslog(3)>
882 By default, C<Sys::Syslog> exports the symbols from the C<:standard> tag.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm786 EXPORT_LIST: name of a file that is passed to linker to define symbols
H A DMakeMaker.pm1396 symbols. Each key/value pair consists of the package name and an
1414 Array of symbol names for variables to be made available as universal symbols.
H A DMM_VMS.pm906 Create VMS linker options files specifying universal symbols for this
1889 # for XS code from multiple extensions to resolve symbols against the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm267 no Modules unimport some module symbols or semantics at compile time
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm413 symbols (such as "Foo::") it invokes RECURSE, passing in the symbol
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm610 package that symbols should be shared from. The symbol names (including
/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile202 ../.././grub-core/efiemu/symbols.c \
/osnet-11/usr/src/grub/grub2/build-uefi64/po/
H A DMakefile202 ../.././grub-core/efiemu/symbols.c \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm1447 (NOTE: Many punction marks and symbols are variable in F<allkeys.txt>).

Completed in 978 milliseconds

12