Home
last modified time | relevance | path

Searched refs:shf_error (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/bin/ksh/
Dshf.h20 #define shf_error(shf) ((shf)->flags & SHF_ERROR) macro
Dshf.c536 return orig_bsize == bsize ? (shf_error(shf) ? EOF : 0)
1274 return shf_error(shf) ? EOF : nwritten;
Dc_sh.c337 if (c == EOF && shf_error(shf)
Dlex.c1033 if (!p && shf_error(s->u.shf)