Home | History | Annotate | Download | only in src

Lines Matching refs:cursive_chain

40 #define cursive_chain() var.i16[1] /* character to which this connects, may be positive or negative */
942 pos[i].cursive_chain() = j - i;
948 pos[j].cursive_chain() = i - j;
1549 unsigned int j = pos[i].cursive_chain();
1555 pos[i].cursive_chain() = 0;
1595 buffer->pos[i].attach_lookback() = buffer->pos[i].cursive_chain() = 0;
1642 #undef cursive_chain