OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shf_error
(Results
1 - 3
of
3
) sorted by null
/external/mksh/src/
shf.c
292
if (shf->flags &
SHF_ERROR
) {
323
if (shf->flags &
SHF_ERROR
) {
365
shf->flags |=
SHF_ERROR
;
409
if (shf->flags & (SHF_EOF |
SHF_ERROR
)) {
410
if (shf->flags &
SHF_ERROR
)
428
shf->flags |=
SHF_ERROR
;
469
return (orig_bsize == bsize ? (
shf_error
(shf) ? EOF : 0) :
541
if ((shf->flags &
SHF_ERROR
) || c == EOF ||
587
if (shf->flags &
SHF_ERROR
) {
596
shf->flags |=
SHF_ERROR
;
[
all
...]
lex.c
1394
if (!p &&
shf_error
(s->u.shf) &&
[
all
...]
sh.h
1034
#define
shf_error
(shf) ((shf)->flags &
SHF_ERROR
)
macro
1036
#define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF |
SHF_ERROR
))
1054
#define
SHF_ERROR
0x0800 /* read()/write() error */
[
all
...]
Completed in 2314 milliseconds