LF 287 ext/nkf/nkf-utf8/nkf.c #define nkf_isspace(c) (nkf_isblank(c) || c == CR || c == LF)
LF 297 ext/nkf/nkf-utf8/nkf.c #define nkf_noescape_mime(c) ((c == CR) || (c == LF) || \
LF 3740 ext/nkf/nkf-utf8/nkf.c if (c2 == 0 && c1 == LF) {
LF 3741 ext/nkf/nkf-utf8/nkf.c if (!input_eol) input_eol = prev_cr ? CRLF : LF;
LF 3742 ext/nkf/nkf-utf8/nkf.c else if (input_eol != (prev_cr ? CRLF : LF)) input_eol = EOF;
LF 3743 ext/nkf/nkf-utf8/nkf.c } else if (c2 == 0 && c1 == CR && input_eol == LF) input_eol = EOF;
LF 3748 ext/nkf/nkf-utf8/nkf.c if (prev_cr || (c2 == 0 && c1 == LF)) {
LF 3750 ext/nkf/nkf-utf8/nkf.c if (eolmode_f != LF) (*o_eol_conv)(0, CR);
LF 3751 ext/nkf/nkf-utf8/nkf.c if (eolmode_f != CR) (*o_eol_conv)(0, LF);
LF 3754 ext/nkf/nkf-utf8/nkf.c else if (c2 != 0 || c1 != LF) (*o_eol_conv)(c2, c1);
LF 3768 ext/nkf/nkf-utf8/nkf.c case LF:
LF 3785 ext/nkf/nkf-utf8/nkf.c case LF:
LF 3821 ext/nkf/nkf-utf8/nkf.c }else if (c1== LF&&f_prev==CR && fold_preserve_f) {
LF 3822 ext/nkf/nkf-utf8/nkf.c f_prev = LF;
LF 3828 ext/nkf/nkf-utf8/nkf.c fold_state = LF;
LF 3829 ext/nkf/nkf-utf8/nkf.c } else if ((c1==LF && !fold_preserve_f)
LF 3830 ext/nkf/nkf-utf8/nkf.c || ((c1==CR||(c1==LF&&f_prev!=CR))
LF 3838 ext/nkf/nkf-utf8/nkf.c || (f_prev == LF)
LF 3842 ext/nkf/nkf-utf8/nkf.c fold_state = LF; /* output two newline */
LF 3864 ext/nkf/nkf-utf8/nkf.c f_prev = LF;
LF 3866 ext/nkf/nkf-utf8/nkf.c fold_state = LF; /* output newline and clear */
LF 3891 ext/nkf/nkf-utf8/nkf.c fold_state = LF; /* We can't wait, do fold now */
LF 3902 ext/nkf/nkf-utf8/nkf.c fold_state = LF;/* add one new f_line before this character */
LF 3905 ext/nkf/nkf-utf8/nkf.c fold_state = LF;/* add one new f_line before this character */
LF 3923 ext/nkf/nkf-utf8/nkf.c fold_state = LF;
LF 3925 ext/nkf/nkf-utf8/nkf.c (prev0==LF)|| /* ignored new f_line */
LF 3928 ext/nkf/nkf-utf8/nkf.c fold_state = LF;/* add one new f_line before this character */
LF 3948 ext/nkf/nkf-utf8/nkf.c fold_state = LF;
LF 3954 ext/nkf/nkf-utf8/nkf.c fold_state = LF;
LF 3962 ext/nkf/nkf-utf8/nkf.c case LF:
LF 4482 ext/nkf/nkf-utf8/nkf.c if (c1==LF||c1==SP||c1==CR||
LF 4599 ext/nkf/nkf-utf8/nkf.c input_eol == LF ? " (LF)" :
LF 4847 ext/nkf/nkf-utf8/nkf.c case LF:
LF 4849 ext/nkf/nkf-utf8/nkf.c if (c1==LF) {
LF 4856 ext/nkf/nkf-utf8/nkf.c c1 = LF;
LF 4858 ext/nkf/nkf-utf8/nkf.c if ((c1=(*i_getc)(f))!=EOF && c1 == LF) {
LF 4865 ext/nkf/nkf-utf8/nkf.c i_ungetc(LF,f);
LF 4946 ext/nkf/nkf-utf8/nkf.c case LF:
LF 4948 ext/nkf/nkf-utf8/nkf.c if (c1==LF) {
LF 4955 ext/nkf/nkf-utf8/nkf.c c1 = LF;
LF 4967 ext/nkf/nkf-utf8/nkf.c i_ungetc(LF,f);
LF 5167 ext/nkf/nkf-utf8/nkf.c if (c==CR||c==LF) {
LF 5214 ext/nkf/nkf-utf8/nkf.c if (c!=CR && c!=LF) {
LF 5277 ext/nkf/nkf-utf8/nkf.c if (c == CR || c == LF) {
LF 5321 ext/nkf/nkf-utf8/nkf.c if (c==CR || c==LF) {
LF 5331 ext/nkf/nkf-utf8/nkf.c if (mimeout_state.buf[i] == CR || mimeout_state.buf[i] == LF){
LF 5347 ext/nkf/nkf-utf8/nkf.c && mimeout_state.buf[0] != CR && mimeout_state.buf[0] != LF){
LF 5387 ext/nkf/nkf-utf8/nkf.c if (lastchar==CR || lastchar == LF){
LF 5408 ext/nkf/nkf-utf8/nkf.c if (lastchar == CR || lastchar == LF){
LF 5464 ext/nkf/nkf-utf8/nkf.c if (mimeout_state.buf[i]==CR || mimeout_state.buf[i]==LF)
LF 6199 ext/nkf/nkf-utf8/nkf.c } else if (c1 == LF || c1 == CR) {
LF 6204 ext/nkf/nkf-utf8/nkf.c if (c1 == LF) {
LF 6211 ext/nkf/nkf-utf8/nkf.c c1 = LF;
LF 6218 ext/nkf/nkf-utf8/nkf.c } else if (c1 == LF && (c1=(*i_getc)(f))!=EOF && c1 == SP) {
LF 6224 ext/nkf/nkf-utf8/nkf.c i_ungetc(LF,f);
LF 6872 ext/nkf/nkf-utf8/nkf.c eolmode_f = LF;
LF 6879 ext/nkf/nkf-utf8/nkf.c eolmode_f = LF; cp++;