Home
last modified time | relevance | path

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

/freebsd-9-stable/gnu/lib/libregex/
Dregcomp.c1775 re_string_skip_bytes (input, peek_token (result, input, syntax));
2004 re_string_skip_bytes (input, 1);
2006 re_string_skip_bytes (input, -1);
2051 re_string_skip_bytes (input, 1);
3123 re_string_skip_bytes (regexp, token_len); /* Skip a token. */
3168 re_string_skip_bytes (regexp, token_len); /* Skip '-'. */
3178 re_string_skip_bytes (regexp, -token_len);
3281 re_string_skip_bytes (regexp, token_len); /* Skip a token. */
3375 re_string_skip_bytes (regexp, cur_char_size);
3379 re_string_skip_bytes (regexp, token_len); /* Skip a token. */
[all …]
Dregex_internal.h422 #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx)) macro
Dregex_internal.c820 re_string_skip_bytes (pstr,
Dregexec.c2373 re_string_skip_bytes (&mctx->input, 1);
2459 re_string_skip_bytes (&mctx->input, 1);