Home
last modified time | relevance | path

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

/dports/net/tinyfugue/tf-50b8/src/
H A Dsocket.h33 extern void readers_clear(int fd);
H A Dprocess.c268 if (proc->type == P_QSHELL) readers_clear(fileno(proc->input->u.fp)); in killproc()
308 readers_clear(fileno(proclist->input->u.fp)); in kill_procs()
465 if (proc->type == P_QSHELL) readers_clear(fileno(proc->input->u.fp)); in do_quote()
H A Dsocket.c933 void readers_clear(int fd) in readers_clear() function
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dsocket.h31 extern void readers_clear(int fd);
H A Dprocess.c269 if (proc->type == P_QSHELL) readers_clear(fileno(proc->input->u.fp)); in killproc()
309 readers_clear(fileno(proclist->input->u.fp)); in kill_procs()
466 if (proc->type == P_QSHELL) readers_clear(fileno(proc->input->u.fp)); in do_quote()
H A Dsocket.c1058 void readers_clear(int fd) in readers_clear() function