| /src/bin/ksh/ |
| main.c | 514 volatile int interactive = Flag(FTALKING) && toplevel; local 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 991 int have_tty = interactive && (s->flags & SF_TTY); 1025 if (interactive) { 1075 } else if (interactive) { 1094 if (interactive)
|
| /src/sys/arch/hppa/stand/xxboot/ |
| main.c | 43 void ipl_main(unsigned /*interactive*/, unsigned /*sptop*/, unsigned /*psw*/); 44 void load_file(const char *, uintptr_t /*loadadr*/, unsigned /*interactive*/, 47 unsigned /*interactive*/, int /*part*/); 63 void dispatch(unsigned /*interactive*/, unsigned /*top*/, 178 ipl_main(unsigned interactive, unsigned sptop, unsigned psw) 179 /* interactive: parameters from PDC */ 190 print(hexstr(buf, interactive)); 209 if (interactive) { 289 load_file(str_boot1, loadadr, interactive, part); /* "boot.hp700" */ 290 load_file(str_boot2, loadadr, interactive, part); /* "boot" * 304 load_file_ino(ufs_lookup_path(path), path, loadadr, interactive, part); local [all...] |
| /src/sys/arch/i386/stand/dosboot/ |
| main.c | 214 int interactive = 0; local 241 interactive = 1; 252 if (interactive) {
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_rps_types.h | 81 unsigned int interactive; member in struct:intel_rps::__anon4990
|
| /src/games/gomoku/ |
| main.c | 66 bool interactive = true; /* true if interactive */ variable 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 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 | 208 GLOBAL int interactive; /* interactively prompt on m* cmds */ variable
|