Searched refs:slave_pty (Results 1 – 1 of 1) sorted by relevance
1054 struct pollfd slave_pty; in init_parse_variables() local1095 slave_pty.fd = master; in init_parse_variables()1096 slave_pty.events = POLLIN; in init_parse_variables()1097 result = poll(&slave_pty, 1, 0); in init_parse_variables()