Home
last modified time | relevance | path

Searched refs:global (Results 1 – 25 of 274) sorted by relevance

1234567891011

/mirbsd/src/libexec/ld.so/sparc/
Dldasm.S76 .global _dl_start
127 .global _dl_bind_start
143 .global _dl_close
155 .global _dl_exit
167 .global _dl_issetugid
179 .global _dl__syscall
191 .global _dl_munmap
203 .global _dl_mprotect
215 .global _dl_open
227 .global _dl_read
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
Dsync2.tx11 $global = undef;
17 print "Uh oh: $who entered while locked by $global\n" if $global;
18 $global = $who;
25 $global = undef;
DNotes13 tokenbuf and buf probably ought to be global protected by a global lock.
/mirbsd/src/bin/ed/
DPOSIX40 3) The POSIX interactive global commands `G' and `V' are extended to
42 format is the same as for the global commands `g' and `v', i.e., one
78 2) Since the behavior of `u' (undo) within a `g' (global) command list is
80 undo forces a global command list to be executed only once, rather than
81 for each line matching a global pattern. In addition, each instance of
82 `u' within a global command undoes all previous commands (including
87 The global/undo combination is useful for masking errors that
98 ed implementation: any moved lines are removed from the global command's
/mirbsd/src/libexec/ld.so/i386/
Dldasm.S95 .global __CONCAT(_dl_,n) ;\
106 .global _dl_exit
138 .global _dl_sigprocmask
160 .global _dl_bind_start
/mirbsd/src/gnu/usr.bin/binutils/include/
Dhp-symtab.h150 unsigned int global: 1; member
166 unsigned int global: 1; member
389 unsigned int global: 1; member
524 unsigned int global: 1; member
563 unsigned int global: 1; member
599 unsigned int global: 1; member
637 unsigned int global: 1; member
1281 unsigned int global: 1; /* 1 => globally visible */ member
/mirbsd/src/bin/mksh/
Dmain.c328 vp = global("PATH"); in main_init()
361 vp = global("PWD"); in main_init()
378 setint_n(global("OPTIND"), 1, 10); in main_init()
385 vp = global("PS1"); in main_init()
391 setint_n((vp = global("BASHPID")), 0, 10); in main_init()
393 setint_n((vp = global("PGRP")), (mksh_uari_t)kshpgrp, 10); in main_init()
395 setint_n((vp = global("PPID")), (mksh_uari_t)kshppid, 10); in main_init()
397 setint_n((vp = global("USER_ID")), (mksh_uari_t)ksheuid, 10); in main_init()
399 setint_n((vp = global("KSHUID")), (mksh_uari_t)kshuid, 10); in main_init()
401 setint_n((vp = global("KSHEGID")), (mksh_uari_t)kshegid, 10); in main_init()
[all …]
Deval.c1087 vp = global(arrayname(sp)); in varsub()
1099 p = str_val(global(sp)); in varsub()
1197 xp->var = global(sp); in varsub()
1229 vp = global(arrayname(sp)); in varsub()
1256 xp->var = global(sp); in varsub()
1264 xp->var = global(sp); in varsub()
1696 dp = str_val(global("HOME")); in tilde()
1698 dp = str_val(global("PWD")); in tilde()
1700 dp = str_val(global("OLDPWD")); in tilde()
/mirbsd/src/sys/arch/sparc/stand/common/
Dsrt0.S47 .global _C_LABEL(cputyp), _C_LABEL(nbpg), _C_LABEL(pgofset)
48 .global _C_LABEL(pgshift)
229 .global .div, .udiv
246 .global .rem, .urem
/mirbsd/src/usr.bin/file/magdir/
Dplus58 0 short 0x259 mumps avl global
12 0 short 0x25a mumps blt global
/mirbsd/src/bin/ed/test/
DTODO17 9) G/pat/ - verify: global interactive command
18 10) V/pat/ - verify: global interactive command
/mirbsd/src/gnu/usr.bin/perl/lib/
DSymbol.pm93 my %global = map {$_ => 1} qw(ARGV ARGVOUT ENV INC SIG STDERR STDIN STDOUT);
121 if ($name =~ /^(([^a-z])|(\^[a-z_]+))\z/i || $global{$name}) {
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/
Dppphbin212 my(%files, %global, %revreplace);
299 push @{$global{$_}{$func}}, $filename;
308 for $need (keys %{$global{needs}}) {
309 if (@{$global{needs}{$need}} > 1) {
310 my @targets = @{$global{needs}{$need}};
316 $files{$target}{needs}{$need} = 'global';
317 for (@{$global{needs}{$need}}) {
389 if (not exists $global{uses}{$func}) {
414 my $suffix = $type eq 'global' ? '_GLOBAL' : '';
416 if ($type eq 'global') {
[all …]
/mirbsd/src/usr.bin/vi/docs/internals/
Dstructures6 structure per screen type. The first is a single global structure (GS)
8 global things like the input key queues, and functions as a single place
12 every screen type will have at least one global, __global_list, which
37 even depend on it, so don't try and change it!) The global structure is
/mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dmmix-elfnmmo.em27 /* Set up handling of linker-allocated global registers. */
81 /* If we start on a local register, we have too many global registers.
87 einfo ("%X%P: Too many global registers: %u, max 223\n",
105 einfo ("%F%P: Can't finalize linker-allocated global registers\n");
/mirbsd/src/gnu/usr.bin/perl/x2p/
Ds2p.PL825 my( $regex, $subst, $path, $global, $print, $nmatch, $fl ) = @_;
843 { \$s = s ${regex}${subst}s${global};
1385 my( $global, $nmatch, $print, $write ) =
1388 $1 eq 'g' ? ( $global = 'g' ) :
1393 if( $global && length( $nmatch ) || length( $nmatch ) > 1 ){
1394 Warn( "conflicting flags `$global$nmatch'", $fl );
1400 $write, $global, $print, $nmatch, $fl );
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/
DPPPort.pm1100 |>global Perl variables without the C<PL_> prefix is deprecated. Also,
1126 |>Note that you mustn't have more than one global request for one
3061 my(%files, %global, %revreplace);
3148 push @{$global{$_}{$func}}, $filename;
3157 for $need (keys %{$global{needs}}) {
3158 if (@{$global{needs}{$need}} > 1) {
3159 my @targets = @{$global{needs}{$need}};
3166 for (@{$global{needs}{$need}}) {
3238 if (not exists $global{uses}{$func}) {
3266 diag("Files [@{$global{needs}{$func}}] need $func, adding global request");
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-cris.texi242 must be located in a table, the @emph{global offset table},
244 global symbols and independent of the address of the code. The
246 index into the global offset table where the real symbol value
248 start of the global offset table. All symbol suffixes start
261 symbol to be entered into the global offset table. The value is
262 a 32-bit index for that symbol into the global offset table.
270 global offset table. The corresponding relocation is
279 against, together with a global offset table entry. The value
292 global offset table. The relocation is
299 index into the global offset table. This is somewhat of a mix
[all …]
Dc-mmix.texi36 You can use the @samp{--globalize-symbols} to make all symbols global.
65 The @code{mmixal} documentation (@pxref{mmixsite}) specifies that global
67 initialized to the same non-zero value, will refer to the same global
104 passed through to the linker, which will allocate as many global registers
188 begins with @samp{:}, it means that the symbol is in the global namespace
217 The symbol @samp{Main} is handled specially; it is always global.
231 Local and global registers are specified as @samp{$0} to @samp{$255}.
240 Local and global symbols can be equated to register names and used in
243 Similarly for special registers, local and global symbols can be used.
302 does not correspond to a global register. The operand is an expression
[all …]
/mirbsd/src/lib/libssl/src/crypto/objects/
Dobjects.README35 !global
39 to the base name. !global turns this off. This construction
/mirbsd/src/sys/arch/sparc/sparc/
Damd7930intr.s92 .global _C_LABEL(amd7930_trap)
93 .global _C_LABEL(auiop)
/mirbsd/src/lib/libssl/src/doc/crypto/
Drand.pod125 There is global state made up of a 1023 byte buffer (the 'state'), a
149 the global 'md' before any bytes are generated), the bytes that are to
156 'count' (which is incremented) and the local and global 'md' are fed
157 into the hash function and the results are kept in the global 'md'.
/mirbsd/src/gnu/usr.bin/perl/
Dmakedef.pl819 my $global = readvar($perlvars_h);
820 skip_symbols $global;
/mirbsd/src/usr.sbin/httpd/src/include/
Dscoreboard.h165 global_score global; member
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dhpread.c788 if (dn_bufp->dfunc.global) in scan_procs()
2063 if (dn_bufp->dfunc.global) in hpread_build_psymtabs()
2084 if (dn_bufp->ddocfunc.global) in hpread_build_psymtabs()
2179 if (dn_bufp->dsvar.global) in hpread_build_psymtabs()
2210 int global = dn_bufp->dtag.global; in hpread_build_psymtabs() local
2217 if (global) in hpread_build_psymtabs()
2251 if (dn_bufp->dconst.global) in hpread_build_psymtabs()
2324 hpread_get_textlow (int global, int index, struct objfile *objfile, in hpread_get_textlow() argument
2335 if (global) in hpread_get_textlow()
5124 hp_type.dnttp.global = 0; in hpread_process_one_debug_symbol()
[all …]

1234567891011