Searched refs:FTS_ROOTPARENTLEVEL (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/mandoc/
H A Dcompat_fts.h72 #define FTS_ROOTPARENTLEVEL -1 macro
H A Dcompat_fts.c106 parent->fts_level = FTS_ROOTPARENTLEVEL;
302 if (p->fts_level == FTS_ROOTPARENTLEVEL) {
394 * around to FTS_ROOTLEVEL and FTS_ROOTPARENTLEVEL.
/freebsd-current/lib/libc/gen/
H A Dfts-compat.h88 #define FTS_ROOTPARENTLEVEL -1 macro
H A Dfts-compat.c155 parent->fts_level = FTS_ROOTPARENTLEVEL;
452 if (p->fts_level == FTS_ROOTPARENTLEVEL) {
H A Dfts.c147 parent->fts_level = FTS_ROOTPARENTLEVEL;
442 if (p->fts_level == FTS_ROOTPARENTLEVEL) {
H A Dfts-compat11.c149 parent->fts_level = FTS_ROOTPARENTLEVEL;
444 if (p->fts_level == FTS_ROOTPARENTLEVEL) {
/freebsd-current/include/
H A Dfts.h83 #define FTS_ROOTPARENTLEVEL -1 macro

Completed in 182 milliseconds