Lines Matching defs:pstr
437 #define re_string_peek_byte(pstr, offset) \ argument
439 #define re_string_fetch_byte(pstr) \ argument
441 #define re_string_first_byte(pstr, idx) \ argument
443 #define re_string_is_single_byte_char(pstr, idx) \ argument
446 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx) argument
447 #define re_string_cur_idx(pstr) ((pstr)->cur_idx) argument
448 #define re_string_get_buffer(pstr) ((pstr)->mbs) argument
449 #define re_string_length(pstr) ((pstr)->len) argument
450 #define re_string_byte_at(pstr,idx) ((pstr)->mbs[idx]) argument
451 #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx)) argument
452 #define re_string_set_index(pstr,idx) ((pstr)->cur_idx = (idx)) argument