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

/freebsd-13-stable/contrib/bmake/
H A Dparse.c1812 const char *firstSpace = NULL; local
1848 if (firstSpace == NULL)
1849 firstSpace = p - 1;
1861 pvar.nameEnd = firstSpace != NULL ? firstSpace : p - 1;
1869 pvar.nameEnd = firstSpace != NULL ? firstSpace : p;
1875 if (firstSpace != NULL)

Completed in 35 milliseconds