Home
last modified time | relevance | path

Searched refs:interactive (Results 1 – 25 of 53) sorted by relevance

123

/plan9/sys/src/cmd/gs/doc/
H A Dgsdoc.el20 (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 Dssh1.c7 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 Dauthpasswd.c9 …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 Dauthtis.c10 if(!c->interactive) in authtisfn()
H A Dssh.h183 int interactive; member
/plan9/sys/src/cmd/gs/src/
H A Dgp_stdin.c33 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 Dgp_stdia.c29 int gp_stdin_read(char *buf, int len, int interactive, FILE *f) in gp_stdin_read() argument
H A Dgp.h125 int gp_stdin_read(char *buf, int len, int interactive, FILE *f);
/plan9/sys/src/cmd/postscript/postio/
H A Dpostio.c120 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 Difdef.c168 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 Difdef.h61 extern int interactive; /* TRUE for interactive mode */
/plan9/sys/src/cmd/
H A Didiff.c258 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 Dktrace.c17 static int interactive; variable
69 interactive++; in main()
89 if(!interactive) in main()
375 if(interactive){ in getval()
H A Dsh.C31 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 Drun.c19 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 Dsched.c21 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 Dmain.c137 interactive = 1; in main()
164 interactive = 0; in attachfiles()
224 interactive = 0; in userinit()
241 interactive = 0; in loadmodule()
H A Dbuiltin.c458 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 Dacid.h39 Extern int interactive; variable
H A Ddbg.y58 if(interactive)
/plan9/sys/src/ape/cmd/pdksh/
H A Dmain.c531 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 Dlex.c997 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 Dignore82 interactive
/plan9/sys/src/cmd/upas/send/
H A Dmessage.c256 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 DREADME46 no -R and -r (recursive), -i (interactive), -p (preserve) options

123