Home | History | Annotate | Download | only in hyphenation

Lines Matching full:replindex

288     signed char replindex;
360 replindex = 0;
370 replindex = (signed char) atoi(index + 1) - 1;
375 replindex = 0;
402 int ps = -1; /* unicode start position (original replindex) */
407 if ((ps < 0) && (replindex == pu)) {
408 ps = replindex;
409 replindex = pc;
412 replcut = (pc - replindex);
416 if (*word == '.') replindex--;
427 dict[k]->states[state_num].replindex = replindex;
718 signed char replindex;
803 replindex = dict->states[state].replindex;
819 matchlen[offset + replindex] = replcut;
828 if (repl && (k >= replindex) && (k <= replindex + replcut)) {
829 matchindex[offset + replindex] = offset + k;