HomeSort by: relevance | last modified time | path
    Searched defs:interactive (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/ksh/
main.c 514 volatile int interactive = Flag(FTALKING) && toplevel; local in function:shell
519 if (interactive)
527 if (interactive) {
538 * interactive is set if we are reading from
573 if (interactive) {
606 if (t != NULL && t->type != TEOF && interactive && really_exit)
lex.c 990 int interactive = Flag(FTALKING) && s->type == SSTDIN; local in function:getsc_line
991 int have_tty = interactive && (s->flags & SF_TTY);
1025 if (interactive) {
1075 } else if (interactive) {
1094 if (interactive)
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_rps_types.h 81 unsigned int interactive; member in struct:intel_rps::__anon32b2b7090108
  /src/sys/arch/i386/stand/dosboot/
main.c 214 int interactive = 0; local in function:main
241 interactive = 1;
252 if (interactive) {
  /src/games/gomoku/
main.c 66 bool interactive = true; /* true if interactive */ variable in typeref:typename:bool
134 interactive = false;
229 if (interactive) {
305 if (interactive)
311 if (interactive && curmove != ILLEGAL) {
321 if (interactive)
348 if (interactive)
353 if (interactive) {
374 if (interactive) {
    [all...]
  /src/usr.bin/cdplay/
cdplay.c 145 static int interactive = 1; variable in typeref:typename:int
266 interactive = 0;
375 * doesn't hurt interactive response if we block
499 if (interactive && fd == -1)
518 if (interactive == 0)
520 "'single' valid only in interactive mode");
523 if (interactive == 0)
525 "`shuffle' valid only in interactive mode");
583 if (!interactive)
585 "`skip' valid only in interactive mode")
    [all...]
  /src/usr.bin/ftp/
ftp_var.h 216 GLOBAL int interactive; /* interactively prompt on m* cmds */ variable in typeref:typename:GLOBAL int

Completed in 16 milliseconds