Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 95) sorted by relevance

1234

/vim-8.2.3635/src/
H A Dlist.c91 list_T *l; in list_alloc() local
119 list_T *l; in list_alloc_with_items() local
480 list_T *l, in list_find_nr()
800 list_T *l, in check_range_index_two()
1106 list_T *l; in list_concat() local
1180 list_T *l; in list_slice_or_index() local
1330 list_T *l, in list_join_inner()
1408 list_T *l, in list_join()
1650 list_T *l; in f_list2str() local
1709 list_T *l; in list_remove() local
[all …]
H A Dversion.c8061 int h, m, l; in has_patch() local
8153 int l = vim_strsize(items[i]) + (i == current ? 2 : 0); in list_in_columns() local
8649 int l; in do_intro_line() local
H A Dif_lua.c779 size_t l; in luaV_toline() local
797 size_t l; in luaV_msgfunc() local
876 list_T *l = luaV_unbox(L, luaV_List, 1); in luaV_pushtype() local
1274 size_t i, l = 0; in luaV_blob_add() local
1729 size_t l; in luaV_print() local
1769 size_t l; in luaV_debug() local
1948 list_T *l; in luaV_list() local
2044 size_t i, l = 0; in luaV_blob() local
2080 size_t l; in luaV_buffer() local
2280 size_t l; in luaV_luaeval() local
[all …]
H A Dcindent.c555 int l = (int)STRLEN(word); in cin_starts_with() local
719 int i, l; in cin_isinit() local
851 after_label(char_u *l) in after_label()
880 char_u *l; in get_indent_nolabel() local
905 char_u *l; in skip_label() local
1120 find_last_paren(char_u *l, int start, int end) in find_last_paren()
1712 char_u *l; in parse_cino() local
2054 char_u *l; in get_c_indent() local
H A Dif_mzsch.h57 # define MZ_GC_ARRAY_VAR_IN_REG(x, v, l) // empty argument
H A Dmatch.c424 linenr_T l; in next_search_hl() local
1005 list_T *l; in f_getmatches() local
1052 list_T *l; in f_setmatches() local
1234 list_T *l; in f_matchaddpos() local
H A Dchange.c1210 int l; in del_chars() local
1838 int l; in open_line() local
1858 int l = mb_head_off(leader, p); in open_line() local
1888 int l; in open_line() local
1920 int l = (*mb_ptr2len)(p); in open_line() local
H A Dos_mac_conv.c57 int buflen, in, out, l, i; in mac_string_convert() local
239 CFIndex l; in enc2macroman() local
H A Dblob.c493 list_T *l; in f_blob2list() local
514 list_T *l; in f_list2blob() local
H A Dstrings.c79 int l; in vim_strsave_escaped_ext() local
155 int l; in vim_strsave_shellescape() local
370 int l; in strup_save() local
437 int l; in strlow_save() local
600 int l = utfc_ptr2len(p); in vim_strchr() local
751 size_t l = str1 == NULL ? 0 : STRLEN(str1); in concat_str() local
2502 int l; in vim_vsnprintf_typval() local
H A Djob.c987 win32_build_cmd(list_T *l, garray_T *gap) in win32_build_cmd()
1402 list_T *l = argvars[0].vval.v_list; in job_start() local
1814 list_T *l; in job_info() local
1862 job_info_all(list_T *l) in job_info_all()
H A Dmark.c1409 add_mark(list_T *l, char_u *mname, pos_T *pos, int bufnr, char_u *fname) in add_mark()
1448 get_buf_local_marks(buf_T *buf, list_T *l) in get_buf_local_marks()
1476 get_global_marks(list_T *l) in get_global_marks()
H A Dwinclip.c58 int l; in utf8_to_utf16() local
107 int l; in utf16_to_utf8() local
H A Dhelp.c880 int l; in fix_help_buffer() local
1047 int l; in helptags_one() local
H A Ddrawscreen.c1106 # define RL_MEMSET(p, v, l) \ in fold_line() argument
1116 # define RL_MEMSET(p, v, l) \ in fold_line() argument
2261 linenr_T l; in win_update() local
H A Ddigraph.c2146 digraph_getlist_appendpair(digr_T *dp, list_T *l) in digraph_getlist_appendpair()
2497 list_T *pl, *l; in f_digraph_setlist() local
H A Dpty.c401 char *p, *q, *l, *d; in mch_openpty() local
/vim-8.2.3635/runtime/ftplugin/
H A Ddebcontrol.vim56 function! DebControlFold(l) argument
/vim-8.2.3635/src/testdir/
H A Dtest_listener.vim3 func s:StoreList(s, e, a, l) argument
11 func s:AnotherStoreList(l) argument
15 func s:EvilStoreList(l) argument
H A Dtest_ins_complete.vim376 func s:ComplInCmdwin_GlobalCompletion(a, l, p) argument
380 func s:ComplInCmdwin_LocalCompletion(a, l, p) argument
424 func s:ComplInCmdwin_GlobalCompletionList(a, l, p) argument
428 func s:ComplInCmdwin_LocalCompletionList(a, l, p) argument
H A Dtest_vartabs.vim394 func s:SaveCol(l) argument
H A Dtest_arglist.vim121 func Assert_argc(l) argument
/vim-8.2.3635/src/xxd/
H A Dxxd.c178 # define STRNCMP(s1, s2, l) strncmp(s1, s2, (size_t)l) argument
180 # define STRNCMP(s1, s2, l) strncmp(s1, s2, l) argument
397 xxdline(FILE *fp, char *l, int nz) in xxdline()
468 static char l[LLEN+1]; /* static because it may be too big for stack */ in main() local
/vim-8.2.3635/runtime/indent/
H A Djavascript.vim80 function s:SynAt(l,c) argument
/vim-8.2.3635/runtime/pack/dist/opt/dvorak/dvorak/
H A Denable.vim19 inoremap l n map

1234