Searched refs:__re_idx_t (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dregex.h63 uses 'int' for these. Code that uses __re_idx_t should work
65 typedef size_t __re_idx_t; typedef
80 typedef int __re_idx_t; typedef
577 const char *__string, __re_idx_t __length,
578 __re_idx_t __start, regoff_t __range,
585 const char *__string1, __re_idx_t __length1,
586 const char *__string2, __re_idx_t __length2,
587 __re_idx_t __start, regoff_t __range,
589 __re_idx_t __stop);
595 const char *__string, __re_idx_t __lengt
[all...]
H A Dregex_internal.h124 typedef __re_idx_t Idx;

Completed in 90 milliseconds