Home
last modified time | relevance | path

Searched refs:first_match_pos (Results 1 – 4 of 4) sorted by relevance

/dports/editors/textadept/textadept_11.1.linux/lexers/
H A Dperl.lua77 local first_match_pos = lpeg.match(patt, input, index)
78 local final_match_pos = lpeg.match(patt, input, first_match_pos - 1)
80 final_match_pos = lpeg.match(lexer.space^0 * patt, input, first_match_pos)
/dports/editors/textadept/scintillua-scintillua_4.4.5-2/lexers/
H A Dperl.lua77 local first_match_pos = lpeg.match(patt, input, index)
78 local final_match_pos = lpeg.match(patt, input, first_match_pos - 1)
80 final_match_pos = lpeg.match(lexer.space^0 * patt, input, first_match_pos)
/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c2902 static pos_T first_match_pos; in ins_compl_get_exp() local
2934 last_match_pos = first_match_pos = *ini; in ins_compl_get_exp()
2961 first_match_pos = *ini; in ins_compl_get_exp()
2969 first_match_pos.lnum = ins_buf->b_ml.ml_line_count; in ins_compl_get_exp()
2970 first_match_pos.col = in ins_compl_get_exp()
2971 (colnr_T)STRLEN(ml_get(first_match_pos.lnum)); in ins_compl_get_exp()
2973 last_match_pos = first_match_pos; in ins_compl_get_exp()
2987 first_match_pos.col = last_match_pos.col = 0; in ins_compl_get_exp()
3161 num_matches = expand_spelling(first_match_pos.lnum, in ins_compl_get_exp()
3206 first_match_pos = *pos; in ins_compl_get_exp()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c4126 static pos_T first_match_pos; in ins_compl_get_exp() local
4160 last_match_pos = first_match_pos = *ini; in ins_compl_get_exp()
4187 first_match_pos = *ini; in ins_compl_get_exp()
4194 first_match_pos.lnum = ins_buf->b_ml.ml_line_count; in ins_compl_get_exp()
4195 first_match_pos.col = (colnr_T)STRLEN(ml_get(first_match_pos.lnum)); in ins_compl_get_exp()
4197 last_match_pos = first_match_pos; in ins_compl_get_exp()
4209 first_match_pos.col = last_match_pos.col = 0; in ins_compl_get_exp()
4210 first_match_pos.lnum = ins_buf->b_ml.ml_line_count + 1; in ins_compl_get_exp()
4361 num_matches = expand_spelling(first_match_pos.lnum, in ins_compl_get_exp()
4409 first_match_pos = *pos; in ins_compl_get_exp()
[all …]