HomeSort by relevance Sort by last modified time
    Searched refs:wantpty (Results 1 - 3 of 3) sorted by null

  /external/dropbear/
runopts.h 105 int wantpty; member in struct:cli_runopts
cli-runopts.c 96 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;
cli-chansession.c 355 if (cli_opts.wantpty) {
361 if (cli_opts.wantpty) {

Completed in 31 milliseconds