nextp 305 global/global.c char *libdir = NULL, *nextp = NULL; nextp 309 global/global.c for (libdir = strbuf_value(sb); libdir; libdir = nextp) { nextp 310 global/global.c if ((nextp = locatestring(libdir, PATHSEP, MATCH_FIRST)) != NULL) nextp 311 global/global.c *nextp++ = 0; nextp 881 global/global.c char *libdir, *nextp = NULL; nextp 887 global/global.c for (libdir = strbuf_value(sb); libdir; libdir = nextp) { nextp 888 global/global.c if ((nextp = locatestring(libdir, PATHSEP, MATCH_FIRST)) != NULL) nextp 889 global/global.c *nextp++ = 0; nextp 1812 global/global.c char *libdir, *nextp = NULL; nextp 1818 global/global.c for (libdir = strbuf_value(sb); libdir; libdir = nextp) { nextp 1819 global/global.c if ((nextp = locatestring(libdir, PATHSEP, MATCH_FIRST)) != NULL) nextp 1820 global/global.c *nextp++ = 0;