coding_inherit_eol_type 6040 src/coding.c       coding_system = coding_inherit_eol_type (coding_base, eol_base);
coding_inherit_eol_type  698 src/coding.h   extern Lisp_Object coding_inherit_eol_type (Lisp_Object, Lisp_Object);
coding_inherit_eol_type 4196 src/fileio.c         coding_system = coding_inherit_eol_type (Qutf_8_emacs, Qunix);
coding_inherit_eol_type 5221 src/fileio.c   	    val = coding_inherit_eol_type (val, dflt);
coding_inherit_eol_type 5230 src/fileio.c     val = coding_inherit_eol_type (val, eol_parent);
coding_inherit_eol_type 6293 src/process.c  	    (p, coding_inherit_eol_type (Vlast_coding_system_used, Qnil));
coding_inherit_eol_type 7783 src/process.c    encoding = coding_inherit_eol_type (encoding, Qnil);