Home
last modified time | relevance | path

Searched refs:dec_both (Results 1 – 8 of 8) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsyntax.c667 dec_both (&pos, &pos_byte); in prev_char_comend_first()
773 dec_both (&next, &next_byte); in back_comment()
1517 dec_both (&from, &from_byte); in scan_words()
2505 dec_both (&from, &from_byte);
2534 dec_both (&from, &from_byte);
2857 dec_both (&from, &from_byte); in scan_lists()
2927 dec_both (&from, &from_byte); in scan_lists()
2983 dec_both (&from, &from_byte); in scan_lists()
3002 dec_both (&from, &from_byte); in scan_lists()
3112 dec_both (&pos, &pos_byte);
[all …]
H A Dindent.c972 dec_both (&pos, &pos_byte); in indented_beyond_p()
1627 dec_both (&pos, &pos_byte); in compute_motion()
1871 dec_both (&prevline, &bytepos); in vmotion()
1884 dec_both (&prevline, &bytepos); in vmotion()
1934 dec_both (&prevline, &bytepos); in vmotion()
H A Dsearch.c1011 dec_both (&pos, &*bytepos); in find_before_next_newline()
1653 dec_both (&this_pos, &this_pos_byte); in simple_search()
1673 dec_both (&pos, &pos_byte); in simple_search()
H A Dcomposite.c1174 dec_both (&charpos, &bytepos); in composition_compute_stop_pos()
1187 dec_both (&charpos, &bytepos); in composition_compute_stop_pos()
H A Dbuffer.h1670 dec_both (ptrdiff_t *charpos, ptrdiff_t *bytepos) in dec_both() function
H A Dbidi.c1566 dec_both (&pos, &pos_byte); in bidi_find_paragraph_start()
1780 dec_both (&p, &pbyte); in bidi_paragraph_init()
H A Dxdisp.c6979 dec_both (&cp, &bp); in back_to_previous_line_start()
10542 dec_both (&cp, &bp); in move_it_vertically_backward()
10874 dec_both (&start, &bpos); in window_text_pixel_size()
10903 dec_both (&end, &bpos); in window_text_pixel_size()
24820 dec_both (&pos, &bytepos);
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.379638 (prev_char_len, inc_both, dec_both): New inline functions,