FALSE 330 nkf.c static int unbuf_f = FALSE;
FALSE 331 nkf.c static int estab_f = FALSE;
FALSE 332 nkf.c static int nop_f = FALSE;
FALSE 334 nkf.c static int rot_f = FALSE; /* rot14/43 mode */
FALSE 335 nkf.c static int hira_f = FALSE; /* hira/kata henkan */
FALSE 336 nkf.c static int input_f = FALSE; /* non fixed input code */
FALSE 337 nkf.c static int alpha_f = FALSE; /* convert JIx0208 alphbet to ASCII */
FALSE 339 nkf.c static int mimebuf_f = FALSE; /* MIME buffered input */
FALSE 340 nkf.c static int broken_f = FALSE; /* convert ESC-less broken JIS */
FALSE 341 nkf.c static int iso8859_f = FALSE; /* ISO8859 through */
FALSE 342 nkf.c static int mimeout_f = FALSE; /* base64 mode */
FALSE 348 nkf.c static int iso2022jp_f = FALSE; /* convert ISO-2022-JP */
FALSE 355 nkf.c static int cap_f = FALSE;
FALSE 361 nkf.c static int url_f = FALSE;
FALSE 369 nkf.c static int noout_f = FALSE;
FALSE 371 nkf.c static int debug_f = FALSE;
FALSE 392 nkf.c static int fold_preserve_f = FALSE; /* preserve new lines */
FALSE 393 nkf.c static int fold_f = FALSE;
FALSE 459 nkf.c shift_mode = FALSE; /* TRUE shift out, or X0201 */
FALSE 460 nkf.c static int mime_decode_mode = FALSE; /* MIME mode B base64, Q hex */
FALSE 554 nkf.c static int file_out = FALSE;
FALSE 556 nkf.c static int overwrite = FALSE;
FALSE 747 nkf.c if (file_out == FALSE)
FALSE 852 nkf.c unbuf_f = FALSE;
FALSE 897 nkf.c binmode_f = FALSE;
FALSE 950 nkf.c x0201_f = FALSE; /* No X0201->X0208 conversion */
FALSE 995 nkf.c mime_f = FALSE;
FALSE 1108 nkf.c if (iconv == s_iconv) set_iconv(FALSE, 0);
FALSE 1116 nkf.c if (iconv == s_iconv) set_iconv(FALSE, 0);
FALSE 1133 nkf.c if (iconv == e_iconv) set_iconv(FALSE, 0);
FALSE 1141 nkf.c if (iconv == e_iconv) set_iconv(FALSE, 0);
FALSE 1161 nkf.c if (iconv == w_iconv) set_iconv(FALSE, 0);
FALSE 1170 nkf.c if (iconv == w_iconv) set_iconv(FALSE, 0);
FALSE 1303 nkf.c set_iconv(FALSE, e_iconv);
FALSE 1332 nkf.c shift_mode = FALSE;
FALSE 1478 nkf.c shift_mode = FALSE;
FALSE 1496 nkf.c shift_mode = FALSE;
FALSE 1509 nkf.c shift_mode = FALSE;
FALSE 1522 nkf.c shift_mode = FALSE;
FALSE 1543 nkf.c input_mode = ASCII; shift_mode = FALSE;
FALSE 1546 nkf.c input_mode = ASCII; shift_mode = FALSE;
FALSE 1568 nkf.c input_mode = ASCII; set_iconv(FALSE, 0);
FALSE 1915 nkf.c set_iconv(FALSE, 0);
FALSE 1945 nkf.c set_iconv(FALSE, 0);
FALSE 2525 nkf.c mime_decode_mode = FALSE;
FALSE 2623 nkf.c mime_decode_mode = FALSE;
FALSE 2736 nkf.c if (mime_decode_mode==1 ||mime_decode_mode==FALSE) {
FALSE 2737 nkf.c mime_decode_mode=FALSE;
FALSE 2745 nkf.c exit_mode = FALSE;
FALSE 2785 nkf.c mime_decode_mode = FALSE;
FALSE 3064 nkf.c unbuf_f = FALSE;
FALSE 3065 nkf.c estab_f = FALSE;
FALSE 3066 nkf.c nop_f = FALSE;
FALSE 3068 nkf.c rot_f = FALSE;
FALSE 3069 nkf.c hira_f = FALSE;
FALSE 3070 nkf.c input_f = FALSE;
FALSE 3071 nkf.c alpha_f = FALSE;
FALSE 3073 nkf.c mimebuf_f = FALSE;
FALSE 3074 nkf.c broken_f = FALSE;
FALSE 3075 nkf.c iso8859_f = FALSE;
FALSE 3081 nkf.c iso2022jp_f = FALSE;
FALSE 3116 nkf.c shift_mode = FALSE;
FALSE 3117 nkf.c mime_decode_mode = FALSE;
FALSE 3118 nkf.c file_out = FALSE;
FALSE 3120 nkf.c mimeout_f = FALSE;
FALSE 3139 nkf.c fold_preserve_f = FALSE;
FALSE 3140 nkf.c fold_f = FALSE;