Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/cl/
H A Dcl_read.c104 case INP_OK: in cl_event()
171 return (INP_OK); in cl_read()
276 rval = INP_OK; in cl_read()
294 rval = INP_OK; in cl_read()
H A Dcl.h74 typedef enum { INP_OK=0, INP_EOF, INP_ERR, INP_INTR, INP_TIMEOUT } input_t; enumerator