| /plan9/sys/src/cmd/gs/doc/ |
| H A D | gsdoc.el | 20 (interactive) 44 (interactive) 48 (interactive) 53 (interactive) 58 (interactive) 68 (interactive) 86 (interactive) 107 (interactive) 131 (interactive) 148 (interactive) [all …]
|
| /plan9/sys/src/cmd/ssh1/ |
| H A D | ssh1.c | 7 int interactive = -1; variable 121 interactive = 0; in main() 124 interactive = 1; in main() 165 if(interactive==-1) in main() 166 interactive = isatty(0); in main() 172 c.interactive = interactive; in main() 529 if(interactive) in fromstdin() 548 if(!c->interactive || ++eofs > 32) in fromstdin() 552 if(interactive && usemenu && n && memchr(buf, 0x1c, n)) { in fromstdin()
|
| H A D | authpasswd.c | 9 …up = auth_getuserpasswd(c->interactive ? auth_getkey : nil, "proto=pass service=ssh server=%q user… in authpasswordfn() 11 debug(DBG_AUTH, "getuserpasswd returned nothing (interactive=%d)\n", c->interactive); in authpasswordfn()
|
| H A D | authtis.c | 10 if(!c->interactive) in authtisfn()
|
| H A D | ssh.h | 183 int interactive; member
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gp_stdin.c | 33 int gp_stdin_read(char *buf, int len, int interactive, FILE *f) in gp_stdin_read() argument 35 return fread(buf, 1, interactive ? 1 : len, f); in gp_stdin_read()
|
| H A D | gp_stdia.c | 29 int gp_stdin_read(char *buf, int len, int interactive, FILE *f) in gp_stdin_read() argument
|
| H A D | gp.h | 125 int gp_stdin_read(char *buf, int len, int interactive, FILE *f);
|
| /plan9/sys/src/cmd/postscript/postio/ |
| H A D | postio.c | 120 int interactive = FALSE; /* interactive mode */ variable 253 interactive = TRUE; in options() 377 if ( interactive == TRUE ) { /* interactive mode settings always win */ in initialize() 398 if ( line == NULL && (interactive == TRUE || tostdout == TRUE) ) in initialize() 510 } else if ( interactive == TRUE || tostdout == TRUE ) in split() 554 while ( interactive == TRUE ); in arguments() 578 if ( interactive == FALSE ) 844 (tostdout == FALSE || currentstate == START) && interactive == FALSE ) { 1010 if ( interactive == FALSE )
|
| H A D | ifdef.c | 168 if ( interactive == TRUE ) 236 if ( interactive == FALSE ) { in readline() 398 if ( interactive == TRUE ) 447 if ( interactive == FALSE ) { in readline() 614 if ( interactive == TRUE ) 661 if ( interactive == FALSE ) { in readline()
|
| H A D | ifdef.h | 61 extern int interactive; /* TRUE for interactive mode */
|
| /plan9/sys/src/cmd/ |
| H A D | idiff.c | 258 int interactive, defaultanswer, cmd, diffoffset; in idiff() local 264 interactive = 1; in idiff() 280 if(interactive){ in idiff() 289 if(interactive){ in idiff() 321 interactive = 0; in idiff()
|
| H A D | ktrace.c | 17 static int interactive; variable 69 interactive++; in main() 89 if(!interactive) in main() 375 if(interactive){ in getval()
|
| H A D | sh.C | 31 int interactive = 0; /* prompt */ variable 70 interactive = 1; in main() 72 if(interactive) in main() 482 if(interactive) in xnowait()
|
| /plan9/sys/src/cmd/spin/ |
| H A D | run.c | 19 extern int Rvous, lineno, Tval, interactive, MadeChoice; 90 if (interactive in eval_sub() 104 if (interactive in eval_sub() 140 if (interactive && depth >= jumpsteps in eval_sub() 185 if (!interactive || depth < jumpsteps in eval_sub() 198 if (!interactive || depth < jumpsteps in eval_sub() 208 else if (interactive && depth >= jumpsteps in eval_sub()
|
| H A D | sched.c | 21 extern int u_sync, Elcnt, interactive, TstOnly, cutoff; 358 if (!interactive || depth < jumpsteps) in pickproc() 574 if (xspin && !interactive && --bufmax <= 0) in sched() 620 if (!interactive) Tval = 0; in sched() 649 if (!interactive) Tval = 0; in sched() 679 int j, ointer = interactive; in complete_rendez() 686 interactive = 0; in complete_rendez() 720 out: interactive = ointer; in complete_rendez() 729 interactive = ointer; in complete_rendez()
|
| /plan9/sys/src/cmd/acid/ |
| H A D | main.c | 137 interactive = 1; in main() 164 interactive = 0; in attachfiles() 224 interactive = 0; in userinit() 241 interactive = 0; in loadmodule()
|
| H A D | builtin.c | 458 isave = interactive; in interpret() 459 interactive = 0; in interpret() 461 interactive = isave; in interpret() 482 isave = interactive; in include() 483 interactive = 0; in include() 485 interactive = isave; in include()
|
| H A D | acid.h | 39 Extern int interactive; variable
|
| H A D | dbg.y | 58 if(interactive)
|
| /plan9/sys/src/ape/cmd/pdksh/ |
| H A D | main.c | 531 volatile int interactive = Flag(FTALKING) && toplevel; local 535 if (interactive) 544 if (interactive) { 585 if (interactive) { 618 if (t != NULL && t->type != TEOF && interactive && really_exit)
|
| H A D | lex.c | 997 int interactive = Flag(FTALKING) && s->type == SSTDIN; local 998 int have_tty = interactive && (s->flags & SF_TTY); 1032 if (interactive) { 1082 } else if (interactive) { 1101 if (interactive)
|
| /plan9/sys/lib/man/permind/ |
| H A D | ignore | 82 interactive
|
| /plan9/sys/src/cmd/upas/send/ |
| H A D | message.c | 256 m_read(Biobuf *fp, int rmail, int interactive) in m_read() argument 309 if(interactive && !rmail){ in m_read()
|
| /plan9/sys/src/ape/cmd/ |
| H A D | README | 46 no -R and -r (recursive), -i (interactive), -p (preserve) options
|