Home
last modified time | relevance | path

Searched defs:output_filter (Results 1 – 2 of 2) sorted by relevance

/external/lldb/test/pexpect-2.4/
Dpexpect.py1455 def interact(self, escape_character = chr(29), input_filter = None, output_filter = None): argument
1517 def __interact_copy(self, escape_character = None, input_filter = None, output_filter = None): argument
/external/openssh/
Dchannels.h151 channel_outfilter_fn *output_filter; member