Searched refs:visits (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/3d/
H A Dpathnext.c31 pathnext(char* sp, char* extra, long* visits) argument
40 message((-4, "pathnext: ++ %s%s%s [0x%08x]", sp, extra ? " + " : state.null, extra ? extra : state.null, visits ? *visits : 0L));
52 if (!(vpath = search(state.path.table ? state.path.table : &state.vpath, sp, shift, (const char*)visits, T_PREFIX)))
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 Dpathcanon.c44 long visits = 0; local
116 if (!(dp = pathnext(path, sp, &visits)))
H A Dpathreal.c135 long visits; local
359 visits = 0;
413 if (visits)
432 if (!pathnext(state.path.name, NiL, &visits))
H A Ddir3d.c76 long visits = 0; local
117 while (pathnext(state.path.name, NiL, &visits))
/ast/src/lib/libast/path/
H A Dpathcanon.c74 long visits = 0; local
142 if (x = pathnext(phys, s - (*s != 0), &visits))

Completed in 93 milliseconds