Searched refs:nextsemi (Results 1 – 1 of 1) sorted by relevance
203 char *nextsemi; in print_projent() local238 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()