Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/nvi/cl/
Dcl_read.c127 case INP_ERR: in cl_event()
244 return (INP_ERR); in cl_read()
287 rval = INP_ERR; in cl_read()
Dcl.h77 typedef enum { INP_OK=0, INP_EOF, INP_ERR, INP_INTR, INP_TIMEOUT } input_t; enumerator