Home
last modified time | relevance | path

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

1234567

/vim-8.2.3635/runtime/spell/en/
H A Dmain.aap34 :print en_US >!$target
35 :cat README_en_US.txt | :eval re.sub('\r', '', stdin) >>$target
36 :print =================================================== >>$target
37 :print en_AU: >>$target
38 :cat README_en_AU.txt | :eval re.sub('\r', '', stdin) >>$target
40 :print en_CA: >>$target
41 :cat README_en_CA.txt | :eval re.sub('\r', '', stdin) >>$target
43 :print en_GB: >>$target
44 :cat README_en_GB.txt | :eval re.sub('\r', '', stdin) >>$target
46 :print en_NZ: >>$target
[all …]
/vim-8.2.3635/src/
H A Dgui_beval.c92 void *target, in gui_mch_create_beval_area() argument
114 beval->target = GTK_WIDGET(target); in gui_mch_create_beval_area()
116 beval->target = (Widget)target; in gui_mch_create_beval_area()
130 addEventHandler(beval->target, beval); in gui_mch_create_beval_area()
178 addEventHandler(beval->target, beval); in gui_mch_enable_beval_area()
245 g_signal_connect(G_OBJECT(target), "event", in addEventHandler()
254 && gtk_widget_is_ancestor(target, gui.mainwin)) in addEventHandler()
518 addEventHandler(Widget target, BalloonEval *beval) in addEventHandler() argument
520 XtAddEventHandler(target, in addEventHandler()
531 XtRemoveEventHandler(beval->target, in removeEventHandler()
[all …]
H A Dos_vms_mms.c9 char cmd[132], buf[BUFSIZ], *argp, *error_file, target[132], *mms; in main() local
38 if (*target) in main()
39 strcat(target, " "); in main()
40 strcat(target, argp); in main()
44 mms, target); in main()
H A Dundo.c2320 long target; in undo_time() local
2348 target = step; in undo_time()
2374 if (target <= 0) in undo_time()
2396 if (target < 0) in undo_time()
2397 target = 0; in undo_time()
2416 if (target == 0) in undo_time()
2469 ? val - target <= closest - target in undo_time()
2470 : val - target <= target - closest) in undo_time()
2472 ? target - val <= closest - target in undo_time()
2473 : target - val <= target - closest)))) in undo_time()
[all …]
H A Dclipboard.c1399 Atom *target, in clip_x11_convert_selection_cb() argument
1421 if (*target == targets_atom) in clip_x11_convert_selection_cb()
1444 if ( *target != XA_STRING in clip_x11_convert_selection_cb()
1445 && *target != vimenc_atom in clip_x11_convert_selection_cb()
1447 && *target != vim_atom in clip_x11_convert_selection_cb()
1448 && *target != text_atom in clip_x11_convert_selection_cb()
1458 if (*target == vim_atom) in clip_x11_convert_selection_cb()
1462 if (*target == vimenc_atom) in clip_x11_convert_selection_cb()
1477 if (*target == XA_STRING || (*target == utf8_atom && enc_utf8)) in clip_x11_convert_selection_cb()
1480 *type = *target; in clip_x11_convert_selection_cb()
[all …]
H A Dbeval.h37 GtkWidget *target; // widget we are monitoring member
47 Widget target; // widget we are monitoring
59 HWND target;
H A Dos_mswin.c1938 serverSendEnc(HWND target) in serverSendEnc() argument
2336 HWND target; in serverSendReply() local
2347 target = (HWND)n; in serverSendReply()
2348 if (!IsWindow(target)) in serverSendReply()
2355 serverSendEnc(target); in serverSendReply()
2373 HWND target; in serverSendToVim() local
2394 if (target == 0) in serverSendToVim()
2402 *(HWND *)ptarget = target; in serverSendToVim()
2408 serverSendEnc(target); in serverSendToVim()
2432 if (target != 0) in serverForeground()
[all …]
H A DINSTALLx.txt48 --target=... :
61 environment variable to enable optimization for your target system (e.g.
138 Assuming the target system string is "armeb-xscale-linux-gnu" (a Intel XScale
151 --target=armeb-xscale-linux-gnu \
H A Ddosinst.c978 int target = choices[idx].arg; in change_bat_choice() local
980 name = targets[target].batname; in change_bat_choice()
981 batpath = targets[target].batpath; in change_bat_choice()
1089 init_bat_choice(int target) in init_bat_choice() argument
1091 char *batpath = targets[target].batpath; in init_bat_choice()
1092 char *oldbat = targets[target].oldbat; in init_bat_choice()
1096 choices[choice_count].arg = target; in init_bat_choice()
1134 set_bat_text(choice_count, batpath, targets[target].batname); in init_bat_choice()
H A Dconfig.mk.dist1 the first target to make vim is: reconfig
H A DINSTALLami.txt16 can be used to override uname and thereby set the target. An example is shown
/vim-8.2.3635/runtime/spell/ru/
H A Dmain.aap26 :print ru_RU >! $target
27 :cat README_ru_RU.txt >> $target
28 :print =================================================== >>$target
29 :print ru_YO >> $target
30 :cat README_ru_YO.txt >> $target
/vim-8.2.3635/runtime/spell/es/
H A Dmain.aap32 :print es_ES >! $target
33 :cat README_es_ES.txt >> $target
34 :print =================================================== >>$target
35 :print es_MX >> $target
36 :cat README_es_MX.txt >> $target
/vim-8.2.3635/runtime/spell/sr/
H A Dmain.aap36 :cat README_sr_RS.txt >!$target
37 :print >>$target
38 :print ============================================================== >>$target
39 :print Следи оригинална README датотека: >>$target
40 :print >>$target
41 :cat hunspell-sr/README_sr.txt >>$target
/vim-8.2.3635/runtime/ftplugin/
H A Dcucumber.vim81 function! s:stepmatch(receiver,target) argument
93 if a:target =~# '\v'.vimpattern
99 …M.evaluate('pattern')+'/'); rescue SyntaxError; end) === VIM.evaluate('a:target') then 1 else 0 en…
105 function! s:bsub(target,pattern,replacement) argument
106 return substitute(a:target,'\C\\\@<!'.a:pattern,a:replacement,'g')
/vim-8.2.3635/runtime/spell/pt/
H A Dmain.aap40 :print pt_PT >!$target
41 :cat README_pt_PT.txt | :eval re.sub('\r', '', stdin) >>$target
42 :print =================================================== >>$target
43 :print pt_BR: >>$target
44 :cat README_pt_BR.txt | :eval re.sub('\r', '', stdin) >>$target
/vim-8.2.3635/runtime/syntax/
H A Dfpcmake.vim20 syn keyword fpcmakeSectionName contained shared target
28 syn match fpcmakeRule "^\s*\(cpu\|dir\|fpcdir\|rule\|target\)\>"
41 " [target]
H A Dgdb.vim19 syn keyword gdbInfo contained source sources stack symbol target terminal threads
30 syn keyword gdbStatement contained stop target tbreak tdump tfind thbreak thread tp trace tstart ts…
/vim-8.2.3635/ci/
H A Dsetup-xvfb.sh9 After=network.target
13 WantedBy=multi-user.target
/vim-8.2.3635/runtime/spell/eo/
H A Dmain.aap23 :copy $source $target
25 :sys $VIM -u NONE -e -c "set ff=unix" -c wq $target
/vim-8.2.3635/runtime/spell/de/
H A Dmain.aap56 :print README.md >! $target
57 :cat README.md >> $target
/vim-8.2.3635/src/proto/
H A Dgui_beval.pro2 BalloonEval *gui_mch_create_beval_area(void *target, char_u *mesg, void (*mesgCB)(BalloonEval *, in…
/vim-8.2.3635/runtime/autoload/
H A Djavascriptcomplete.vim141 \ 'name', 'rel', 'rev', 'shape', 'tabIndex', 'target', 'type', 'onBlur', 'onFocus']
147 \ 'noHref', 'pathname', 'port', 'protocol', 'search', 'shape', 'tabIndex', 'target']
152 let baseprop = ['href', 'id', 'target']
195 \ 'method', 'name', 'tabIndex', 'target']
281 \ 'rel', 'rev', 'target', 'type']
/vim-8.2.3635/runtime/tools/
H A Ddemoserver.py83 server_thread = threading.Thread(target=server.serve_forever)
/vim-8.2.3635/src/testdir/
H A Dtest_netbeans.py192 server_thread = threading.Thread(target=server.serve_forever)

1234567