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

1 2

  /src/external/gpl2/lvm2/dist/tools/
lvm2cmdline.h 28 int interactive; member in struct:cmdline_context
  /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/bsd/pdisk/dist/
cvt_pt.c 50 int interactive = INTERACT_DEFAULT; variable
pdisk.c 117 int interactive = INTERACT_DEFAULT; variable
190 } else if (interactive) {
217 interactive = 1;
409 {"interactive", no_argument, 0, 'i'},
431 interactive = INTERACT_DEFAULT;
483 interactive = (INTERACT_DEFAULT)?0:1;
  /src/external/bsd/top/dist/
globalstate.h 57 int interactive; member in struct:globalstate
  /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/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/external/bsd/pam-u2f/dist/
util.h 33 int interactive; member in struct:__anon7893
  /src/external/gpl2/xcvs/dist/src/
admin.c 101 /* Interactive (-I). Problematic with client/server. */
102 int interactive; member in struct:admin_data
493 admin_data.interactive = 1;
590 if (admin_data.interactive)
  /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/external/gpl3/binutils/dist/gprofng/src/
DbeSession.h 105 interactive = _interactive;
111 return interactive;
446 bool interactive; // interactive mode member in class:DbeSession
collctrl.h 264 int interactive; /* 1 - dbx, 0 - collect */ member in class:Coll_Ctrl
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeSession.h 105 interactive = _interactive;
111 return interactive;
446 bool interactive; // interactive mode member in class:DbeSession
collctrl.h 263 int interactive; /* 1 - dbx, 0 - collect */ member in class:Coll_Ctrl
  /src/external/mpl/bind/dist/bin/dig/
nslookup.c 56 static bool interactive; variable
847 fprintf(stderr, " nslookup [-opt ...] # interactive mode "
849 fprintf(stderr, " nslookup [-opt ...] - server # interactive mode "
920 if (interactive) {
939 interactive = isatty(0);
  /src/crypto/external/bsd/openssh/dist/
serverloop.c 8 * Server main loop for handling the interactive session.
314 static int interactive = -1; local
317 if (interactive != !channel_has_bulk(ssh)) {
318 interactive = !channel_has_bulk(ssh);
319 debug2_f("session QoS is now %s", interactive ?
320 "interactive" : "non-interactive");
321 ssh_packet_set_interactive(ssh, interactive);
361 debug("Entering interactive session for SSH2.");
  /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
  /src/external/gpl3/binutils/dist/binutils/
ar.c 169 int interactive = 0;
174 interactive = isatty (fileno (stdin));
168 int interactive = 0; variable
  /src/external/gpl3/binutils.old/dist/binutils/
ar.c 182 int interactive = 0;
187 interactive = isatty (fileno (stdin));
180 int interactive = 0; variable
  /src/external/bsd/flex/dist/src/
main.c 56 int interactive, lex_compat, posix_compat, do_yylineno,
254 if (interactive == unspecified) {
256 interactive = false;
258 interactive = true;
266 if (interactive)
791 if (interactive == false)
793 if (interactive == true)
962 interactive = csize = unspecified;
1033 interactive = false;
1108 interactive = true
55 int interactive, lex_compat, posix_compat, do_yylineno, variable
    [all...]

Completed in 36 milliseconds

1 2