Searched refs:__re_idx_t (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex.h | 63 typedef size_t __re_idx_t; typedef 78 typedef int __re_idx_t; 574 const char *__string, __re_idx_t __length, 575 __re_idx_t __start, regoff_t __range, 582 const char *__string1, __re_idx_t __length1, 583 const char *__string2, __re_idx_t __length2, 584 __re_idx_t __start, regoff_t __range, 586 __re_idx_t __stop); 592 const char *__string, __re_idx_t __length, 593 __re_idx_t __start, struct re_registers *__regs); [all …]
|
D | regex_internal.h | 132 typedef __re_idx_t Idx;
|