OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:index_ty
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
msgl-fsearch.c
83
typedef unsigned int
index_ty
;
typedef
87
typedef
index_ty
*index_list_ty;
93
new_index (
index_ty
idx)
95
index_ty
*list = (
index_ty
*) xmalloc ((2 + 1) * sizeof (
index_ty
));
108
addlast_index (index_list_ty list,
index_ty
idx)
122
list = (
index_ty
*) xrealloc (list, (2 + new_allocated) * sizeof (
index_ty
));
135
add_index (index_list_ty list,
index_ty
idx
[
all
...]
msgl-fsearch.c
83
typedef unsigned int
index_ty
;
typedef
87
typedef
index_ty
*index_list_ty;
93
new_index (
index_ty
idx)
95
index_ty
*list = (
index_ty
*) xmalloc ((2 + 1) * sizeof (
index_ty
));
108
addlast_index (index_list_ty list,
index_ty
idx)
122
list = (
index_ty
*) xrealloc (list, (2 + new_allocated) * sizeof (
index_ty
));
135
add_index (index_list_ty list,
index_ty
idx
[
all
...]
Completed in 36 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026