Home
last modified time | relevance | path

Searched refs:rex (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dregexp_bt.c3330 && *rex.input == NUL && rex.lnum <= rex.reg_maxline) in regmatch()
3349 if (rex.input != rex.line) in regmatch()
3362 if (rex.lnum != 0 || rex.input != rex.line in regmatch()
3437 rex.line, (colnr_T)(rex.input - rex.line)) + 1, scan)) in regmatch()
3457 if (!vim_iswordc_buf(c, rex.reg_buf) || (rex.input > rex.line in regmatch()
4641 if (rex.input == rex.line) in regmatch()
4650 rex.input = rex.line + STRLEN(rex.line); in regmatch()
4736 rex.input = rex.line + col; in regtry()
4757 rex.reg_endpos[0].col = (int)(rex.input - rex.line); in regtry()
4768 rex.reg_endp[0] = rex.input; in regtry()
[all …]
H A Dregexp_nfa.c4577 if (rex.input > rex.line in addstate()
5350 rex.input = rex.line; in recursive_regmatch()
5363 rex.input = rex.line; in recursive_regmatch()
5366 rex.input = rex.line + STRLEN(rex.line); in recursive_regmatch()
5372 rex.input -= mb_head_off(rex.line, rex.input); in recursive_regmatch()
5375 rex.input = rex.line; in recursive_regmatch()
6259 if (rex.input == rex.line) in nfa_regmatch()
6291 || (rex.input > rex.line in nfa_regmatch()
6303 if (rex.input == rex.line) in nfa_regmatch()
6328 if (rex.lnum == 0 && rex.input == rex.line in nfa_regmatch()
[all …]
H A Dregexp.c1259 if (rex.input > rex.line) in reg_prev_class()
1261 - (*mb_head_off)(rex.line, rex.input - 1), rex.reg_buf); in reg_prev_class()
1274 win_T *wp = rex.reg_win == NULL ? curwin : rex.reg_win; in reg_match_visual()
1315 lnum = rex.lnum + rex.reg_firstlnum; in reg_match_visual()
1321 col = (colnr_T)(rex.input - rex.line); in reg_match_visual()
1336 cols = win_linetabsize(wp, rex.line, (colnr_T)(rex.input - rex.line)); in reg_match_visual()
1418 rex.line = reg_getline(++rex.lnum); in reg_nextline()
1419 rex.input = rex.line; in reg_nextline()
1461 rex.input = reg_tofree + (rex.input - rex.line); in match_with_backref()
1478 if (rex.lnum >= rex.reg_maxline) in match_with_backref()
[all …]
/vim-8.2.3635/runtime/syntax/
H A Ddebsources.vim33 \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato',
H A Ddebchangelog.vim31 \ 'frozen', 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato',
/vim-8.2.3635/src/testdir/
H A Dtest_filetype.vim419 …\ 'rexx': ['file.rex', 'file.orx', 'file.rxo', 'file.rxj', 'file.jrexx', 'file.rexxj', 'file.rexx'…
/vim-8.2.3635/runtime/
H A Dfiletype.vim1442 au BufNewFile,BufRead *.rex,*.orx,*.rxo,*.rxj,*.jrexx,*.rexxj,*.rexx,*.testGroup,*.testUnit setf re…
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt27116 Solution: Move global variables into "rex".
31624 Solution: Set rex.reg_buf when compiling the pattern. (closes #3972)