OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wantpty
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/
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;
runopts.h
105
int
wantpty
;
member in struct:cli_runopts
cli-chansession.c
355
if (cli_opts.
wantpty
) {
361
if (cli_opts.
wantpty
) {
Completed in 80 milliseconds