Lines Matching refs:ts_curi
164 short ts_curi; // index in list of child nodes member
1289 sp->ts_curi = 1; in suggest_trie_walk()
1341 arridx += sp->ts_curi; // index of current byte in suggest_trie_walk()
1348 sp->ts_curi += n; in suggest_trie_walk()
1391 if (sp->ts_curi > len || byts[arridx] != 0) in suggest_trie_walk()
1401 ++sp->ts_curi; // eat one NUL byte in suggest_trie_walk()
1729 --sp->ts_curi; // do the same NUL again in suggest_trie_walk()
1884 if (sp->ts_curi > byts[arridx]) in suggest_trie_walk()
1896 arridx += sp->ts_curi++; in suggest_trie_walk()
2045 sp->ts_curi = 1; in suggest_trie_walk()
2105 if (sp->ts_curi > byts[n]) in suggest_trie_walk()
2112 if (byts[n + sp->ts_curi] != NUL) in suggest_trie_walk()
2119 ++sp->ts_curi; in suggest_trie_walk()
2129 if (sp->ts_curi > byts[n]) in suggest_trie_walk()
2141 n += sp->ts_curi++; in suggest_trie_walk()
2544 sp->ts_curi = slang->sl_repsal_first[fword[sp->ts_fidx]]; in suggest_trie_walk()
2546 sp->ts_curi = lp->lp_replang->sl_rep_first[fword[sp->ts_fidx]]; in suggest_trie_walk()
2548 if (sp->ts_curi < 0) in suggest_trie_walk()
2569 while (sp->ts_curi < gap->ga_len) in suggest_trie_walk()
2571 ftp = (fromto_T *)gap->ga_data + sp->ts_curi++; in suggest_trie_walk()
2575 sp->ts_curi = gap->ga_len; in suggest_trie_walk()
2607 if (sp->ts_curi >= gap->ga_len && sp->ts_state == STATE_REP) in suggest_trie_walk()
2622 ftp = (fromto_T *)gap->ga_data + sp->ts_curi - 1; in suggest_trie_walk()
2667 stack[depth + 1].ts_curi = 1; // start just after length byte in go_deeper()