Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Doutput.h54 #define OUTPUT_ERR 0x01 /* error occurred on output */ macro
108 #define clr_err(file) ((file)->flags &= ~OUTPUT_ERR)
109 #define io_err(file) ((file)->flags & OUTPUT_ERR)
/netbsd-src/bin/sh/bltin/
H A Dbltin.h77 #define ferror(f) ((f)->flags & OUTPUT_ERR)
78 #define clearerr(f) ((f)->flags &= ~OUTPUT_ERR)