OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:a_point_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-format-string.c
86
point_t
a_point_t
= { 42, 12 };
local
87
point_t *a_point_t_pointer = &
a_point_t
;
89
point_t &a_point_t_ref =
a_point_t
;
92
struct_point_t a_struct_with_point = {
a_point_t
};
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-format-string.c
86
point_t
a_point_t
= { 42, 12 };
local
87
point_t *a_point_t_pointer = &
a_point_t
;
89
point_t &a_point_t_ref =
a_point_t
;
92
struct_point_t a_struct_with_point = {
a_point_t
};
Completed in 21 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026