OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_array_start
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/xcvs/dist/lib/
regcomp.c
2635
wchar_t *
new_array_start
, *new_array_end;
2641
new_array_start
= re_x2realloc (mbcset->range_starts, wchar_t,
2646
if (BE (
new_array_start
== NULL || new_array_end == NULL, 0))
2649
mbcset->range_starts =
new_array_start
;
2865
uint32_t *
new_array_start
;
2870
new_array_start
= re_x2realloc (mbcset->range_starts, uint32_t,
2875
if (BE (
new_array_start
== NULL || new_array_end == NULL, 0))
2878
mbcset->range_starts =
new_array_start
;
2626
wchar_t *
new_array_start
, *new_array_end;
local
2856
uint32_t *
new_array_start
;
local
Completed in 18 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026