Lines Matching defs:shf
839 struct shf *shf; member
1045 #define shf_fileno(shf) ((shf)->fd) argument
1046 #define shf_setfileno(shf,nfd) ((shf)->fd = (nfd)) argument
1047 #define shf_getc_i(shf) ((shf)->rnleft > 0 ? \ argument
1050 #define shf_putc_i(c, shf) ((shf)->wnleft == 0 ? \ argument
1053 #define shf_eof(shf) ((shf)->flags & SHF_EOF) argument
1054 #define shf_error(shf) ((shf)->flags & SHF_ERROR) argument
1055 #define shf_errno(shf) ((shf)->errnosv) argument
1056 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR)) argument
1080 struct shf { struct
1081 Area *areap; /* area shf/buf were allocated in */ argument
1095 extern struct shf shf_iob[]; argument
1502 struct shf *shf; /* shell file */ member