Home
last modified time | relevance | path

Searched defs:shf (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/bin/ksh/
H A Dshf.h13 #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 Dshf.c42 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 Dtree.c17 #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 Dmain.c425 struct shf *shf; local
H A Dlex.h18 struct shf *shf; /* shell file */ member
H A Dc_sh.c254 struct shf *shf; local
H A Dlex.c1114 struct shf *shf; local
H A Dexec.c1262 struct shf *volatile shf; local
H A Djobs.c1431 j_print(j, how, shf) in j_print() argument
H A Dsh.h340 struct shf *shf; member
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dnfp.h104 #define SHF_NFP_SCS(shf) (((shf) >> 32) & 0xFF) argument
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dnfp.h104 #define SHF_NFP_SCS(shf) (((shf) >> 32) & 0xFF) argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/
H A Dmcore.c804 unsigned HOST_WIDE_INT bit, shf, rot; in try_constant_tricks() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.cc804 unsigned HOST_WIDE_INT bit, shf, rot; in try_constant_tricks() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.c3503 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 Dcsky.cc3666 unsigned HOST_WIDE_INT bit, shf, rot, lobits, hibits; in try_csky_constant_tricks() local
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Doutput.h285 is_section_flag_set(elfcpp::Elf_Xword shf) const in is_section_flag_set()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Doutput.h285 is_section_flag_set(elfcpp::Elf_Xword shf) const in is_section_flag_set()