Home
last modified time | relevance | path

Searched refs:SHF_STRING (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dshf.c222 shf->flags = sflags | SHF_STRING; in shf_sopen()
296 if (shf->flags & SHF_STRING) in shf_flush()
330 if (!(shf->flags & SHF_STRING) && shf->fd < 0) in shf_emptybuf()
345 if (shf->flags & SHF_STRING) { in shf_emptybuf()
413 if (shf->flags & SHF_STRING) in shf_fillbuf()
580 if (shf->flags & SHF_STRING) { in shf_ungetc()
680 if (shf->flags & SHF_STRING) { in shf_write()
Dtree.c501 if (shf->flags & SHF_STRING) { in vfptreef()
Dsh.h1650 #define SHF_STRING 0x0100 /* a string, not a file */ macro