Searched refs:EXT (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A DEXTERN.h11 #undef EXT macro
12 #define EXT extern macro
H A DINTERN.h11 #undef EXT macro
12 #define EXT macro
H A Da2p.h341 EXT int mop INIT(1);
352 EXT union u_ops ops[OPSMAX];
363 EXT char *Yes INIT("1");
364 EXT char *No INIT("");
371 EXT STR *Str;
398 EXT int line INIT(0);
400 EXT FILE *rsfp;
401 EXT char buf[2048];
402 EXT char *bufptr INIT(buf);
404 EXT ST
[all...]
H A Dstr.h30 EXT STR **tmps_list;
31 EXT long tmps_max INIT(-1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DINTERN.h12 * EXT designates a global var which is defined in perl.h
17 #undef EXT macro
26 # define EXT globaldef {"$GLOBAL_RW_VARS"} noshare macro
32 # define EXT __declspec(dllexport) macro
38 # define EXT macro
43 # define EXT macro
H A DEXTERN.h12 * EXT designates a global var which is defined in perl.h
17 #undef EXT macro
26 # define EXT globalref macro
33 # define EXT extern __declspec(dllexport) macro
38 # define EXT extern __declspec(dllimport) macro
45 # define EXT extern __declspec(dllimport) macro
50 # define EXT extern macro
H A Dperl.h3018 EXT char *** environ_pointer;
3082 EXT char *PL_sig_name[] = { SIG_NAME };
3083 EXT int PL_sig_num[] = { SIG_NUM };
3085 EXT char *PL_sig_name[];
3086 EXT int PL_sig_num[];
3093 EXT unsigned char PL_fold[] = { /* fast EBCDIC case folding table */
3168 EXT unsigned char PL_fold_locale[] = {
3203 EXT unsigned char PL_fold_locale[];
3208 EXT unsigned char PL_freq[] = {/* EBCDIC frequencies for mixed English/C */
3456 EXT struc
[all...]
H A Dperliol.h99 /* Data exports - EXT rather than extern is needed for Cygwin */
100 EXT PerlIO_funcs PerlIO_unix;
101 EXT PerlIO_funcs PerlIO_perlio;
102 EXT PerlIO_funcs PerlIO_stdio;
103 EXT PerlIO_funcs PerlIO_crlf;
104 EXT PerlIO_funcs PerlIO_utf8;
105 EXT PerlIO_funcs PerlIO_byte;
106 EXT PerlIO_funcs PerlIO_raw;
107 EXT PerlIO_funcs PerlIO_pending;
109 EXT PerlIO_func
[all...]
H A Dopcode.h30 EXT char *PL_op_name[];
32 EXT char *PL_op_name[] = {
389 EXT char *PL_op_desc[];
391 EXT char *PL_op_desc[] = {
753 EXT OP * (CPERLscope(*PL_ppaddr)[])(pTHX);
755 EXT OP * (CPERLscope(*PL_ppaddr)[])(pTHX) = {
1111 EXT OP * (CPERLscope(*PL_check)[]) (pTHX_ OP *op);
1113 EXT OP * (CPERLscope(*PL_check)[]) (pTHX_ OP *op) = {
1470 EXT U32 PL_opargs[];
1472 EXT U3
[all...]
H A Dperlapi.h58 EXT void *PL_force_link_funcs[];
60 EXT void *PL_force_link_funcs[] = {
/osnet-11/usr/src/lib/efcode/packages/sparcv9/
H A DMakefile31 DYNFLAGS += $(FCODE64) -M$(MAPFILE-EXT)
/osnet-11/usr/src/lib/efcode/packages/
H A DMakefile.com38 MAPFILE-EXT = ../mapfile-extern
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c124 #define EXT(res) ((res)->_u._ext) macro
197 if (EXT(statp).ext == NULL)
326 if (statp->nscount == 0 || EXT(statp).ext == NULL) {
344 if (EXT(statp).nscount != 0) {
349 if (EXT(statp).nscount != statp->nscount)
355 (struct sockaddr *)&EXT(statp).ext->nsaddrs[ns])) {
360 if (EXT(statp).nssocks[ns] == -1)
363 if (getpeername(EXT(statp).nssocks[ns],
376 EXT(statp).nscount = 0;
386 if (EXT(stat
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch.c152 # define EXT ext_match macro
182 # define EXT ext_wmatch macro
H A Dfnmatch_loop.c21 static int EXT (INT opt, const CHAR *pattern, const CHAR *string,
55 res = EXT (c, p, n, string_end, no_leading_period,
87 res = EXT (c, p, n, string_end, no_leading_period,
943 res = EXT (c, p, n, string_end, no_leading_period, flags);
1021 EXT (INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end, function
1207 #undef EXT macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dopcode.pl250 EXT Perl_ppaddr_t PL_ppaddr[] /* or perlvars.h */
285 EXT Perl_check_t PL_check[] /* or perlvars.h */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1554 $(SITEPREFIX)/man/man$(MAN*EXT).
1578 INSTALLDIRS=vendor. Defaults to $(VENDORPREFIX)/man/man$(MAN*EXT).

Completed in 78 milliseconds