Lines Matching defs:infile
613 init_interactive(FILE *infile, CplMatchFn *match_fn)
615 if (infile == stdin) {
655 do_getstr(FILE *infile, char *prompt, char *ibuf, size_t ibuf_size)
659 if (infile != stdin)
660 return (fgets(ibuf, ibuf_size, infile));
693 do_interactive(FILE *infile, char *configfile, char *promptstring,
709 init_interactive(infile, match_fn);
711 while ((s = do_getstr(infile, promptstring, ibuf, IBUF_SIZE)) != NULL) {
722 if (infile == stdin) {
823 if (infile == stdin) {