Lines Matching refs:fetch_token
2432 static int fetch_token(OnigToken* tok, UChar** src, UChar* end, ScanEnv* env);
3113 fetch_token(OnigToken* tok, UChar** src, UChar* end, ScanEnv* env) in fetch_token() function
4556 r = fetch_token(tok, &p, end, env); in parse_enclose()
4715 r = fetch_token(tok, &p, end, env); in parse_enclose()
4752 r = fetch_token(tok, &p, end, env); in parse_enclose()
5015 r = fetch_token(tok, src, end, env); in parse_exp()
5043 r = fetch_token(tok, src, end, env); in parse_exp()
5066 r = fetch_token(tok, src, end, env); in parse_exp()
5072 r = fetch_token(tok, src, end, env); in parse_exp()
5268 r = fetch_token(tok, src, end, env); in parse_exp()
5392 r = fetch_token(tok, src, end, env); in parse_subexp()
5425 r = fetch_token(&tok, src, end, env); in parse_regexp()