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