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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.c382 static struct coding_system *proc_encode_coding_system[MAXDESC];
702 if (!proc_encode_coding_system[outch])
703 proc_encode_coding_system[outch]
706 proc_encode_coding_system[outch]);
707 if (proc_encode_coding_system[outch]->eol_type == CODING_EOL_UNDECIDED)
708 proc_encode_coding_system[outch]->eol_type = system_eol_type;
5175 proc_encode_coding_system[p->outfd] surely points to a
5179 && proc_encode_coding_system[XINT (p->outfd)])
5183 proc_encode_coding_system[XINT (p->outfd)]);
5184 if (proc_encode_coding_system[XIN
380 static struct coding_system *proc_encode_coding_system[MAXDESC]; variable in typeref:struct:coding_system
[all...]

Completed in 66 milliseconds