Home
last modified time | relevance | path

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

/external/dropbear/
Dcli-runopts.c96 cli_opts.wantpty = 9; /* 9 means "it hasn't been touched", gets set later */ in cli_getopts()
170 cli_opts.wantpty = 1; in cli_getopts()
173 cli_opts.wantpty = 0; in cli_getopts()
280 if (cli_opts.wantpty == 9) { in cli_getopts()
282 cli_opts.wantpty = 1; in cli_getopts()
284 cli_opts.wantpty = 0; in cli_getopts()
Drunopts.h105 int wantpty; member
Dcli-chansession.c355 if (cli_opts.wantpty) { in cli_initchansess()
361 if (cli_opts.wantpty) { in cli_initchansess()