OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setwinsize
(Results
1 - 2
of
2
) sorted by null
/external/lldb/test/pexpect-2.4/examples/
script.py
83
# Check for buggy platforms (see pexpect.
setwinsize
()).
91
global_pexpect_instance.
setwinsize
(a[0],a[1])
/external/lldb/test/pexpect-2.4/
pexpect.py
536
self.child_fd = sys.stdout.fileno() # used by
setwinsize
()
537
self.
setwinsize
(24, 80)
539
# Some platforms do not like
setwinsize
(Cygwin).
1432
def
setwinsize
(self, r, c):
member in class:spawn
[
all
...]
Completed in 75 milliseconds