Home
last modified time | relevance | path

Searched refs:fts_number (Results 1 – 8 of 8) sorted by relevance

/dragonfly/include/
H A Dfts.h71 long long fts_number; /* local numeric value */ member
72 #define fts_bignum fts_number /* XXX non-std, should go away */
/dragonfly/bin/ls/
H A Dprint.c69 #define IS_NOPRINT(p) ((p)->fts_number == NO_PRINT)
197 if (p->fts_number == NO_PRINT) in printstream()
255 if (p->fts_number != NO_PRINT) in printcol()
H A Dls.c642 cur->fts_number = NO_PRINT; in display()
653 cur->fts_number = NO_PRINT; in display()
659 cur->fts_number = NO_PRINT; in display()
/dragonfly/bin/cp/
H A Dcp.c355 if (!curr->fts_number) in copy()
447 curr->fts_number = pflag || dne; in copy()
/dragonfly/contrib/grep/lib/
H A Dfts_.h206 long fts_number; /* local numeric value */ member
H A Dfts.c1937 p->fts_number = 0; in fts_alloc()
/dragonfly/bin/rm/
H A Drm.c246 p->fts_number = SKIPPED; in rm_tree()
259 if (p->fts_number == SKIPPED) in rm_tree()
/dragonfly/lib/libc/gen/
H A Dfts.c1017 p->fts_number = 0; in fts_alloc()