Home | History | Annotate | Download | only in openssh

Lines Matching defs:called

10  * called by a name other than "ssh" or "Secure Shell".
290 * Prepares for an interactive session. This is called after the user has
443 * This is called to fork and execute a command when we have no tty. This
637 * This is called to fork and execute a command when we have a tty. This
787 * This is called to fork and execute a command. If another command is
1637 /* login(1) is only called if we execute the login shell */
2215 static int called = 0;
2221 if (called) {
2224 called = 1;
2277 fatal("session_set_fds: called for proto != 2.0");
2291 * Function to perform pty cleanup. Also called if we get aborted abnormally
2509 * this is called when a channel dies before
2691 static int called = 0;
2700 if (called)
2702 called = 1;