HomeSort by: relevance | last modified time | path
    Searched refs:SHF_STRING (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
shf.h 37 #define SHF_STRING 0x0100 /* a string, not a file */
shf.c 211 shf->flags = sflags | SHF_STRING;
302 if (shf->flags & SHF_STRING)
337 if (!(shf->flags & SHF_STRING) && shf->fd < 0)
351 if (shf->flags & SHF_STRING) {
416 if (shf->flags & SHF_STRING)
620 if (shf->flags & SHF_STRING) {
tree.c 448 if (shf->flags & SHF_STRING) {

Completed in 13 milliseconds