Home
last modified time | relevance | path

Searched refs:batchmode (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp.c74 int batchmode = 0; variable
1300 if (!batchmode && isatty(STDIN_FILENO)) { in interactive_loop()
1318 if (!batchmode && isatty(STDIN_FILENO)) { in interactive_loop()
1374 interactive = !batchmode && isatty(STDIN_FILENO); in interactive_loop()
1450 err = parse_dispatch_command(conn, cmd, &pwd, batchmode); in interactive_loop()
1586 if (batchmode) in main()
1594 batchmode = 1; in main()
1661 if (!batchmode) in main()
1668 if (!batchmode) in main()
1681 if (batchmode) in main()