Home
last modified time | relevance | path

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

/openbsd-src/regress/usr.bin/nc/
H A Dutil.c38 todo->t_msg = NULL; in task_enqueue()
42 todo->t_msg = NULL; in task_enqueue()
46 todo->t_msg = msg; in task_enqueue()
50 todo->t_msg = msg; in task_enqueue()
69 receive_line(s, todolist[t].t_msg); in task_run()
72 send_line(s, todolist[t].t_msg); in task_run()
H A Dutil.h20 const char *t_msg; member