Home
last modified time | relevance | path

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

/src/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y1400 int len, send_type; in write_cmd_pipe_args() local
1410 send_type = ret_byte; in write_cmd_pipe_args()
1412 send_type = ret_string; in write_cmd_pipe_args()
1416 send_type = ret_null; in write_cmd_pipe_args()
1427 send_type = ret_byte; in write_cmd_pipe_args()
1429 send_type = ret_string; in write_cmd_pipe_args()
1434 returns_enum_names[send_type]); in write_cmd_pipe_args()
1437 if (write(cmdpipe[WRITE_PIPE], &send_type, sizeof(int)) < 0) in write_cmd_pipe_args()