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

/macosx-10.10.1/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c3816 nkf_char fold_state; local
3819 fold_state=0; /* ignore cr */
3822 fold_state=0; /* ignore cr */
3825 fold_state = 1;
3827 fold_state = LF;
3835 fold_state = CR;
3841 fold_state = LF; /* output two newline */
3844 fold_state = 1;
3849 fold_state = 0; /* ignore given single newline */
3851 fold_state
[all...]

Completed in 92 milliseconds