std_getc 286 nkf.c static int std_getc PROTO((FILE *f)); std_getc 356 nkf.c static int (*i_cgetc)PROTO((FILE *)) = std_getc; /* input of cgetc */ std_getc 362 nkf.c static int (*i_ugetc)PROTO((FILE *)) = std_getc; /* input of ugetc */ std_getc 441 nkf.c static int (*i_getc)PROTO((FILE *f)) = std_getc; /* general input */ std_getc 444 nkf.c static int (*i_bgetc)PROTO((FILE *)) = std_getc; /* input of mgetc */ std_getc 449 nkf.c static int (*i_mgetc)PROTO((FILE *)) = std_getc; /* input of mgetc */ std_getc 453 nkf.c static int (*i_mgetc_buf)PROTO((FILE *)) = std_getc; /* input of mgetc_buf */ std_getc 1272 nkf.c i_getc = std_getc; std_getc 3089 nkf.c i_mgetc = std_getc; std_getc 3091 nkf.c i_mgetc_buf = std_getc; std_getc 3094 nkf.c i_getc= std_getc; std_getc 3097 nkf.c i_bgetc= std_getc; std_getc 3109 nkf.c i_getc = std_getc; std_getc 3111 nkf.c i_mgetc = std_getc;