Home
last modified time | relevance | path

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

12

/vim-8.2.3635/src/testdir/
H A Dtest_fold.vim1036 \ a:fs .. a:fs .. ' three '], ScreenLines([1, 3], 10))
1057 \ a:fs .. a:fs .. ' five ',
1058 \ a:fs .. ' six ',
1065 \ a:fs .. a:fs .. a:fc .. '+---- ',
1066 \ a:fs .. a:fs .. ' five ',
1067 \ a:fs .. ' six ',
1086 \ a:fs .. ' six ',
1098 \ a:fs .. 'six ',
1112 \ a:fs .. a:fs .. ' 5 five ',
1128 call assert_equal('f 5 ' .. a:fs .. a:fs,
[all …]
H A Dtest_highlight.vim767 set highlight=fs
768 call assert_equal('fs', &highlight)
H A Dtest_mapping.vim469 nmap <script> ,fs /^\k\+ (<CR>
471 \ 'n ,fs & /^\k\+ (<CR>',
H A Dtest_functions.vim378 Set fs = CreateObject("Scripting.FileSystemObject")
381 shortcut.TargetPath = fs.BuildPath(ws.CurrentDirectory, "Xfile")
H A Dtest_filetype.vim185 \ 'forth': ['file.fs', 'file.ft', 'file.fth'],
H A Dtest_cindent.vim2486 setl cino={s,fs
/vim-8.2.3635/src/
H A Dgui_x11.c129 static int fontset_width(XFontSet fs);
130 static int fontset_ascent(XFontSet fs);
2091 check_fontset_sanity(XFontSet fs) in check_fontset_sanity() argument
2142 fontset_width(XFontSet fs) in fontset_width() argument
2149 XFontSet fs) in fontset_height() argument
2153 extents = XExtentsOfFontSet(fs); in fontset_height()
2164 fontset_height2(XFontSet fs) in fontset_height2() argument
2168 extents = XExtentsOfFontSet(fs); in fontset_height2()
2176 fontset_descent(XFontSet fs)
2186 fontset_ascent(XFontSet fs) in fontset_ascent() argument
[all …]
H A Dgui_gtk.c1373 GtkFileSelection *fs; // shortcut in gui_mch_browse() local
1379 fs = GTK_FILE_SELECTION(gui.filedlg); in gui_mch_browse()
1381 gtk_container_border_width(GTK_CONTAINER(fs), 4); in gui_mch_browse()
1383 gtk_signal_connect(GTK_OBJECT(fs->ok_button), in gui_mch_browse()
1385 gtk_signal_connect(GTK_OBJECT(fs->cancel_button), in gui_mch_browse()
H A Dgui_motif.c315 XFontStruct *fs; in label_expose() local
317 _XmFontListGetDefaultFont(lw->label.font, &fs); in label_expose()
326 if (fs != 0) in label_expose()
329 values.font = fs->fid; in label_expose()
/vim-8.2.3635/src/proto/
H A Dgui_x11.pro25 int fontset_height(XFontSet fs);
26 int fontset_height2(XFontSet fs);
/vim-8.2.3635/runtime/
H A Dtermcap25 :hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun:
27 :hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun-e:
H A Doptwin.vim1071 call <SID>BinOptionG("fs", &fs)
H A Dfiletype.vim635 au BufNewFile,BufRead *.fs,*.ft,*.fth setf forth
/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 Dgkrellmrc.vim44 syn keyword gkrellmrcMeterName apm cal clock fs host mail mem swap timer sensors uptime
H A Dmplayerconf.vim59 \ fbmodeconfig forcexv fs fsmode-dontuse fstype
H A Dgnuplot.vim198 syn keyword gnuplotKeyword fill fs nohidden3d nocontours nosurface palette
326 syn keyword gnuplotKeyword object behind fillcolor fc fs rectangle ellipse
H A Dskill.vim160 syn match skillFunction "([fs]\=printf\>"hs=s+1
161 syn match skillFunction "\<[fs]\=printf("he=e-1
H A Dfasm.vim23 syn keyword fasmRegister eax ebp ebx ecx edi edx es esi esp fs gs mm0 mm1 mm2 mm3
H A Dforth.vim6 " Filenames: *.fs,*.ft
H A Dfstab.vim187 syn match fsOptionsKeywords contained /\<fs=/ nextgroup=fsOptionsString
H A Dsas.vim136 …cdelete chart cmap choro copy delete device dial donut exclude flow format fs goptions gout grid g…
H A Dvim.vim39 …ul deco diff dy efm eol et fde fen fileencodings fk foldenable foldnestmax fs gfs gtl guioptions h…
/vim-8.2.3635/.github/workflows/
H A Dci.yml145 ln -fs /usr/bin/llvm-cov ${HOME}/bin/gcov
/vim-8.2.3635/runtime/doc/
H A Dquickref.txt726 'fsync' 'fs' whether to invoke fsync() after file write

12