Searched refs:coding_type_raw_text (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dcoding.h248 coding_type_raw_text /* A coding system for a text enumerator in enum:coding_type
H A Dcoding.c3924 coding->type = coding_type_raw_text;
3987 if (coding->type != coding_type_raw_text)
3990 coding->type = coding_type_raw_text;
4504 if (coding->type == coding_type_raw_text)
5106 || coding->type == coding_type_raw_text
5276 || coding->type == coding_type_raw_text
6270 || coding->type == coding_type_raw_text)
7086 || coding.type == coding_type_raw_text)
H A Dfileio.c4642 || coding.type == coding_type_raw_text))
H A Dprocess.c5461 if (coding->type != coding_type_raw_text)

Completed in 125 milliseconds