Home
last modified time | relevance | path

Searched refs:raw_text_eol_type (Results 1 – 2 of 2) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dcoding.c5931 Lisp_Object eol_type, raw_text_eol_type; in raw_text_coding_system() local
5945 raw_text_eol_type = AREF (spec, 2); in raw_text_coding_system()
5946 return (EQ (eol_type, Qunix) ? AREF (raw_text_eol_type, 0) in raw_text_coding_system()
5947 : EQ (eol_type, Qdos) ? AREF (raw_text_eol_type, 1) in raw_text_coding_system()
5948 : AREF (raw_text_eol_type, 2)); in raw_text_coding_system()
/dports/editors/emacs/emacs-27.2/src/
H A Dcoding.c5936 Lisp_Object eol_type, raw_text_eol_type; in raw_text_coding_system() local
5950 raw_text_eol_type = AREF (spec, 2); in raw_text_coding_system()
5951 return (EQ (eol_type, Qunix) ? AREF (raw_text_eol_type, 0) in raw_text_coding_system()
5952 : EQ (eol_type, Qdos) ? AREF (raw_text_eol_type, 1) in raw_text_coding_system()
5953 : AREF (raw_text_eol_type, 2)); in raw_text_coding_system()