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

/external/mksh/src/
H A Dshf.c219 shf->flags = sflags | SHF_STRING;
291 if (shf->flags & SHF_STRING)
325 if (!(shf->flags & SHF_STRING) && shf->fd < 0)
340 if (shf->flags & SHF_STRING) {
408 if (shf->flags & SHF_STRING)
555 if (shf->flags & SHF_STRING) {
653 if (shf->flags & SHF_STRING) {
H A Dtree.c484 if (shf->flags & SHF_STRING) {
H A Dsh.h1067 #define SHF_STRING 0x0100 /* a string, not a file */ macro

Completed in 73 milliseconds