OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__re_idx_t
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regex.h
61
uses 'int' for these. Code that uses
__re_idx_t
should work
63
typedef size_t
__re_idx_t
;
typedef
78
typedef int
__re_idx_t
;
typedef
579
const char *__string,
__re_idx_t
__length,
580
__re_idx_t
__start, regoff_t __range,
587
const char *__string1,
__re_idx_t
__length1,
588
const char *__string2,
__re_idx_t
__length2,
589
__re_idx_t
__start, regoff_t __range,
591
__re_idx_t
__stop);
597
const char *__string,
__re_idx_t
__length
[
all
...]
regex_internal.h
132
typedef
__re_idx_t
Idx;
Completed in 56 milliseconds