Searched refs:pathnext (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/3d/
H A Dpathcanon.c116 if (!(dp = pathnext(path, sp, &visits)))
H A Dmkdir3d.c108 if (!pathnext(tmp, NiL, NiL) || ACCESS(tmp, F_OK))
H A Dpathnext.c31 pathnext(char* sp, char* extra, long* visits) function
40 message((-4, "pathnext: ++ %s%s%s [0x%08x]", sp, extra ? " + " : state.null, extra ? extra : state.null, visits ? *visits : 0L));
48 message((-4, "pathnext: -- %s [limit=%d]", NiL, state.limit));
54 message((-4, "pathnext: -- %s [0x%08x]", NiL, visits ? *visits : 0L));
110 message((-4, "pathnext: -- %s [level=%d visits=0x%08x]", cp, state.path.level, visits ? *visits : 0L));
H A Dpathreal.c312 cp = pathnext(sp, NiL, NiL);
340 if (!pathnext(sp, NiL, NiL))
432 if (!pathnext(state.path.name, NiL, &visits))
H A DMakefile40 pathcanon.c pathnext.c pathreal.c peek.c \
H A Ddir3d.c117 while (pathnext(state.path.name, NiL, &visits))
/ast/src/lib/libast/include/
H A Dfs3d.h113 extern char* pathnext(char*, char*, long*);
/ast/src/lib/libast/path/
H A Dpathcanon.c142 if (x = pathnext(phys, s - (*s != 0), &visits))

Completed in 11 milliseconds