Searched refs:INP_EOF (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/nvi/tk/
H A Dtki.h54 typedef enum { INP_OK=0, INP_EOF, INP_ERR, INP_INTR, INP_TIMEOUT } input_t; enumerator in enum:__anon3831
H A Dtk_read.c105 case INP_EOF:
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl.h58 typedef enum { INP_OK=0, INP_EOF, INP_ERR, INP_INTR, INP_TIMEOUT } input_t; enumerator in enum:__anon3794
H A Dcl_read.c112 case INP_EOF:
164 return (INP_EOF);
282 rval = INP_EOF;
/freebsd-9.3-release/contrib/nvi/ip/
H A Dip_read.c28 typedef enum { INP_OK=0, INP_EOF, INP_ERR, INP_TIMEOUT } input_t; enumerator in enum:__anon3830
80 case INP_EOF:
178 rval = INP_EOF;

Completed in 112 milliseconds