Searched refs:re_string_skip_bytes (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/gnu/lib/libregex/ |
| D | regcomp.c | 1775 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 …]
|
| D | regex_internal.h | 422 #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx)) macro
|
| D | regex_internal.c | 820 re_string_skip_bytes (pstr,
|
| D | regexec.c | 2373 re_string_skip_bytes (&mctx->input, 1); 2459 re_string_skip_bytes (&mctx->input, 1);
|