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

  /onnv/onnv-gate/usr/src/ucbcmd/ls/
ls.c 49 short fflags; /* mode&~S_IFMT, perhaps ISARG */
61 #define ISARG 0x8000 /* extra ``mode'' */
181 fp->fflags |= ISARG;
250 if ((fp->fflags&ISARG) == 0 && fp->fname)
563 if ((f1->fflags&ISARG) && f1->ftype == 'd') {
564 if ((f2->fflags&ISARG) == 0 || f2->ftype != 'd')
567 if ((f2->fflags&ISARG) && f2->ftype == 'd')
  /onnv/onnv-gate/usr/src/cmd/ls/
ls.c 94 #define ISARG 0100000
1075 ep->lflags |= ISARG;
1344 if (p->lflags & ISARG)
    [all...]

Completed in 60 milliseconds