Searched refs:rx_end (Results 1 – 1 of 1) sorted by relevance
26 const char *rx_end; /* 1pte for the expression being parsed */ member48 if (ptr == ps->rx_end) { /* end of input ? */ in _rx_get_token()68 while ((ptr < ps->rx_end) && (*ptr != ']')) { in _rx_get_token()89 if (ptr == ps->rx_end) { in _rx_get_token()124 if (ptr >= ps->rx_end) { in _rx_get_token()167 if (ptr >= ps->rx_end) { in _rx_get_token()348 ps->rx_end = end; in rx_parse_tok()