OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shf_error
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/ksh/
shf.h
20
#define
shf_error
(shf) ((shf)->flags &
SHF_ERROR
)
macro
22
#define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF |
SHF_ERROR
))
40
#define
SHF_ERROR
0x0800 /* read()/write() error */
shf.c
308
if (shf->flags &
SHF_ERROR
) {
340
if (shf->flags &
SHF_ERROR
) {
381
shf->flags |=
SHF_ERROR
;
422
if (shf->flags & (SHF_EOF |
SHF_ERROR
)) {
423
if (shf->flags &
SHF_ERROR
)
444
shf->flags |=
SHF_ERROR
;
470
if (shf->flags &
SHF_ERROR
) {
495
shf->flags |=
SHF_ERROR
;
536
return orig_bsize == bsize ? (
shf_error
(shf) ? EOF : 0)
611
if ((shf->flags &
SHF_ERROR
) || c == EO
[
all
...]
c_sh.c
337
if (c == EOF &&
shf_error
(shf)
lex.c
1033
if (!p &&
shf_error
(s->u.shf)
Completed in 24 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025