OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:array_get
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/sail/
array.h
55
void *
array_get
(const struct array *, unsigned index_);
76
array_get
(const struct array *a, unsigned index_)
function
197
return (T *)
array_get
(&a->arr, index_); \
/src/external/bsd/tradcpp/dist/
array.h
62
ARRAYINLINE void *
array_get
(const struct array *, unsigned index_);
79
array_get
(const struct array *a, unsigned index_)
function
219
return (T *)
array_get
(&a->arr, index_); \
266
t = T##
array_get
(arr, i); \
Completed in 28 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026