Searched refs:GLOBAL (Results 26 - 40 of 40) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dstoa.c55 GLOBAL char sbuf[SBUFSIZE];
72 GLOBAL struct netbuf *
H A Ddial.c135 GLOBAL jmp_buf Sjbuf; /*needed by connection routines*/
H A Duucp.h70 #define GLOBAL static macro
73 #define GLOBAL macro
/opensolaris-onvv-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c50 #define GLOBAL 0 macro
133 case GLOBAL:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DCommand.t32 *CORE::GLOBAL::exit = ''; # quiet 'only once' warning.
33 *CORE::GLOBAL::exit = sub { return @_ };
/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dppproto.c162 #undef GLOBAL macro
163 #define GLOBAL (MORE) macro
673 if ((flags & (DECLARE|GLOBAL|RECURSIVE)) == GLOBAL && (proto->flags & MORE))
803 lex(proto, (flags & GLOBAL) | RECURSIVE);
1023 if (lex(proto, (flags & GLOBAL) | RECURSIVE) == '*')
1538 switch (lex(proto, (flags & GLOBAL) | RECURSIVE))
1600 lex(proto, (flags & GLOBAL) | DECLARE);
1848 switch (lex(proto, (flags & GLOBAL) | RECURSIVE))
1886 switch (lex(proto, (flags & GLOBAL) | RECURSIV
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Duucp.h46 #define GLOBAL static macro
49 #define GLOBAL macro
/opensolaris-onvv-gate/usr/src/cmd/sunpc/other/
H A Ddos2unix.c76 #define GLOBAL macro
H A Dunix2dos.c79 #define GLOBAL macro
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/nfs_filesystem/
H A DSolaris_NFS.c950 propValues[GLOBAL] = strdup(propValue);
951 if (propValues[GLOBAL] == NULL) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm284 1.26 Replaced CORE::GLOBAL::die with the evil $SIG{__DIE__} because the
315 *CORE::GLOBAL::die = \&CGI::Carp::die;
351 # $pkg->export('CORE::GLOBAL','die');
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm71 *CORE::GLOBAL::glob = \&File::Glob::csh_glob;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm628 =head2 GLOBAL VARIABLES
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm251 * for a static include, or use the GLOBAL request in a single module to
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm152 # 'BEGIN{*CORE::GLOBAL::require=sub {}} require v5.6'
3157 # CORE::GLOBAL::glob with a second parameter, a number.
3159 if ($kid eq "CORE::GLOBAL::glob") {
3164 # It's a syntax error to call CORE::GLOBAL::foo without a prefix,
3167 $kid =~ s/^CORE::GLOBAL:://;

Completed in 191 milliseconds

12