Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxhistogram.c117 rec = *rec_chain; in scanA()
120 while (rec) { in scanA()
128 rec->ptr = ptr; in scanA()
130 rec->cnt = XDL_MIN(MAX_CNT, rec->cnt + 1); in scanA()
135 rec = rec->next; in scanA()
148 rec->ptr = ptr; in scanA()
149 rec->cnt = 1; in scanA()
151 *rec_chain = rec; in scanA()
169 for (; rec; rec = rec->next) { in try_lcs()
176 as = rec->ptr; in try_lcs()
[all …]
H A Dxemit.c27 *rec = xdf->recs[ri]->ptr; in xdl_get_rec()
35 char const *rec; in xdl_emit_record() local
37 size = xdl_get_rec(xdf, ri, &rec); in xdl_emit_record()
103 *rec == '_' || /* also identifier? */
109 memcpy(buf, rec, len);
120 const char *rec;
121 long len = xdl_get_rec(xdf, ri, &rec);
166 const char *rec;
167 long len = xdl_get_rec(xdf, ri, &rec);
169 while (len > 0 && XDL_ISSPACE(*rec)) {
[all …]
H A Dxprepare.c59 unsigned int hbits, xrecord_t *rec);
117 line = rec->ptr; in xdl_classify_record()
118 hi = (long) XDL_HASHLONG(rec->ha, cf->hbits); in xdl_classify_record()
120 if (rcrec->ha == rec->ha && in xdl_classify_record()
122 rec->ptr, rec->size, cf->flags)) in xdl_classify_record()
141 rcrec->size = rec->size; in xdl_classify_record()
142 rcrec->ha = rec->ha; in xdl_classify_record()
150 rec->ha = (unsigned long) rcrec->idx; in xdl_classify_record()
152 hi = (long) XDL_HASHLONG(rec->ha, hbits); in xdl_classify_record()
153 rec->next = rhash[hi]; in xdl_classify_record()
[all …]
H A Dxdiffi.c419 for (i = 0; i < rec->size; i++) { in xget_indent()
420 char c = rec->ptr[i]; in xget_indent()
1007 xrecord_t **rec; in xdl_mark_ignorable_lines() local
1010 rec = &xe->xdf1.recs[xch->i1]; in xdl_mark_ignorable_lines()
1012 ignore = xdl_blankline(rec[i]->ptr, rec[i]->size, flags); in xdl_mark_ignorable_lines()
1014 rec = &xe->xdf2.recs[xch->i2]; in xdl_mark_ignorable_lines()
1016 ignore = xdl_blankline(rec[i]->ptr, rec[i]->size, flags); in xdl_mark_ignorable_lines()
1028 if (!regexec_buf(xpp->ignore_regex[i], rec->ptr, rec->size, 1,
1041 xrecord_t **rec;
1051 rec = &xe->xdf1.recs[xch->i1];
[all …]
H A Dxutils.c39 int xdl_emit_diffrec(char const *rec, long size, char const *pre, long psize, in xdl_emit_diffrec() argument
46 mb[1].ptr = (char *) rec; in xdl_emit_diffrec()
48 if (size > 0 && rec[size - 1] != '\n') { in xdl_emit_diffrec()
H A Dxutils.h29 int xdl_emit_diffrec(char const *rec, long size, char const *pre, long psize,
/vim-8.2.3635/runtime/spell/pt/
H A Dpt_BR.diff45 ! BREAK ^rec�m-
67 ! #BREAK ^rec�m-
/vim-8.2.3635/runtime/syntax/
H A Ddcl.vim38 syn keyword dclInstr cre[ate] eoj log[out] rec[all] typ[e]
39 syn keyword dclInstr cxx exa[mine] lse[dit] rec[over] uil
H A Dgrads.vim37 syn keyword gradsFixVariables lat lon lev result rec rc
H A Dmupad.vim115 syn keyword mupadFunction rec rectform register reset return revert
H A Docaml.vim179 syn keyword ocamlKeyword parser private rec
H A Dfortran.vim143 …rect exist file fmt form formatted iostat name named nextrec number opened rec recl sequential sta…
H A Dprogress.vim251 syn keyword ProgressOperator size-c[hars] size-p[ixels] skip-deleted-rec[ord] slider small-icon sma…
H A Dvim.vim24 …new nore on[ly] pc[lose] pp[op] promptf[ind] ptj[ump] pu[t] py[thon] pyxdo rec[over] reg[isters] r…
/vim-8.2.3635/runtime/lang/
H A Dmenu_sr_rs.ascii.vim98 menutrans Toggle\ W&rapping\ at\ Word<Tab>:set\ lbr! Prelomi\ &na\ rec\ (da/ne)<Tab>:set\ lbr!
217 menutrans Select\ &Word Izaberi\ &rec
277 let menutrans_help_dialog = "Unesite naredbu ili rec cije pojasnjenje trazite:\n\nDodajte i_ za nar…
H A Dmenu_fr_fr.latin1.vim100 menutrans Search\ &Path\.\.\. Chemin\ de\ rec&herche\ des\ fichiers\.\.\.
/vim-8.2.3635/runtime/doc/
H A Drecover.txt170 *:rec* *:recover* *E305* *E306* *E307*
171 :rec[over] [file] Try to recover [file] from the swap file. If [file]
176 :rec[over]! [file] Like ":recover", but any changes in the current
H A Dindex.txt1541 |:recover| :rec[over] recover a file from a swap file
H A Dtags2970 :rec recover.txt /*:rec*
/vim-8.2.3635/src/
H A Dgui_x11.c712 XRectangle rec; in gui_x11_resize_window_cb() local
714 shellRectangle(w, &rec); in gui_x11_resize_window_cb()
715 netbeans_frame_moved(rec.x, rec.y); in gui_x11_resize_window_cb()
/vim-8.2.3635/src/testdir/
H A Dtest_python2.vim2038 psar.self['rec'] = psar
2067rec': function('SelfArgs', [{...}], {...}), 'self': {...}, 'abcSelfPSAr': 'abcSelfPSArVal', 'args'…
H A Dtest_python3.vim2225 psar.self['rec'] = psar
2254rec': function('SelfArgs', [{...}], {...}), 'self': {...}, 'abcSelfPSAr': 'abcSelfPSArVal', 'args'…
/vim-8.2.3635/src/auto/
H A Dconfigure1087 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/vim-8.2.3635/src/po/
H A Dca.po4788 msgstr "E878: (NFA) Mem�ria insuficient per a rec�rrer la branca!"
H A Dpt_BR.po956 "E143: Algum autocomando inesperadamente apagou o buffer %s recém-criado"