OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global
(Results
1 - 25
of
1608
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
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
++;
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;
cli-suppress-notification.c
18
static int
global
= 0;
variable
23
global
++;
24
global
++;
watch-read.c
18
volatile int
global
;
variable
27
foo =
global
; /* read line */
29
global
= foo + 1; /* write line */
watchpoint-stops-at-right-insn.c
18
volatile int
global
;
variable
23
global
= val;
gdb1250.c
24
int
global
= 0;
variable
38
array [0] =
global
++;
39
array [1] =
global
++;
40
array [2] =
global
++;
41
array [3] =
global
++;
48
global
++;
56
global
++;
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
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
++;
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;
cli-suppress-notification.c
18
static int
global
= 0;
variable
23
global
++;
24
global
++;
watch-read.c
18
volatile int
global
;
variable
27
foo =
global
; /* read line */
29
global
= foo + 1; /* write line */
watchpoint-stops-at-right-insn.c
18
volatile int
global
;
variable
23
global
= val;
gdb1250.c
24
int
global
= 0;
variable
38
array [0] =
global
++;
39
array [1] =
global
++;
40
array [2] =
global
++;
41
array [3] =
global
++;
48
global
++;
56
global
++;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
global.c
23
}
global
;
variable in typeref:struct:__anon324
28
global
.x = 23;
29
global
.y.x2 = 47;
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
global.c
23
}
global
;
variable in typeref:struct:__anon633
28
global
.x = 23;
29
global
.y.x2 = 47;
/src/external/gpl3/gcc/dist/libgcc/config/ia64/
vms-crtinit.S
24
.
global
LIB$INITIALIZE#
/src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
vms-crtinit.S
24
.
global
LIB$INITIALIZE#
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-epilogue-begin.c
20
asm ("trivial_label: .
global
trivial_label"); /* trivial function */
23
char
global
;
variable
28
asm ("watch_label: .
global
watch_label");
32
asm ("watch_start: .
global
watch_start");
35
asm ("watch_reassign: .
global
watch_reassign");
38
asm ("watch_end: .
global
watch_end"); /* watch end */
44
asm ("main_label: .
global
main_label");
45
global
= 0;
46
asm ("main_fun_call: .
global
main_fun_call");
48
asm ("main_epilogue: .
global
main_epilogue")
[
all
...]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-epilogue-begin.c
20
asm ("trivial_label: .
global
trivial_label"); /* trivial function */
23
char
global
;
variable
28
asm ("watch_label: .
global
watch_label");
32
asm ("watch_start: .
global
watch_start");
35
asm ("watch_reassign: .
global
watch_reassign");
38
asm ("watch_end: .
global
watch_end"); /* watch end */
44
asm ("main_label: .
global
main_label");
45
global
= 0;
46
asm ("main_fun_call: .
global
main_fun_call");
48
asm ("main_epilogue: .
global
main_epilogue")
[
all
...]
/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
opt_ldi.c
12
int
global
;
variable
22
int
global
;
variable
32
int
global
;
variable
42
int
global
;
variable
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
watch-nonstop.c
20
int
global
;
variable
/src/external/gpl3/gdb.old/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/dist/gdb/testsuite/gdb.mi/
watch-nonstop.c
20
int
global
;
variable
Completed in 53 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sun Apr 12 00:22:20 UTC 2026