HomeSort by relevance Sort by last modified time
    Searched refs:SHF_STRING (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
shf.c 219 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) {
tree.c 484 if (shf->flags & SHF_STRING) {
sh.h 1052 #define SHF_STRING 0x0100 /* a string, not a file */
    [all...]

Completed in 360 milliseconds