Home
last modified time | relevance | path

Searched refs:fc (Results 1 – 21 of 21) sorted by relevance

/vim-8.2.3635/src/
H A Duserfunc.c2013 vim_free(fc); in free_funccal()
2490 ufunc_T *caller = fc->caller == NULL ? NULL : fc->caller->func; in call_user_func()
2520 init_var_dict(&fc->l_vars, &fc->l_vars_var, VAR_DEF_SCOPE); in call_user_func()
2541 init_var_dict(&fc->l_avars, &fc->l_avars_var, VAR_SCOPE); in call_user_func()
2543 add_nr_var(&fc->l_avars, &fc->fixvar[fixvar_idx++].var, "0", in call_user_func()
2723 fc->caller == NULL ? NULL : fc->caller->func); in call_user_func()
5436 fc = *pfc; in free_unref_funccal()
5631 for (fc = previous_funccal; fc != NULL; fc = fc->caller) in set_ref_in_previous_funccal()
5666 for (fc = current_funccal; fc != NULL; fc = fc->caller) in set_ref_in_call_stack()
5672 for (fc = entry->top_funccal; fc != NULL; fc = fc->caller) in set_ref_in_call_stack()
[all …]
H A Dprofiler.c625 funccall_T *fc = get_current_funccal(); in prof_child_enter() local
627 if (fc != NULL && fc->func->uf_profiling) in prof_child_enter()
628 profile_start(&fc->prof_child); in prof_child_enter()
640 funccall_T *fc = get_current_funccal(); in prof_child_exit() local
642 if (fc != NULL && fc->func->uf_profiling) in prof_child_exit()
644 profile_end(&fc->prof_child); in prof_child_exit()
645 profile_sub_wait(tm, &fc->prof_child); // don't count waiting time in prof_child_exit()
646 profile_add(&fc->func->uf_tm_children, &fc->prof_child); in prof_child_exit()
647 profile_add(&fc->func->uf_tml_children, &fc->prof_child); in prof_child_exit()
H A Dgui_gtk.c1254 GtkFileChooserNative *fc; in gui_mch_browse() local
1256 GtkWidget *fc; in gui_mch_browse()
1285 fc = gtk_file_chooser_native_new( in gui_mch_browse()
1287 fc = gtk_file_chooser_dialog_new( in gui_mch_browse()
1305 gtk_file_chooser_set_current_folder(GTK_FILE_CHOOSER(fc), in gui_mch_browse()
1330 gtk_file_chooser_add_filter(GTK_FILE_CHOOSER(fc), in gui_mch_browse()
1348 gtk_file_chooser_set_current_name(GTK_FILE_CHOOSER(fc), (char *)dflt); in gui_mch_browse()
1354 if (gtk_dialog_run(GTK_DIALOG(fc)) == GTK_RESPONSE_ACCEPT) in gui_mch_browse()
1359 filename = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(fc)); in gui_mch_browse()
1364 g_object_unref(fc); in gui_mch_browse()
[all …]
H A Dfileio.c808 int fc; in readfile() local
820 fc = fname[STRLEN(fname) - 1]; in readfile()
821 if (TOLOWER_ASC(fc) == 'x') in readfile()
/vim-8.2.3635/src/testdir/
H A Dtest_fold.vim1010 func s:mbyte_fillchar_tests(fo, fc, fs) argument
1015 call assert_equal([a:fc .. ' +-- 2 ', ' three '],
1022 call assert_equal([a:fc .. ' +-- 2 ', ' three '],
1029 call assert_equal([a:fc .. ' +-- 4 ', ' five '],
1032 call assert_equal([a:fo .. ' one ', a:fs .. a:fc .. ' +--- 2'],
1038 call assert_equal([a:fo .. ' one ', a:fs .. a:fc .. ' +--- 2'],
1041 call assert_equal([a:fc .. ' +-- 4 ', ' five '],
1049 call assert_equal([a:fc .. ' +-- 6 '], ScreenLines(1, 10))
1065 \ a:fs .. a:fs .. a:fc .. '+---- ',
1073 \ a:fs .. a:fc .. ' +--- 4',
H A Dtest_gui.vim495 let fc_match = exepath('fc-match')
499 let &guifont = system('fc-match -f "%{family[0]} %{size}" monospace:size=10:lang=en')
500 let wide = system('fc-match -f "%{family[0]} %{size}" monospace:size=10:lang=ja')
H A Dtest_highlight.vim771 set highlight=fc
772 call assert_equal('fc', &highlight)
H A Dtest_search.vim1457 call feedkeys("fc/m\<C-L>\<C-L>\<C-L>\<C-L>\<C-L>\<CR>", 'tx')
/vim-8.2.3635/runtime/syntax/
H A Dpcap.vim24 syn match pcapKeyword contained ':\(br\|du\|fc\|fs\|mx\|pc\|pl\|pw\|px\|py\|xc\|xs\)#\d\+'
H A Dia64.vim43 syn keyword ia64opcode fabs fand fandcm fc flushrs fneg fnegabs for
45 syn keyword ia64opcode fc fwb fxor loadrs movl mux1 mux2 or padd4
H A Dabel.vim100 syn match abelExtension "\.fc\>"
H A Ddosbatch.vim103 syn keyword dosbatchImplicit erase fc find findstr format ftype
H A Dj.vim29 …ho empty endian erase evtloop exit expand f2utf8 fappend fappends fboxname fc fcompare fcompares f…
H A Dbtm.vim163 syn keyword btmCommand fc fdisk ffind find format
H A Dzsh.vim124 \ enable eval exec exit export false fc fg
H A Dsh.vim588 …syn keyword shStatement autoload compound fc float functions hash history integer nameref nohup r …
600 syn keyword shStatement fc hash history source suspend times type
H A Dgnuplot.vim326 syn keyword gnuplotKeyword object behind fillcolor fc fs rectangle ellipse
H A Daml.vim49 …entation done end environment erase execute exiting expand export external fc files first format f…
H A Dperl.vim82 …\|chr\|crypt\|r\=index\|lc\%(first\)\=\|length\|ord\|pack\|sprintf\|substr\|fc\|uc\%(first\)\=\)\>"
/vim-8.2.3635/runtime/
H A Dfiletype.vim1627 …,bashrc,bash.bashrc,.bash[_-]profile,.bash[_-]logout,.bash[_-]aliases,bash-fc[-.],*.ebuild,*.bash,…
2014 au BufNewFile,BufRead *.ws[fc] setf wsh
2306 au BufNewFile,BufRead .bashrc*,.bash[_-]profile*,.bash[_-]logout*,.bash[_-]aliases*,bash-fc[-.]*,PK…
/vim-8.2.3635/runtime/doc/
H A Dquickfix.txt238 `git commit` will abort the committing process, `fc`