LF 283 ext/nkf/nkf-utf8/nkf.c #define nkf_isspace(c) (nkf_isblank(c) || c == CR || c == LF)
LF 293 ext/nkf/nkf-utf8/nkf.c #define nkf_noescape_mime(c) ((c == CR) || (c == LF) || \
LF 3323 ext/nkf/nkf-utf8/nkf.c if (c2 == 0 && c1 == LF) {
LF 3324 ext/nkf/nkf-utf8/nkf.c if (!input_eol) input_eol = prev_cr ? CRLF : LF;
LF 3325 ext/nkf/nkf-utf8/nkf.c else if (input_eol != (prev_cr ? CRLF : LF)) input_eol = EOF;
LF 3326 ext/nkf/nkf-utf8/nkf.c } else if (c2 == 0 && c1 == CR && input_eol == LF) input_eol = EOF;
LF 3331 ext/nkf/nkf-utf8/nkf.c if (prev_cr || (c2 == 0 && c1 == LF)) {
LF 3333 ext/nkf/nkf-utf8/nkf.c if (eolmode_f != LF) (*o_eol_conv)(0, CR);
LF 3334 ext/nkf/nkf-utf8/nkf.c if (eolmode_f != CR) (*o_eol_conv)(0, LF);
LF 3337 ext/nkf/nkf-utf8/nkf.c else if (c2 != 0 || c1 != LF) (*o_eol_conv)(c2, c1);
LF 3370 ext/nkf/nkf-utf8/nkf.c }else if (c1== LF&&f_prev==CR && fold_preserve_f) {
LF 3371 ext/nkf/nkf-utf8/nkf.c f_prev = LF;
LF 3377 ext/nkf/nkf-utf8/nkf.c fold_state = LF;
LF 3378 ext/nkf/nkf-utf8/nkf.c } else if ((c1==LF && !fold_preserve_f)
LF 3379 ext/nkf/nkf-utf8/nkf.c || ((c1==CR||(c1==LF&&f_prev!=CR))
LF 3387 ext/nkf/nkf-utf8/nkf.c || (f_prev == LF && fold_preserve_f)
LF 3391 ext/nkf/nkf-utf8/nkf.c fold_state = LF; /* output two newline */
LF 3413 ext/nkf/nkf-utf8/nkf.c f_prev = LF;
LF 3415 ext/nkf/nkf-utf8/nkf.c fold_state = LF; /* output newline and clear */
LF 3440 ext/nkf/nkf-utf8/nkf.c fold_state = LF; /* We can't wait, do fold now */
LF 3451 ext/nkf/nkf-utf8/nkf.c fold_state = LF;/* add one new f_line before this character */
LF 3454 ext/nkf/nkf-utf8/nkf.c fold_state = LF;/* add one new f_line before this character */
LF 3472 ext/nkf/nkf-utf8/nkf.c fold_state = LF;
LF 3474 ext/nkf/nkf-utf8/nkf.c (prev0==LF)|| /* ignored new f_line */
LF 3477 ext/nkf/nkf-utf8/nkf.c fold_state = LF;/* add one new f_line before this character */
LF 3497 ext/nkf/nkf-utf8/nkf.c fold_state = LF;
LF 3503 ext/nkf/nkf-utf8/nkf.c fold_state = LF;
LF 3511 ext/nkf/nkf-utf8/nkf.c case LF:
LF 4022 ext/nkf/nkf-utf8/nkf.c if (c1==LF||c1==SP||c1==CR||
LF 4132 ext/nkf/nkf-utf8/nkf.c input_eol == LF ? " (LF)" :
LF 4380 ext/nkf/nkf-utf8/nkf.c case LF:
LF 4382 ext/nkf/nkf-utf8/nkf.c if (c1==LF) {
LF 4389 ext/nkf/nkf-utf8/nkf.c c1 = LF;
LF 4391 ext/nkf/nkf-utf8/nkf.c if ((c1=(*i_getc)(f))!=EOF && c1 == LF) {
LF 4398 ext/nkf/nkf-utf8/nkf.c i_ungetc(LF,f);
LF 4479 ext/nkf/nkf-utf8/nkf.c case LF:
LF 4481 ext/nkf/nkf-utf8/nkf.c if (c1==LF) {
LF 4488 ext/nkf/nkf-utf8/nkf.c c1 = LF;
LF 4500 ext/nkf/nkf-utf8/nkf.c i_ungetc(LF,f);
LF 4700 ext/nkf/nkf-utf8/nkf.c if (c==CR||c==LF) {
LF 4747 ext/nkf/nkf-utf8/nkf.c if (c!=CR && c!=LF) {
LF 4810 ext/nkf/nkf-utf8/nkf.c if (c == CR || c == LF) {
LF 4851 ext/nkf/nkf-utf8/nkf.c if (c==CR || c==LF) {
LF 4861 ext/nkf/nkf-utf8/nkf.c if (mimeout_state.buf[i] == CR || mimeout_state.buf[i] == LF){
LF 4877 ext/nkf/nkf-utf8/nkf.c && mimeout_state.buf[0] != CR && mimeout_state.buf[0] != LF){
LF 4917 ext/nkf/nkf-utf8/nkf.c if (lastchar==CR || lastchar == LF){
LF 4937 ext/nkf/nkf-utf8/nkf.c if (lastchar == CR || lastchar == LF){
LF 4993 ext/nkf/nkf-utf8/nkf.c if (mimeout_state.buf[i]==CR || mimeout_state.buf[i]==LF)
LF 5685 ext/nkf/nkf-utf8/nkf.c } else if (c1 == LF || c1 == CR) {
LF 5690 ext/nkf/nkf-utf8/nkf.c if (c1 == LF) {
LF 5697 ext/nkf/nkf-utf8/nkf.c c1 = LF;
LF 5704 ext/nkf/nkf-utf8/nkf.c } else if (c1 == LF && (c1=(*i_getc)(f))!=EOF && c1 == SP) {
LF 5710 ext/nkf/nkf-utf8/nkf.c i_ungetc(LF,f);
LF 6317 ext/nkf/nkf-utf8/nkf.c eolmode_f = LF;
LF 6324 ext/nkf/nkf-utf8/nkf.c eolmode_f = LF; cp++;