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

/ast/src/cmd/3d/
H A Dpathnext.c130 char* mapend; local
134 mapnext = mapend = 0;
144 if ((mp = mapnext) >= mapend)
174 mapend = mp + size;
177 while (mp < mapend && *mp!='/') mp++;
187 for (mapnext = mp; mapnext < mapend; mapnext++)
193 while (mapnext < mapend && *mapnext == '/') mapnext++;

Completed in 91 milliseconds