Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/cl/
Dcl_read.c139 case INP_INTR: in cl_event()
282 rval = INP_INTR; in cl_read()
Dcl.h92 typedef enum { INP_OK=0, INP_EOF, INP_ERR, INP_INTR, INP_TIMEOUT } input_t; enumerator