/netbsd-src/bin/ksh/ |
H A D | shf.h | 13 #define shf_fileno(shf) ((shf)->fd) argument 14 #define shf_setfileno(shf,nfd) ((shf)->fd = (nfd)) argument 15 #define shf_getc(shf) ((shf)->rnleft > 0 ? (shf)->rnleft--, *(shf)->rp++ : \ argument 17 #define shf_putc(c, shf) ((shf)->wnleft == 0 ? shf_putchar((c), (shf)) \ argument 19 #define shf_eof(shf) ((shf)->flags & SHF_EOF) argument 20 #define shf_error(shf) ((shf)->flags & SHF_ERROR) argument 21 #define shf_errno(shf) ((shf)->errno_) argument 22 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR)) argument 46 struct shf { struct 58 Area *areap; /* area shf/buf were allocated in */ argument
|
H A D | shf.c | 42 struct shf *shf; local 80 shf_fdopen(fd, sflags, shf) in shf_fdopen() argument 133 shf_reopen(fd, sflags, shf) in shf_reopen() argument 183 shf_sopen(buf, bsize, sflags, shf) in shf_sopen() argument 220 shf_close(shf) in shf_close() argument 240 shf_fdclose(shf) in shf_fdclose() argument 263 shf_sclose(shf) in shf_sclose() argument 280 shf_finish(shf) in shf_finish() argument 299 shf_flush(shf) in shf_flush() argument 331 shf_emptybuf(shf, flags) in shf_emptybuf() argument [all …]
|
H A D | tree.c | 17 #define tputc(c, shf) shf_putchar(c, shf); argument 31 ptree(t, indent, shf) in ptree() argument 218 pioact(shf, indent, iop) in pioact() argument 279 tputC(c, shf) in tputC() argument 294 tputS(wp, shf) in tputS() argument 378 fptreef(struct shf *shf, int indent, const char *fmt, ...) in fptreef() 394 struct shf shf; in snptreef() local 406 vfptreef(shf, indent, fmt, va) in vfptreef() argument 600 struct shf shf; local
|
H A D | main.c | 425 struct shf *shf; local
|
H A D | lex.h | 18 struct shf *shf; /* shell file */ member
|
H A D | c_sh.c | 254 struct shf *shf; local
|
H A D | lex.c | 1114 struct shf *shf; local
|
H A D | exec.c | 1262 struct shf *volatile shf; local
|
H A D | jobs.c | 1431 j_print(j, how, shf) in j_print() argument
|
H A D | sh.h | 340 struct shf *shf; member
|
/netbsd-src/external/gpl3/binutils/dist/include/elf/ |
H A D | nfp.h | 104 #define SHF_NFP_SCS(shf) (((shf) >> 32) & 0xFF) argument
|
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
H A D | nfp.h | 104 #define SHF_NFP_SCS(shf) (((shf) >> 32) & 0xFF) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/ |
H A D | mcore.c | 804 unsigned HOST_WIDE_INT bit, shf, rot; in try_constant_tricks() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/ |
H A D | mcore.cc | 804 unsigned HOST_WIDE_INT bit, shf, rot; in try_constant_tricks() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
H A D | csky.c | 3503 unsigned HOST_WIDE_INT bit, shf, rot, lobits, hibits; in try_csky_constant_tricks() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/ |
H A D | csky.cc | 3666 unsigned HOST_WIDE_INT bit, shf, rot, lobits, hibits; in try_csky_constant_tricks() local
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | output.h | 285 is_section_flag_set(elfcpp::Elf_Xword shf) const in is_section_flag_set()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | output.h | 285 is_section_flag_set(elfcpp::Elf_Xword shf) const in is_section_flag_set()
|