Searched refs:fts_instr (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/lib/libc/gen/
H A Dfts-compat.h118 u_short fts_instr; /* fts_set() instructions */ member in struct:_ftsent
H A Dfts-compat.c334 instr = p->fts_instr;
335 p->fts_instr = FTS_NOINSTR;
439 if (p->fts_instr == FTS_SKIP)
441 if (p->fts_instr == FTS_FOLLOW) {
451 p->fts_instr = FTS_NOINSTR;
523 p->fts_instr = instr;
1076 p->fts_instr = FTS_NOINSTR;
H A Dfts.c320 instr = p->fts_instr;
321 p->fts_instr = FTS_NOINSTR;
424 if (p->fts_instr == FTS_SKIP) {
428 if (p->fts_instr == FTS_FOLLOW) {
438 p->fts_instr = FTS_NOINSTR;
510 p->fts_instr = instr;
1042 p->fts_instr = FTS_NOINSTR;
/freebsd-10.2-release/include/
H A Dfts.h113 int fts_instr; /* fts_set() instructions */ member in struct:_ftsent

Completed in 160 milliseconds