Home
last modified time | relevance | path

Searched refs:slave_pty (Results 1 – 1 of 1) sorted by relevance

/src/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y1054 struct pollfd slave_pty; in init_parse_variables() local
1095 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()