Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/oniguruma/
H A Dregparse.c2284 UChar* backp; member
3094 tok->backp = p; /* point at '[' is readed */ in fetch_token_in_cc()
3147 tok->backp = p; in fetch_token()
3153 tok->backp = p; in fetch_token()
3587 SAFE_ENC_LEN(enc, tok->backp, end, len); in fetch_token()
3588 p = tok->backp + len; in fetch_token()
4325 p = tok->backp; in parse_char_class()
5097 *np = node_new_str(tok->backp, *src); in parse_exp()
5105 r = onig_node_str_cat(*np, tok->backp, *src); in parse_exp()

Completed in 15 milliseconds