| /vim-8.2.3635/src/ |
| H A D | float.c | 36 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 D | pty.c | 193 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 D | if_perlsfio.c | 29 Sfio_t *f, // stream involved in sfvimwrite()
|
| H A D | os_win32.h | 160 # define ASSERT(f) _ASSERT(f) argument 163 # define ASSERT(f) assert(f) argument 180 # define ASSERT(f) ((void)0) argument
|
| H A D | macros.h | 205 # 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 D | session.c | 314 int f; in put_view() local 574 float_T f = this_var->di_tv.vval.v_float; in store_session_globals() local
|
| H A D | if_lua.c | 727 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 D | gui_at_fs.c | 935 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 D | sha256.c | 100 #define P(a,b,c,d,e,f,g,h,x,K) \ in sha256_process() argument
|
| H A D | json.c | 792 float_T f; in json_decode_item() local
|
| H A D | strings.c | 1752 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 D | if_cscope.c | 1172 FILE *f; in cs_find_common() local 1738 cs_file_results(FILE *f, int *nummatches_a) in cs_file_results()
|
| H A D | vim.h | 1679 # 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 D | if_perl.xs | 1481 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 D | gui_xmebw.c | 68 # define XmeDrawHighlight(a, b, c, d, e, f, g, h) \ argument
|
| H A D | eval.c | 1519 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 D | regexp_nfa.c | 2840 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 D | scriptfile.c | 1466 char_u *f; in do_source() local
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | StdAfx.h | 48 #define VERIFY_OK(f) \ argument 66 #define VERIFY_OK(f) (f); argument
|
| /vim-8.2.3635/src/xpm/include/ |
| H A D | simx.h | 52 #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 D | xpm.h | 293 #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 D | debcontrol.vim | 29 function! s:getField(f, lnum) argument
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | javascript.vim | 89 function s:ParseCino(f) argument 194 function s:Pure(f,...) argument
|
| /vim-8.2.3635/runtime/pack/dist/opt/dvorak/dvorak/ |
| H A D | enable.vim | 13 inoremap f u map
|
| /vim-8.2.3635/runtime/macros/ |
| H A D | less.vim | 106 map f <Space> map
|