Home
last modified time | relevance | path

Searched refs:regoff_t (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dregex.h43 typedef ptrdiff_t regoff_t; typedef
53 regoff_t rm_so; /* start of match */
54 regoff_t rm_eo; /* end of match */
/picolibc-3.5.0-3.4.0/newlib/libc/posix/
Dengine.c555 regoff_t offsave; in backref()