Home
last modified time | relevance | path

Searched refs:this_pos_byte (Results 1 – 4 of 4) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsearch.c1559 ptrdiff_t this_pos_byte = pos_byte; in simple_search() local
1569 = string_char_and_length (BYTE_POS_ADDR (this_pos_byte), in simple_search()
1579 this_pos_byte += buf_charlen; in simple_search()
1585 match_byte = this_pos_byte - pos_byte; in simple_search()
1642 ptrdiff_t this_pos_byte = pos_byte; in simple_search() local
1653 dec_both (&this_pos, &this_pos_byte); in simple_search()
1656 buf_ch = STRING_CHAR (BYTE_POS_ADDR (this_pos_byte)); in simple_search()
1667 match_byte = pos_byte - this_pos_byte; in simple_search()
1669 pos_byte = this_pos_byte; in simple_search()
H A DChangeLog.1125040 * search.c (simple_search): Fix setting this_pos_byte in backward
/dports/editors/emacs/emacs-27.2/src/
H A Dsearch.c1546 ptrdiff_t this_pos_byte = pos_byte; in simple_search() local
1558 buf_ch = STRING_CHAR_AND_LENGTH (BYTE_POS_ADDR (this_pos_byte), in simple_search()
1568 this_pos_byte += buf_charlen; in simple_search()
1574 match_byte = this_pos_byte - pos_byte; in simple_search()
1631 ptrdiff_t this_pos_byte = pos_byte; in simple_search() local
1642 DEC_BOTH (this_pos, this_pos_byte); in simple_search()
1645 buf_ch = STRING_CHAR (BYTE_POS_ADDR (this_pos_byte)); in simple_search()
1656 match_byte = pos_byte - this_pos_byte; in simple_search()
1658 pos_byte = this_pos_byte; in simple_search()
H A DChangeLog.1125040 * search.c (simple_search): Fix setting this_pos_byte in backward