coding_inherit_eol_type 6034 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 4105 src/fileio.c coding_system = coding_inherit_eol_type (Qutf_8_emacs, Qunix); coding_inherit_eol_type 5135 src/fileio.c val = coding_inherit_eol_type (val, dflt); coding_inherit_eol_type 5144 src/fileio.c val = coding_inherit_eol_type (val, eol_parent); coding_inherit_eol_type 6276 src/process.c (p, coding_inherit_eol_type (Vlast_coding_system_used, Qnil)); coding_inherit_eol_type 7755 src/process.c encoding = coding_inherit_eol_type (encoding, Qnil);