Searched refs:regoff_t (Results 1 - 8 of 8) sorted by relevance

/barrelfish-2018-10-04/include/
H A Dregex.h44 typedef __off_t regoff_t; typedef
59 regoff_t rm_so; /* start of match */
60 regoff_t rm_eo; /* end of match */
H A Dpcreposix.h105 typedef int regoff_t; typedef
108 regoff_t rm_so;
109 regoff_t rm_eo;
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregex.h9 typedef off_t regoff_t; typedef
17 regoff_t rm_so; /* start of match */
18 regoff_t rm_eo; /* end of match */
H A Dmain.c16 regoff_t startoff = 0;
17 regoff_t endoff = 0;
53 startoff = (regoff_t)atoi(optarg);
56 endoff = (regoff_t)atoi(optarg);
H A Dengine.c438 register regoff_t offsave;
/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.h105 typedef int regoff_t; typedef
108 regoff_t rm_so;
109 regoff_t rm_eo;
/barrelfish-2018-10-04/lib/libc/regex/grot/
H A Dmain.c23 regoff_t startoff = 0;
24 regoff_t endoff = 0;
56 startoff = (regoff_t)atoi(optarg);
59 endoff = (regoff_t)atoi(optarg);
/barrelfish-2018-10-04/lib/libc/regex/
H A Dengine.c575 regoff_t offsave;

Completed in 95 milliseconds