nextp            1248 global/global.c 		char *libdir, *nextp = NULL;
nextp            1254 global/global.c 		for (libdir = strbuf_value(sb); libdir; libdir = nextp) {
nextp            1255 global/global.c 			if ((nextp = locatestring(libdir, PATHSEP, MATCH_FIRST)) != NULL)
nextp            1256 global/global.c 				*nextp++ = 0;