Home
last modified time | relevance | path

Searched refs:scan_newline_from_point (Results 1 – 20 of 20) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dcmds.c134 ptrdiff_t counted = scan_newline_from_point (count, &pos, &pos_byte);
H A Dsearch.c974 scan_newline_from_point (ptrdiff_t count, ptrdiff_t *charpos, in scan_newline_from_point() function
H A Deditfns.c744 scan_newline_from_point (count, &charpos, &bytepos);
H A Dlisp.h4438 extern ptrdiff_t scan_newline_from_point (ptrdiff_t, ptrdiff_t *, ptrdiff_t *);
H A DChangeLog.133133 * lisp.h (scan_newline_from_point): Add prototype.
3134 * search.c (scan_newline_from_point): New function, refactored from...
3136 * editfns.c (Fline_beginning_position): Use scan_newline_from_point
/dports/editors/emacs/emacs-27.2/src/
H A Dcmds.c143 ptrdiff_t counted = scan_newline_from_point (count, &pos, &pos_byte);
H A Dsearch.c960 scan_newline_from_point (ptrdiff_t count, ptrdiff_t *charpos, in scan_newline_from_point() function
H A Deditfns.c735 scan_newline_from_point (XFIXNUM (n) - 1, &charpos, &bytepos);
H A Dlisp.h4358 extern ptrdiff_t scan_newline_from_point (ptrdiff_t, ptrdiff_t *, ptrdiff_t *);
H A DChangeLog.133133 * lisp.h (scan_newline_from_point): Add prototype.
3134 * search.c (scan_newline_from_point): New function, refactored from...
3136 * editfns.c (Fline_beginning_position): Use scan_newline_from_point
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/emacs/src/
H A Dlisp.h4149 extern ptrdiff_t scan_newline_from_point (ptrdiff_t, ptrdiff_t *, ptrdiff_t *);
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/emacs/src/
H A Dlisp.h4149 extern ptrdiff_t scan_newline_from_point (ptrdiff_t, ptrdiff_t *, ptrdiff_t *);
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/
H A DETAGS.good_22164 extern ptrdiff_t scan_newline_from_point 4149,140698
H A DETAGS.good_52638 extern ptrdiff_t scan_newline_from_point 4149,140698
H A DETAGS.good_62638 extern ptrdiff_t scan_newline_from_point 4149,140698
/dports/editors/emacs/emacs-27.2/test/manual/etags/
H A DETAGS.good_22166 extern ptrdiff_t scan_newline_from_point 4149,140698
H A DETAGS.good_52642 extern ptrdiff_t scan_newline_from_point 4149,140698
H A DETAGS.good_62642 extern ptrdiff_t scan_newline_from_point 4149,140698
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.349204 * src/search.c (find_newline, scan_newline_from_point)
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.3137784 * src/search.c (find_newline, scan_newline_from_point)