Searched refs:shf_error (Results 1 - 3 of 3) sorted by relevance

/external/mksh/src/
H A Dshf.c474 return (orig_bsize == bsize ? (shf_error(shf) ? EOF : 0) :
1071 return (shf_error(shf) ? EOF : nwritten);
H A Dlex.c1406 if (!p && shf_error(s->u.shf) &&
H A Dsh.h1050 #define shf_error(shf) ((shf)->flags & SHF_ERROR) macro

Completed in 829 milliseconds