Home
last modified time | relevance | path

Searched refs:INTERACTIVE (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.c382 set_option(INTERACTIVE); in init_glctx()
461 if (!is_option(INTERACTIVE)) in main()
Dcommands.c1245 if (is_option(INTERACTIVE)) in process_commands()
1251 is_option(INTERACTIVE) ? "" : "EOF on stdin"); in process_commands()
1289 if (!is_option(INTERACTIVE) && in process_commands()
1298 if (!is_option(INTERACTIVE)) { in process_commands()
/third_party/icu/tools/colprobe/
DcolprobeNew.cpp159 INTERACTIVE, enumerator
842 if(options[INTERACTIVE].doesOccur) { in main()
/third_party/pcre2/pcre2/src/
Dpcre2test.c109 #define INTERACTIVE(f) isatty(fileno(f)) macro
3451 if (INTERACTIVE(f)) in extend_inputline()
3470 if (INTERACTIVE(f)) printf("%s", prompt); in extend_inputline()
3490 if (!INTERACTIVE(f) && dlen < rlen - 1 && !feof(f)) in extend_inputline()
5209 if (!INTERACTIVE(infile)) fprintf(outfile, "%s", (char *)p); in process_pattern()
9316 if (INTERACTIVE(infile)) using_history(); in main()
9352 if (!INTERACTIVE(infile)) fprintf(outfile, "%s", (char *)buffer); in main()
9419 if (rc == PR_SKIP && !INTERACTIVE(infile)) skipping = TRUE; in main()
9430 if (INTERACTIVE(infile)) fprintf(outfile, "\n"); in main()
9456 if (infile != NULL && INTERACTIVE(infile)) clear_history(); in main()