Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 37) sorted by relevance

12

/vim-8.2.3635/src/
H A Dfloat.c36 float_T f; in string2float() local
141 float_T f = 0.0; in f_acos() local
159 float_T f = 0.0; in f_asin() local
177 float_T f = 0.0; in f_atan() local
216 float_T f = 0.0; in f_ceil() local
234 float_T f = 0.0; in f_cos() local
252 float_T f = 0.0; in f_cosh() local
270 float_T f = 0.0; in f_exp() local
288 float_T f = 0.0; in f_float2nr() local
310 float_T f = 0.0; in f_floor() local
[all …]
H A Dpty.c193 int f; in mch_openpty() local
223 int f; in mch_openpty() local
241 int f; in mch_openpty() local
264 int f; in mch_openpty() local
289 int f; in mch_openpty() local
317 int f; in mch_openpty() local
355 int f; in mch_openpty() local
402 int f; in mch_openpty() local
H A Dif_perlsfio.c29 Sfio_t *f, // stream involved in sfvimwrite()
H A Dos_win32.h160 # define ASSERT(f) _ASSERT(f) argument
163 # define ASSERT(f) assert(f) argument
180 # define ASSERT(f) ((void)0) argument
H A Dmacros.h205 # define mch_open_rw(n, f) mch_open((n), (f), (mode_t)0600) argument
208 # define mch_open_rw(n, f) mch_open((n), (f), S_IREAD | S_IWRITE) argument
210 # define mch_open_rw(n, f) mch_open((n), (f), 0) argument
251 #define MB_COPY_CHAR(f, t) do { if (has_mbyte) mb_copy_char(&f, &t); else *t++ = *f++; } while (0) argument
H A Dsession.c314 int f; in put_view() local
574 float_T f = this_var->di_tv.vval.v_float; in store_session_globals() local
H A Dif_lua.c727 luaV_Funcref *f = (luaV_Funcref *) p; in luaV_totypval() local
1106 luaV_Funcref *f = (luaV_Funcref *) lua_touserdata(L, -1); in luaV_dict_index() local
1301 luaV_Funcref *f = (luaV_Funcref *)lua_newuserdata(L, sizeof(luaV_Funcref)); in luaV_newfuncref() local
1326 luaV_Funcref *f = (luaV_Funcref *) lua_touserdata(L, 1); in luaV_type_tostring() local
1339 luaV_Funcref *f = (luaV_Funcref *) lua_touserdata(L, 1); in luaV_funcref_len() local
1348 luaV_Funcref *f = (luaV_Funcref *) lua_touserdata(L, 1); in luaV_funcref_call() local
2333 luaV_Funcref *f = (luaV_Funcref *)lua_touserdata(L, 5); // key in luaV_setref() local
H A Dgui_at_fs.c935 static int f = 0; in SFdirModTimer() local
1793 float f; in SFvAreaSelectedCallback() local
1865 float f; in SFhAreaSelectedCallback() local
1931 float f; in SFpathAreaSelectedCallback() local
H A Dsha256.c100 #define P(a,b,c,d,e,f,g,h,x,K) \ in sha256_process() argument
H A Djson.c792 float_T f; in json_decode_item() local
H A Dstrings.c1752 double f = 0; in tv_float() local
2356 char f[6]; in vim_vsnprintf_typval() local
2499 double f; in vim_vsnprintf_typval() local
H A Dif_cscope.c1172 FILE *f; in cs_find_common() local
1738 cs_file_results(FILE *f, int *nummatches_a) in cs_file_results()
H A Dvim.h1679 # define GUI_FUNCTION(f) (gui.in_use ? gui_##f : termgui_##f) argument
1680 # define GUI_FUNCTION2(f, pixel) (gui.in_use \ argument
1687 # define GUI_FUNCTION(f) gui_##f argument
1688 # define GUI_FUNCTION2(f,pixel) ((pixel) != INVALCOLOR \ argument
1695 # define GUI_FUNCTION(f) termgui_##f argument
1696 # define GUI_FUNCTION2(f, pixel) termgui_##f((pixel)) argument
1795 # define INIT6(a, b, c, d, e, f) argument
1803 # define INIT6(a, b, c, d, e, f) = {a, b, c, d, e, f} argument
H A Dif_perl.xs1481 PerlIOVim_pushed(pTHX_ PerlIO *f, const char *mode, in PerlIOVim_pushed()
1492 PerlIOVim_write(pTHX_ PerlIO *f, const void *vbuf, Size_t count) in PerlIOVim_write()
H A Dgui_xmebw.c68 # define XmeDrawHighlight(a, b, c, d, e, f, g, h) \ argument
H A Deval.c1519 float_T f = n; in tv_op() local
1569 float_T f; in tv_op() local
3678 float_T f = 0.0; in eval7_leader() local
H A Dregexp_nfa.c2840 FILE *f; in nfa_postfix_dump() local
7210 FILE *f; in nfa_regtry() local
7507 FILE *f = fopen(NFA_REGEXP_RUN_LOG, "a"); in nfa_regcomp() local
H A Dscriptfile.c1466 char_u *f; in do_source() local
/vim-8.2.3635/src/VisVim/
H A DStdAfx.h48 #define VERIFY_OK(f) \ argument
66 #define VERIFY_OK(f) (f); argument
/vim-8.2.3635/src/xpm/include/
H A Dsimx.h52 #define FUNC(f, t, p) extern t f p argument
53 #define LFUNC(f, t, p) static t f p argument
55 #define FUNC(f, t, p) extern t f() argument
56 #define LFUNC(f, t, p) static t f() argument
H A Dxpm.h293 #define FUNC(f, t, p) extern t f p argument
294 #define LFUNC(f, t, p) static t f p argument
296 #define FUNC(f, t, p) extern t f() argument
297 #define LFUNC(f, t, p) static t f() argument
/vim-8.2.3635/runtime/ftplugin/
H A Ddebcontrol.vim29 function! s:getField(f, lnum) argument
/vim-8.2.3635/runtime/indent/
H A Djavascript.vim89 function s:ParseCino(f) argument
194 function s:Pure(f,...) argument
/vim-8.2.3635/runtime/pack/dist/opt/dvorak/dvorak/
H A Denable.vim13 inoremap f u map
/vim-8.2.3635/runtime/macros/
H A Dless.vim106 map f <Space> map

12