Lines Matching defs:pstr
444 #define re_string_peek_byte(pstr, offset) \ argument
446 #define re_string_fetch_byte(pstr) \ argument
448 #define re_string_first_byte(pstr, idx) \ argument
450 #define re_string_is_single_byte_char(pstr, idx) \ argument
453 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx) argument
454 #define re_string_cur_idx(pstr) ((pstr)->cur_idx) argument
455 #define re_string_get_buffer(pstr) ((pstr)->mbs) argument
456 #define re_string_length(pstr) ((pstr)->len) argument
457 #define re_string_byte_at(pstr,idx) ((pstr)->mbs[idx]) argument
458 #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx)) argument
459 #define re_string_set_index(pstr,idx) ((pstr)->cur_idx = (idx)) argument