Home
last modified time | relevance | path

Searched refs:nextsemi (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/projects/
H A Dprojects.c203 char *nextsemi; in print_projent() local
238 nextsemi = strchr(nextc, ';'); in print_projent()
239 if (nextsemi) in print_projent()
240 *nextsemi = '\0'; in print_projent()
243 while (nextsemi) { in print_projent()
244 nextc = nextsemi + 1; in print_projent()
245 nextsemi = strchr(nextc, ';'); in print_projent()
246 if (nextsemi) in print_projent()
247 *nextsemi = '\0'; in print_projent()