Home
last modified time | relevance | path

Searched refs:rp (Results 1 – 25 of 27) sorted by relevance

12

/vim-8.2.3635/src/
H A Dregexp_bt.c3152 return rp; in regstack_push()
3251 regitem_T *rp; in regmatch() local
3851 if (rp == NULL) in regmatch()
3884 if (rp == NULL) in regmatch()
3911 if (rp == NULL) in regmatch()
3937 if (rp == NULL) in regmatch()
4248 rp->rs_no = op; in regmatch()
4345 restore_se(&rp->rs_un.sesave, &rex.reg_startpos[rp->rs_no], in regmatch()
4354 restore_se(&rp->rs_un.sesave, &reg_startzpos[rp->rs_no], in regmatch()
4363 restore_se(&rp->rs_un.sesave, &rex.reg_endpos[rp->rs_no], in regmatch()
[all …]
H A Dclipboard.c2206 adjust_clip_reg(int *rp) in adjust_clip_reg() argument
2210 if (*rp == 0 && (clip_unnamed != 0 || clip_unnamed_saved != 0)) in adjust_clip_reg()
2213 *rp = ((clip_unnamed & CLIP_UNNAMED_PLUS) && clip_plus.available) in adjust_clip_reg()
2216 *rp = ((clip_unnamed_saved & CLIP_UNNAMED_PLUS) in adjust_clip_reg()
2219 if (!clip_star.available && *rp == '*') in adjust_clip_reg()
2220 *rp = 0; in adjust_clip_reg()
2221 if (!clip_plus.available && *rp == '+') in adjust_clip_reg()
2222 *rp = 0; in adjust_clip_reg()
H A Dspell.c135 static int find_region(char_u *rp, char_u *region);
1040 regprog_T **rp; in valid_word_prefix() local
1059 rp = &slang->sl_prefprog[((unsigned)pidx >> 8) & 0xffff]; in valid_word_prefix()
1060 if (*rp != NULL) in valid_word_prefix()
1062 if (!vim_regexec_prog(rp, FALSE, word, 0)) in valid_word_prefix()
2351 find_region(char_u *rp, char_u *region) in find_region() argument
2357 if (rp[i] == NUL) in find_region()
2359 if (rp[i] == region[0] && rp[i + 1] == region[1]) in find_region()
4403 regprog_T *rp = synblock->b_cap_prog; in compile_cap_prog() local
4418 synblock->b_cap_prog = rp; // restore the previous program in compile_cap_prog()
[all …]
H A Dos_mac.rsr.hqx120 rr2m!!!!!!!!!!!$rp[Efp[Efp[Efp[Efp[Efp[Efp[rjr2m!!!!!!!!!!2rfp[E
123 V+bXV+bXV+bXV+b[rp[Efp[Efp[Errb[jqIRjqIRjqIRjqIRjqIRjqIRjqIcrp[E
138 fp[Efp[m!!!!!!!$rp[Efp[Efp[Efp[Efp[Efp[Efp[Efp[Efr`!!!!!!!2rrrrr
189 rr`$rp[Efp[Efp[Efp[Efp[ErrrElqr[lqr[lqr[lqr[lrrrfqrrMrq2rrrrrrrr
407 4r3!!!!!!!!!!hrrrrrrIrrd!!!!!!!!!!!hGhGrrhGhG!!!!!!!!!!!!!!!2rp!
459 !!!!!!!!!!0`M)b2F+p`M)b2FrrN!!!!!!!!!!!!!!!!!!!!!!!!!rp`M)b2F)b-
H A Dsearch.c17 static int first_submatch(regmmatch_T *rp);
1169 first_submatch(regmmatch_T *rp) in first_submatch() argument
1175 if (rp->startpos[submatch].lnum >= 0) in first_submatch()
H A Dterm.c2265 long *rp) // pointer to rows in getlinecol() argument
2273 if (*rp == 0) in getlinecol()
2274 *rp = tgetnum("li"); in getlinecol()
/vim-8.2.3635/runtime/indent/
H A Dsqlanywhere.vim90 let rp = substitute(l, '[^)]', '', 'g')
94 " \ (strlen(rp) - strlen(lp))
95 return (strlen(rp) - strlen(lp))
98 " \ (strlen(lp) - strlen(rp))
99 return (strlen(lp) - strlen(rp))
H A Dhtml.vim238 \ 'picture', 'progress', 'rp', 'rt', 'ruby', 'section', 'summary',
/vim-8.2.3635/runtime/syntax/
H A Dreva.vim49 " syn keyword revastack sp@ sp! rp@ rp!
79 Builtin peek-n pop prior push put rp@ rpick save setenv slurp
H A Dpcap.vim26 syn match pcapKeyword contained ':\(af\|cf\|df\|ff\|gf\|if\|lf\|lo\|lp\|nd\|nf\|of\|rf\|rg\|rm\|rp\…
H A Dia64.vim236 "sp/gp/pr/pr.rot/rp
237 syn keyword ia64registers sp gp pr pr.rot rp ip tp
H A Dfasm.vim28 syn keyword fasmDataDirectives db dd df dp dq dt du dw file rb rd rf rp rq rt rw
H A Dhtml.vim64 syn keyword htmlTagName contained progress rb rp rt rtc ruby section
H A Daml.vim33 …pot] routeh[atch] routel[ines] routes routesp[ot] routest[ats] routet[ext] rp rs rt rt[l] rtl rv r…
H A Dcss.vim47 syn keyword cssTagName output progress rt rp ruby section
/vim-8.2.3635/src/proto/
H A Dclipboard.pro37 void adjust_clip_reg(int *rp);
H A Dterm.pro9 void getlinecol(long *cp, long *rp);
/vim-8.2.3635/runtime/autoload/xml/
H A Dxhtml11.vim236 \ 'rp': [
249 \ ['rb', 'rt', 'rp', 'rt', 'rp', 'rbc', 'rtc'],
/vim-8.2.3635/runtime/lang/
H A Dmenu_hu_hu.utf-8.vim2 " Original Translation: Zoltán Árpádffy
H A Dmenu_hu_hu.iso_8859-2.vim2 " Original Translation: Zolt�n �rp�dffy
/vim-8.2.3635/src/testdir/
H A Dtest_substitute.vim91 \ { 'cmd': ':s//r/rp', 'exp': 'Testr string' },
/vim-8.2.3635/runtime/tutor/
H A Dtutor.hu829 Magyar�totta: Horv�th �rp�d <[email protected]>, 2006-2012
H A Dtutor.hu.cp1250829 Magyar�totta: Horv�th �rp�d <[email protected]>, 2006-2012
H A Dtutor.hu.utf-8829 Magyarította: Horváth Árpád <[email protected]>, 2006-2012
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim568 …s,noscript,object,ol,optgroup,option,output,p,param,picture,pre,progress,q,rp,rt,rtc,ruby,s,samp,s…

12