Searched refs:INTERACTIVE (Results 1 – 5 of 5) sorted by relevance
25 if [ -n "$INTERACTIVE" ]; then56 INTERACTIVE=yes91 if [ -n "$INTERACTIVE" ]; then
382 set_option(INTERACTIVE); in init_glctx()462 if (!is_option(INTERACTIVE)) in main()
1178 if (is_option(INTERACTIVE)) in process_commands()1184 is_option(INTERACTIVE) ? "" : "EOF on stdin"); in process_commands()1222 if (!is_option(INTERACTIVE) && in process_commands()1231 if (!is_option(INTERACTIVE)) { in process_commands()
106 #define INTERACTIVE(f) isatty(fileno(f)) macro3341 if (INTERACTIVE(f)) in extend_inputline()3360 if (INTERACTIVE(f)) printf("%s", prompt); in extend_inputline()3380 if (!INTERACTIVE(f) && dlen < rlen - 1 && !feof(f)) in extend_inputline()4994 if (!INTERACTIVE(infile)) fprintf(outfile, "%s", (char *)p); in process_pattern()8585 if (INTERACTIVE(infile)) using_history(); in main()8621 if (!INTERACTIVE(infile)) fprintf(outfile, "%s", (char *)buffer); in main()8688 if (rc == PR_SKIP && !INTERACTIVE(infile)) skipping = TRUE; in main()8699 if (INTERACTIVE(infile)) fprintf(outfile, "\n"); in main()8725 if (infile != NULL && INTERACTIVE(infile)) clear_history(); in main()
196 INTERACTIVE COMMANDS