Searched defs:ISARG (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c49 short fflags; /* mode&~S_IFMT, perhaps ISARG */
61 #define ISARG 0x8000 /* extra ``mode'' */ macro
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')
/illumos-gate/usr/src/cmd/ls/
H A Dls.c95 #define ISARG 0100000 macro
1089 ep->lflags |= ISARG;
1264 (void) printf("%s\n", (ap->lflags & ISARG) ? ap->ln.namep :
1363 if (p->lflags & ISARG)
2108 /* mask ISARG and other file-type bits */
2293 if (p1->lflags&ISARG && p1->ltype == 'd') {
2294 if (!(p2->lflags&ISARG && p2->ltype == 'd'))
2297 if (p2->lflags&ISARG && p2->ltype == 'd')
2335 p1->lflags & ISARG ? p1->ln.namep : p1->ln.lname,
2336 p2->lflags&ISARG
[all...]

Completed in 51 milliseconds