no_connection     280 nkf.c          static  void    no_connection PROTO((int c2,int c1));
no_connection     425 nkf.c          static void (*oconv)PROTO((int c2,int c1)) = no_connection;
no_connection     429 nkf.c          static void (*o_zconv)PROTO((int c2,int c1)) = no_connection;
no_connection     430 nkf.c          static void (*o_fconv)PROTO((int c2,int c1)) = no_connection;
no_connection     431 nkf.c          static void (*o_crconv)PROTO((int c2,int c1)) = no_connection;
no_connection     432 nkf.c          static void (*o_rot_conv)PROTO((int c2,int c1)) = no_connection;
no_connection     433 nkf.c          static void (*o_hira_conv)PROTO((int c2,int c1)) = no_connection;
no_connection     434 nkf.c          static void (*o_base64conv)PROTO((int c2,int c1)) = no_connection;
no_connection     435 nkf.c          static void (*o_iso2022jp_check_conv)PROTO((int c2,int c1)) = no_connection;
no_connection    3102 nkf.c              o_crconv = no_connection;
no_connection    3103 nkf.c              o_rot_conv = no_connection;
no_connection    3104 nkf.c              o_iso2022jp_check_conv = no_connection;
no_connection    3105 nkf.c              o_hira_conv = no_connection;
no_connection    3106 nkf.c              o_fconv = no_connection;
no_connection    3107 nkf.c              o_zconv = no_connection;