OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:global
(Results
1 - 25
of
201
) sorted by relevancy
1
2
3
4
5
6
7
8
9
/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_globals.cc
51
static __thread abi::__cxa_eh_globals
global
;
variable
52
return &
global
;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_globals.cc
51
static __thread abi::__cxa_eh_globals
global
;
variable
52
return &
global
;
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
cli-suppress-notification.c
18
static int
global
= 0;
variable
23
global
++;
24
global
++;
new-ui-echo.c
20
volatile int
global
= 0;
variable
25
global
= 1; /* set break main console here */
26
global
= 1;
27
global
= 1; /* set break extra console here */
28
global
= 1;
new-ui.c
20
volatile int
global
= 0;
variable
25
global
= 1;
26
global
= 1;
27
global
= 1;
28
global
= 1;
29
global
= 1;
30
global
= 1;
31
global
= 1;
32
global
= 1; /* set break main console here */
33
global
= 1
[
all
...]
watch-non-mem.c
18
int
global
= 0;
variable
22
global
++;
23
global
++;
24
global
++;
bg-exec-sigint-bp-cond.c
18
int
global
;
variable
watch-read.c
18
volatile int
global
;
variable
27
foo =
global
; /* read line */
29
global
= foo + 1; /* write line */
watch-vfork.c
20
int *
global
;
variable
34
global
= &pid;
watchpoint-stops-at-right-insn.c
18
volatile int
global
;
variable
23
global
= val;
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
watch-nonstop.c
20
int
global
;
variable
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
cli-suppress-notification.c
18
static int
global
= 0;
variable
23
global
++;
24
global
++;
new-ui-echo.c
20
volatile int
global
= 0;
variable
25
global
= 1; /* set break main console here */
26
global
= 1;
27
global
= 1; /* set break extra console here */
28
global
= 1;
new-ui.c
20
volatile int
global
= 0;
variable
25
global
= 1;
26
global
= 1;
27
global
= 1;
28
global
= 1;
29
global
= 1;
30
global
= 1;
31
global
= 1;
32
global
= 1; /* set break main console here */
33
global
= 1
[
all
...]
watch-non-mem.c
18
int
global
= 0;
variable
22
global
++;
23
global
++;
24
global
++;
bg-exec-sigint-bp-cond.c
18
int
global
;
variable
watch-read.c
18
volatile int
global
;
variable
27
foo =
global
; /* read line */
29
global
= foo + 1; /* write line */
watch-vfork.c
20
int *
global
;
variable
34
global
= &pid;
watchpoint-stops-at-right-insn.c
18
volatile int
global
;
variable
23
global
= val;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
watch-nonstop.c
20
int
global
;
variable
/src/tests/usr.bin/indent/
fmt_init.c
8
int
global
= { initializer };
variable
9
int
global
= {
variable
25
int
global
= {initializer};
variable
26
int
global
= {
variable
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
sparc-sysstep.c
23
int
global
;
variable
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opt/
inline-entry.c
18
volatile int
global
= 0;
variable
23
global
+= arg;
29
if (
global
== val)
38
if ((
global
&& bar (1)) || bar (2))
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
sparc-sysstep.c
23
int
global
;
variable
/src/usr.bin/make/unit-tests/
varmod-remember.mk
15
ABC.
global
:= ${ABC} # is evaluated in the
global
scope
16
.if ${ABC.
global
} != "1=A 2=B 3=C"
27
# evaluations in
global
scope could not overwrite the variable '_' anymore,
28
# as the command line scope takes precedence over the
global
scope.
31
GHI.
global
:= ${GHI} # is evaluated in the
global
scope
32
.if ${GHI.
global
} != "1=G 2=H 3=I"
Completed in 39 milliseconds
1
2
3
4
5
6
7
8
9
Indexes created Sat Feb 28 05:31:39 UTC 2026