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 214 shf->flags = sflags | SHF_STRING;
286 if (shf->flags & SHF_STRING)
320 if (!(shf->flags & SHF_STRING) && shf->fd < 0)
335 if (shf->flags & SHF_STRING) {
403 if (shf->flags & SHF_STRING)
550 if (shf->flags & SHF_STRING) {
648 if (shf->flags & SHF_STRING) {
tree.c 469 if (shf->flags & SHF_STRING) {
sh.h 1051 #define SHF_STRING 0x0100 /* a string, not a file */
    [all...]

Completed in 495 milliseconds