Home
last modified time | relevance | path

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

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dmarker.c249 best_above_byte -= buf_prev_char_len (b, best_above_byte); in buf_charpos_to_bytepos()
402 best_above_byte -= buf_prev_char_len (b, best_above_byte); in buf_bytepos_to_charpos()
H A Dbuffer.h1643 buf_prev_char_len (struct buffer *buf, ptrdiff_t pos_byte) in buf_prev_char_len() function
1654 return buf_prev_char_len (current_buffer, pos_byte); in prev_char_len()
H A Dlread.c439 bytepos -= buf_prev_char_len (b, bytepos); in unreadchar()
452 bytepos -= buf_prev_char_len (b, bytepos); in unreadchar()
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.379637 (buf_next_char_len, next_char_len, buf_prev_char_len)