Home
last modified time | relevance | path

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

/external/mksh/src/
Dshf.c53 struct shf *shf; in shf_open() local
129 shf_fdopen(int fd, int sflags, struct shf *shf) in shf_fdopen()
164 shf_reopen(int fd, int sflags, struct shf *shf) in shf_reopen()
198 shf_sopen(char *buf, ssize_t bsize, int sflags, struct shf *shf) in shf_sopen()
231 shf_close(struct shf *shf) in shf_close()
250 shf_fdclose(struct shf *shf) in shf_fdclose()
273 shf_sclose(struct shf *shf) in shf_sclose()
292 shf_flush(struct shf *shf) in shf_flush()
326 shf_emptybuf(struct shf *shf, int flags) in shf_emptybuf()
409 shf_fillbuf(struct shf *shf) in shf_fillbuf()
[all …]
Dtree.c44 #define ptree_outhere(shf) do { \ argument
59 ptree(struct op *t, int indent, struct shf *shf) in ptree()
249 pioact(struct shf *shf, struct ioword *iop) in pioact()
319 wdvarput(struct shf *shf, const char *wp, int quotelevel, int opmode) in wdvarput()
439 fptreef(struct shf *shf, int indent, const char *fmt, ...) in fptreef()
453 struct shf shf; in snptreef() local
466 vfptreef(struct shf *shf, int indent, const char *fmt, va_list va) in vfptreef()
679 struct shf shf; in wdstrip() local
772 fpFUNCTf(struct shf *shf, int i, bool isksh, const char *k, struct op *v) in fpFUNCTf()
830 dumpchar(struct shf *shf, unsigned char c) in dumpchar()
[all …]
Dsh.h1317 struct shf *shf; member
1694 #define shf_fileno(shf) ((shf)->fd) argument
1695 #define shf_setfileno(shf,nfd) ((shf)->fd = (nfd)) argument
1696 #define shf_getc_i(shf) ((shf)->rnleft > 0 ? \ argument
1699 #define shf_putc_i(c,shf) ((shf)->wnleft == 0 ? \ argument
1702 #define shf_eof(shf) ((shf)->flags & SHF_EOF) argument
1703 #define shf_error(shf) ((shf)->flags & SHF_ERROR) argument
1704 #define shf_errno(shf) ((shf)->errnosv) argument
1705 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR)) argument
1729 struct shf { struct
[all …]
Deval.c46 struct shf *shf; member
814 struct shf shf; in expand() local
1524 struct shf *shf; in comsub() local
Dmain.c759 struct shf *shf; in include() local
1044 quitenv(struct shf *shf) in quitenv()
2057 struct shf *shf; in init_environ() local
Dexec.c1586 hereinval(struct ioword *iop, int sub, char **resbuf, struct shf *shf) in hereinval()
1625 struct shf *shf; in herein() local
Dlex.c1485 struct shf *shf; in set_prompt() local
Dhistrap.c87 struct shf *shf; in c_fc() local
Djobs.c1538 j_print(Job *j, int how, struct shf *shf) in j_print()
Dmisc.c1395 print_value_quoted(struct shf *shf, const char *s) in print_value_quoted()
Dfuncs.c2336 p_time(struct shf *shf, bool posix, long tv_sec, int tv_usec, int width, in p_time()
Dedit.c5698 struct shf shf; in x_quote_region_helper() local
/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
Dmouse.c342 int shf = i * 5; in nc_getmouse() local
397 int shf = i * 5; in ungetmouse() local
Dgetch.c103 int shf = i * 5; in _mouse_key() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java1981 int shf; in dfp2sci() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/dfp/
DDfp.java2186 int shf; in dfp2sci() local