Home
last modified time | relevance | path

Searched refs:FTS_NOINSTR (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/mandoc/
H A Dcompat_fts.h91 #define FTS_NOINSTR 3 /* no instructions */ macro
H A Dcompat_fts.c239 p->fts_instr = FTS_NOINSTR; in fts_read()
328 if (instr && instr != FTS_NOINSTR && instr != FTS_SKIP) { in fts_set()
603 p->fts_instr = FTS_NOINSTR; in fts_alloc()
/freebsd/lib/libc/gen/
H A Dfts-compat.h115 #define FTS_NOINSTR 3 /* no instructions */ macro
H A Dfts-compat11.c313 p->fts_instr = FTS_NOINSTR; in freebsd11_fts_read()
430 p->fts_instr = FTS_NOINSTR; in freebsd11_fts_read()
498 instr != FTS_NOINSTR && instr != FTS_SKIP) { in freebsd11_fts_set()
1066 p->fts_instr = FTS_NOINSTR; in fts_alloc()
H A Dfts.c312 p->fts_instr = FTS_NOINSTR; in fts_read()
429 p->fts_instr = FTS_NOINSTR; in fts_read()
497 instr != FTS_NOINSTR && instr != FTS_SKIP) { in fts_set()
1050 p->fts_instr = FTS_NOINSTR; in fts_alloc()
H A Dfts-compat.c323 p->fts_instr = FTS_NOINSTR; in __fts_read_44bsd()
439 p->fts_instr = FTS_NOINSTR; in __fts_read_44bsd()
504 instr != FTS_NOINSTR && instr != FTS_SKIP) { in __fts_set_44bsd()
1075 p->fts_instr = FTS_NOINSTR; in fts_alloc()
/freebsd/include/
H A Dfts.h110 #define FTS_NOINSTR 3 /* no instructions */ macro