Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dptyfwd.c28 struct PTYForward { struct
35 PTYForwardFlags flags; argument
37 sd_event_source *stdin_event_source;
38 sd_event_source *stdout_event_source;
39 sd_event_source *master_event_source;
41 sd_event_source *sigwinch_event_source;
43 struct termios saved_stdin_attr;
44 struct termios saved_stdout_attr;
46 bool close_input_fd:1;
47 bool close_output_fd:1;
[all …]
Dptyfwd.h10 typedef struct PTYForward PTYForward; typedef