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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dccl.h88 int cr_carryover; /* CR carryover flag. */ member in struct:ccl_spec
H A Dcoding.c3919 coding->spec.ccl.cr_carryover = 0;
4645 ccl->cr_consumed = coding->spec.ccl.cr_carryover;
4669 coding->spec.ccl.cr_carryover = ccl->cr_consumed;
4765 coding->spec.ccl.cr_carryover = 0;
4798 coding->spec.ccl.cr_carryover = 1;
4838 if (coding->spec.ccl.cr_carryover)
4840 coding->spec.ccl.cr_carryover = 0;
4936 if (coding->spec.ccl.cr_carryover)
4946 extra = coding->spec.ccl.cr_carryover;

Completed in 205 milliseconds