Searched refs:REEND (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dfield.c377 if (REEND(rp, scan) == RESTART(rp, scan)) { /* null match */
399 scan += REEND(rp, scan);
H A Dbuiltin.c1832 rlength = REEND(rp, t1->stptr) - RESTART(rp, t1->stptr);
2097 matchend = t->stptr + REEND(rp, t->stptr);
H A Dawk.h223 #define REEND(rp,s) (rp)->regs.end[0] macro
H A Dio.c2650 reend = REEND(RSre, iop->off);

Completed in 51 milliseconds