Searched refs:re_string_byte_at (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/libgnuregex/ |
| H A D | regexec.c | 813 ? 0 : re_string_byte_at (&mctx.input, offset)); 3761 unsigned char c = re_string_byte_at (input, str_idx), d; in check_node_accept_bytes() 3768 d = re_string_byte_at (input, str_idx + 1); in check_node_accept_bytes() 3803 d = re_string_byte_at (input, str_idx + i); in check_node_accept_bytes() 3819 re_string_byte_at (input, str_idx) == '\n') || in check_node_accept_bytes() 3821 re_string_byte_at (input, str_idx) == '\0')) in check_node_accept_bytes() 4059 ch = re_string_byte_at (&mctx->input, idx); in check_node_accept()
|
| H A D | regex_internal.h | 416 #define re_string_byte_at(pstr,idx) ((pstr)->mbs[idx]) macro
|
| H A D | regex_internal.c | 956 c = re_string_byte_at (input, idx); in re_string_context_at()
|