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

/ast/src/cmd/3d/
H A Dpathnext.c127 register char* mapnext; local
134 mapnext = mapend = 0;
144 if ((mp = mapnext) >= mapend)
187 for (mapnext = mp; mapnext < mapend; mapnext++)
188 if (*mapnext == '/')
190 if ((size = mapnext - mp) <= 0) continue;
191 memcpy(instname, mp, size = mapnext - mp);
193 while (mapnext < mapen
[all...]

Completed in 9 milliseconds