Home
last modified time | relevance | path

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

12

/vim-8.2.3635/src/testdir/samples/
H A Dre.freeze.txt5pt solid; border-left windowtext;" class=abc align=right><font face=arial><font color=#ff0000><b>5…
/vim-8.2.3635/src/
H A Dgui_at_sb.c1145 pt[0].x = 0; pt[0].y = h; in _Xaw3dDrawShadows()
1146 pt[1].x = pt[1].y = 0; in _Xaw3dDrawShadows()
1147 pt[2].x = w; pt[2].y = 0; in _Xaw3dDrawShadows()
1148 pt[3].x = wms; pt[3].y = s; in _Xaw3dDrawShadows()
1149 pt[4].x = pt[4].y = s; in _Xaw3dDrawShadows()
1150 pt[5].x = s; pt[5].y = hms; in _Xaw3dDrawShadows()
1159 pt[0].x = 0; pt[0].y = h; in _Xaw3dDrawShadows()
1160 pt[1].x = w; pt[1].y = h; in _Xaw3dDrawShadows()
1161 pt[2].x = w; pt[2].y = 0; in _Xaw3dDrawShadows()
1162 pt[3].x = wms; pt[3].y = s; in _Xaw3dDrawShadows()
[all …]
H A Dtextprop.c99 proptype_T *pt = find_prop(name, buf); in find_prop_type_id() local
101 if (pt == NULL) in find_prop_type_id()
103 return pt->pt_id; in find_prop_type_id()
604 proptype_T *pt; in prop_fill_dict() local
614 if (pt == NULL) in prop_fill_dict()
619 if (pt != NULL) in prop_fill_dict()
1444 int start_incl = (pt != NULL in adjust_prop()
1447 int end_incl = (pt != NULL in adjust_prop()
1597 proptype_T *pt; in adjust_props_for_split() local
1605 start_incl = (pt != NULL && (pt->pt_flags & PT_FLAG_INS_START_INCL)); in adjust_props_for_split()
[all …]
H A Deval.c4312 if (pt != NULL) in partial_name()
4315 return pt->pt_name; in partial_name()
4334 vim_free(pt->pt_name); in partial_free()
4350 vim_free(pt); in partial_free()
4360 if (pt != NULL) in partial_unref()
4363 partial_free(pt); in partial_unref()
4367 else if (pt->pt_refcount == 1 && pt->pt_funcstack != NULL) in partial_unref()
4817 if (pt != NULL && pt->pt_copyID != copyID) in set_ref_in_item()
4822 abort = set_ref_in_func(pt->pt_name, pt->pt_func, copyID); in set_ref_in_item()
5006 if (pt != NULL && pt->pt_argc > 0) in echo_string_core()
[all …]
H A Dgui_w32.c2489 htinfo.pt.x = pt.x; in show_tabline_popup_menu()
2490 htinfo.pt.y = pt.y; in show_tabline_popup_menu()
3755 gui_handle_drop(pt.x, pt.y, modifiers, fnames, cFiles); in _OnDropFiles()
4611 POINT pt; in _WndProc() local
4634 POINT pt; in _WndProc() local
4728 POINT pt; in _WndProc() local
4744 htinfo.pt.x = pt.x; in _WndProc()
4745 htinfo.pt.y = pt.y; in _WndProc()
8093 htinfo.pt = pt; in GetTabFromPoint()
8115 POINT pt; in tabline_wndproc() local
[all …]
H A Dvim9execute.c255 partial_T *pt, in call_dfunc() argument
417 if (pt != NULL) in call_dfunc()
420 ++pt->pt_refcount; in call_dfunc()
506 partial_T *pt; in handle_closure_in_use() local
834 partial_T *pt, in call_ufunc() argument
1014 if (pt->pt_argc > 0) in call_partial()
1032 return call_ufunc(pt->pt_func, pt, argcount, ectx, NULL, selfdict); in call_partial()
1034 name = pt->pt_name; in call_partial()
1459 vim_free(pt); in fill_partial_and_closure()
1469 ++pt->pt_refcount; in fill_partial_and_closure()
[all …]
H A Duserfunc.c1102 partial_T *pt; in lambda_function_body() local
1231 if (pt == NULL) in lambda_function_body()
1412 if (pt == NULL) in get_lambda_tv()
1498 pt->pt_func = fp; in get_lambda_tv()
1499 pt->pt_refcount = 1; in get_lambda_tv()
1529 vim_free(pt); in get_lambda_tv()
1626 if (pt == NULL) in deref_func_name()
1632 *partialp = pt; in deref_func_name()
2364 if (pt == NULL) in copy_func()
5328 if (pt != NULL) in make_partial()
[all …]
H A Dif_py_both.h3167 pt->pt_name = self->name; in set_partial()
3170 pt->pt_argc = self->argc; in set_partial()
3182 pt->pt_argc = 0; in set_partial()
3183 pt->pt_argv = NULL; in set_partial()
3186 pt->pt_dict = self->self; in set_partial()
3188 ++pt->pt_dict->dv_refcount; in set_partial()
3190 pt->pt_name = vim_strsave(pt->pt_name); in set_partial()
3191 pt->pt_refcount = 1; in set_partial()
3205 partial_T pt; in FunctionCall() local
3227 CLEAR_FIELD(pt); in FunctionCall()
[all …]
H A Devalfunc.c4048 if (pt == NULL) in common_function()
4064 pt->pt_argv = ALLOC_MULT(typval_T, pt->pt_argc); in common_function()
4065 if (pt->pt_argv == NULL) in common_function()
4067 vim_free(pt); in common_function()
4099 pt->pt_refcount = 1; in common_function()
4114 pt->pt_name = name; in common_function()
4231 partial_T *pt; in f_get() local
4240 pt = &fref_pt; in f_get()
4243 if (pt != NULL) in f_get()
4251 n = partial_name(pt); in f_get()
[all …]
H A Ddrawline.c1443 proptype_T *pt = text_prop_type_by_id( in win_line() local
1446 if (pt != NULL && pt->pt_hl_id > 0) in win_line()
1448 int pt_attr = syn_id2attr(pt->pt_hl_id); in win_line()
1450 text_prop_type = pt; in win_line()
1453 text_prop_combine = pt->pt_flags & PT_FLAG_COMBINE; in win_line()
H A Dtag.c3192 char_u *pc, *pt; in parse_match() local
3248 pt = vim_strchr(p, '\t'); in parse_match()
3249 if (pc == NULL || (pt != NULL && pc > pt)) in parse_match()
3251 if (pt == NULL) in parse_match()
3253 p = pt; in parse_match()
/vim-8.2.3635/runtime/spell/pt/
H A Dmain.aap17 PT_FNAME = oo3x-pt-PT.oxt
28 all: $SPELLDIR/pt.latin1.spl $SPELLDIR/pt.utf-8.spl \
31 $SPELLDIR/pt.latin1.spl : $FILES
33 $VIM -u NONE -e -c "mkspell! $SPELLDIR/pt pt_PT pt_BR" -c q
35 $SPELLDIR/pt.utf-8.spl : $FILES
37 $VIM -u NONE -e -c "mkspell! $SPELLDIR/pt pt_PT pt_BR" -c q
128 check: check-pt check-br
130 check-pt:
/vim-8.2.3635/runtime/spell/en/
H A Den_CA.diff189 ! 0th/pt
200 ! 4th/pt
202 ! 5th/pt
204 ! 6th/pt
206 ! 7th/pt
208 ! 8th/pt
210 ! 9th/pt
H A Den_US.diff194 ! 0th/pt
205 ! 4th/pt
207 ! 5th/pt
209 ! 6th/pt
211 ! 7th/pt
213 ! 8th/pt
215 ! 9th/pt
/vim-8.2.3635/runtime/
H A Dtermcap9 :nd=\E[C:up=\E[A:ce=\E[K:ho=\E[H:pt:
12 :am:bs:km:mi:ms:pt:li#34:co#80:cl=^L:cm=\E[%i%d;%dH:\
40 :kh=^^:kl=^H:kn#12:kr=^L:ku=^K:li#24:nd=^L:pt:se=\EG0:sg#1:so=\EG4:\
53 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:vt#3:xn:\
H A Dvim.desktop83 Comment[pt]=Editar ficheiros de texto
H A Dgvim.desktop83 Comment[pt]=Editar ficheiros de texto
/vim-8.2.3635/runtime/syntax/
H A Dmf.vim244 syn match mfLength "\<\(bp\|cc\|cm\|dd\|in\|mm\|pc\|pt\)\>"
245 syn match mfLength "[-]\=\d\+\(bp\|cc\|cm\|dd\|in\|mm\|pc\|pt\)\#\="
246 syn match mfLength "[-]\=\.\d\+\(bp\|cc\|cm\|dd\|in\|mm\|pc\|pt\)\#\="
247 syn match mfLength "[-]\=\d\+\.\d\+\(bp\|cc\|cm\|dd\|in\|mm\|pc\|pt\)\#\="
H A Dgnuplot.vim35 " measurements in the units in, cm and pt are special
38 syn match gnuplotUnit "\d+pt"
197 syn keyword gnuplotKeyword lw linecolor lc pointtype pt pointsize ps
376 syn keyword gnuplotKeyword pointtype ps pt radius range rectangle
/vim-8.2.3635/src/proto/
H A Deval.pro47 char_u *partial_name(partial_T *pt);
48 void partial_unref(partial_T *pt);
H A Dvim9execute.pro6 int fill_partial_and_closure(partial_T *pt, ufunc_T *ufunc, ectx_T *ectx);
/vim-8.2.3635/src/testdir/
H A Dtest_hardcopy.vim9 for opt in ['left:5in,right:10pt,top:8mm,bottom:2pc',
10 \ 'left:2in,top:30pt,right:16mm,bottom:3pc',
/vim-8.2.3635/runtime/spell/
H A Dmain.aap10 ku la lt lv mg mi ms nb nl nn ny pl pt ro ru rw sk sl sv sw
/vim-8.2.3635/src/po/
H A Dvim.desktop.in60 Comment[pt]=Editar ficheiros de texto
H A Dgvim.desktop.in60 Comment[pt]=Editar ficheiros de texto

12