HomeSort by relevance Sort by last modified time
    Searched full:shf_error (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
shf.c 294 if (shf->flags & SHF_ERROR) {
324 if (shf->flags & SHF_ERROR) {
364 shf->flags |= SHF_ERROR;
404 if (shf->flags & (SHF_EOF | SHF_ERROR)) {
405 if (shf->flags & SHF_ERROR)
426 shf->flags |= SHF_ERROR;
467 return (orig_bsize == bsize ? (shf_error(shf) ? EOF : 0) :
535 if ((shf->flags & SHF_ERROR) || c == EOF ||
579 if (shf->flags & SHF_ERROR) {
588 shf->flags |= SHF_ERROR;
    [all...]
sh.h 844 #define shf_error(shf) ((shf)->flags & SHF_ERROR) macro
846 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR))
864 #define SHF_ERROR 0x0800 /* read()/write() error */
    [all...]
lex.c 1411 if (!p && shf_error(s->u.shf) &&
    [all...]
funcs.c     [all...]

Completed in 86 milliseconds