Searched refs:ts_curi (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dspell.c793 short ts_curi; /* index in list of child nodes */ member in struct:trystate_S
11318 sp->ts_curi = 1;
11358 * - For the current state try one operation, advance "ts_curi",
11376 arridx += sp->ts_curi; /* index of current byte */
11383 sp->ts_curi += n;
11427 if (sp->ts_curi > len || byts[arridx] != 0)
11438 ++sp->ts_curi; /* eat one NUL byte */
11781 --sp->ts_curi; /* do the same NUL again */
11940 * and use child node. "ts_curi" is the index.
11943 if (sp->ts_curi > byt
[all...]

Completed in 186 milliseconds