| /src/sbin/restore/ |
| Makefile | 9 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \ 15 COPTS.interactive.c+= ${CC_WNO_STRINGOP_TRUNCATION}
|
| /src/external/bsd/top/dist/ |
| globalstate.h | 57 int interactive; member in struct:globalstate
|
| screen.h | 54 int screen_readtermcap(int interactive);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| arsup.h | 62 extern int interactive;
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| arsup.h | 62 extern int interactive;
|
| /src/external/gpl3/gcc/dist/contrib/reghunt/bin/ |
| gcc-svn-update | 53 echo svn update --non-interactive --revision ${REV} >> $LOG 54 svn update --non-interactive --revision ${REV} >> $LOG 63 echo svn checkout --non-interactive --revision ${REV} \ 65 svn checkout --non-interactive --revision ${REV} \
|
| gcc-svn-update-fix | 36 echo svn update --non-interactive --revision ${REV} >> $LOG 37 svn update --non-interactive --revision ${REV} >> $LOG 46 echo svn checkout --non-interactive --revision ${REV} \ 48 svn checkout --non-interactive --revision ${REV} \
|
| gcc-svn-patchlist | 72 svn log --quiet --non-interactive \
|
| /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/ |
| gcc-svn-update | 53 echo svn update --non-interactive --revision ${REV} >> $LOG 54 svn update --non-interactive --revision ${REV} >> $LOG 63 echo svn checkout --non-interactive --revision ${REV} \ 65 svn checkout --non-interactive --revision ${REV} \
|
| gcc-svn-update-fix | 36 echo svn update --non-interactive --revision ${REV} >> $LOG 37 svn update --non-interactive --revision ${REV} >> $LOG 46 echo svn checkout --non-interactive --revision ${REV} \ 48 svn checkout --non-interactive --revision ${REV} \
|
| gcc-svn-patchlist | 72 svn log --quiet --non-interactive \
|
| /src/sys/arch/ews4800mips/stand/common/ |
| loader.c | 48 cmd_jump(int argc, char *argp[], int interactive) 64 if (prompt_yesno(interactive)) { 80 cmd_load_binary(int argc, char *argp[], int interactive) 110 if (!prompt_yesno(interactive)) { 132 cmd_boot_ux(int argc, char *argp[], int interactive) 153 if (prompt_yesno(interactive)) { 174 cmd_boot(int argc, char *argp[], int interactive) 200 interactive ? " Y/N" : ""); 213 if (prompt_yesno(interactive)) {
|
| cmd.c | 113 cmd_batch(int argc, char *argp[], int interactive) 124 if (p->func(p->argc + 1, args, interactive)) { 134 cmd_help(int argc, char *argp[], int interactive)
|
| device_test.c | 53 cmd_ga_test(int argc, char *argp[], int interactive) 78 cmd_kbd_scancode(int argc, char *argp[], int interactive) 95 cmd_ether_test(int argc, char *argp[], int interactive)
|
| prompt.c | 165 prompt_yesno(int interactive) 169 if (!interactive) 193 cmd_log_save(int argc, char *argp[], int interactive)
|
| diskutil.c | 50 cmd_disklabel(int argc, char *argp[], int interactive) 69 cmd_ls(int argc, char *argp[], int interactive)
|
| /src/external/gpl2/groff/dist/src/utils/lookbib/ |
| lookbib.cpp | 110 int interactive = isatty(fileno(stdin)); local 112 if (interactive) { 136 if (interactive) { 141 if (interactive)
|
| /src/external/gpl2/lvm2/dist/tools/ |
| lvm2cmdline.h | 28 int interactive; member in struct:cmdline_context
|
| /src/external/bsd/flex/dist/tests/ |
| rescan_nr.direct.l | 32 %option warn stack never-interactive
|
| /src/external/bsd/bc/dist/ |
| main.c | 61 {"interactive", 0, 0, 'i'}, 77 " -i --interactive force interactive mode\n", 118 case 'i': /* force interactive */ 119 interactive = TRUE; 176 /* Interactive? */ 178 interactive = TRUE; 232 if (interactive) 244 if (interactive) { 257 if (interactive) { [all...] |
| /src/external/bsd/less/dist/lesstest/ |
| env.c | 81 static void env_setup(EnvBuf* env, char* const* prog_env, int interactive) { 108 if (interactive) { 120 if (!interactive || is_less_env(ename, eq-ename)) { 140 char* const* less_envp(char* const* envp, int interactive) { 145 env_setup(&less_env, envp, interactive);
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| scache.c | 352 static int get_buffer(VSTRING *buf, VSTREAM *fp, int interactive) 356 if (interactive) { 361 if (!interactive) { 376 int interactive = isatty(0); local 383 while (get_buffer(buf, VSTREAM_IN, interactive) != VSTREAM_EOF) {
|
| /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/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_rps.h | 31 void intel_rps_mark_interactive(struct intel_rps *rps, bool interactive);
|
| /src/bin/sh/ |
| option.list | 49 Iflag ignoreeof I # do not exit interactive shell on EOF 63 iflag interactive i # interactive shell
|