OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requestPTY
(Results
1 - 3
of
3
) sorted by null
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Session.java
48
* <code>
requestPTY
("dumb", 0, 0, 0, 0, null)</code>.
54
requestPTY
("dumb", 0, 0, 0, 0, null);
59
* <code>
requestPTY
(term, 0, 0, 0, 0, null)</code>.
63
public void
requestPTY
(String term) throws IOException
65
requestPTY
(term, 0, 0, 0, 0, null);
95
public void
requestPTY
(String term, int term_width_characters, int term_height_characters, int term_width_pixels,
125
cm.
requestPTY
(cn, term, term_width_characters, term_height_characters, term_width_pixels, term_height_pixels,
/external/ganymed-ssh2/examples/
SwingShell.java
666
sess.
requestPTY
("dumb", x_width, y_width, 0, 0, null);
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java
610
public void
requestPTY
(Channel c, String term, int term_width_characters, int term_height_characters,
[
all
...]
Completed in 131 milliseconds