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

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

Completed in 80 milliseconds