Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/projects/
H A Dprojects.c205 char *nextsemi; in print_projent() local
240 nextsemi = strchr(nextc, ';'); in print_projent()
241 if (nextsemi) in print_projent()
242 *nextsemi = '\0'; in print_projent()
245 while (nextsemi) { in print_projent()
246 nextc = nextsemi + 1; in print_projent()
247 nextsemi = strchr(nextc, ';'); in print_projent()
248 if (nextsemi) in print_projent()
249 *nextsemi = '\0'; in print_projent()