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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c1730 re_string_skip_bytes (input, peek_token (result, input, syntax));
1957 re_string_skip_bytes (input, 1);
1959 re_string_skip_bytes (input, -1);
2002 re_string_skip_bytes (input, 1);
3050 re_string_skip_bytes (regexp, token_len); /* Skip a token. */
3095 re_string_skip_bytes (regexp, token_len); /* Skip '-'. */
3105 re_string_skip_bytes (regexp, -token_len);
3208 re_string_skip_bytes (regexp, token_len); /* Skip a token. */
3296 re_string_skip_bytes (regexp, cur_char_size);
3300 re_string_skip_bytes (regex
[all...]
H A Dregex_internal.h418 #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx)) macro
H A Dregex_internal.c886 re_string_skip_bytes (pstr,
H A Dregexec.c2401 re_string_skip_bytes (&mctx->input, 1);
2485 re_string_skip_bytes (&mctx->input, 1);

Completed in 53 milliseconds