Home | History | Annotate | Download | only in hyphenation

Lines Matching defs:index2

366                         char * index2 = strchr(index + 1, ',');
368 if (index2) {
369 *index2 = '\0';
371 replcut = (signed char) atoi(index2 + 1);