Home
last modified time | relevance | path

Searched refs:lp (Results 1 – 25 of 50) sorted by relevance

12

/vim-8.2.3635/src/
H A Deval.c876 lp->ll_name = lp->ll_exp_name; in get_lval()
1109 lp->ll_dict = lp->ll_tv->vval.v_dict; in get_lval()
1183 lp->ll_tv = &lp->ll_di->di_tv; in get_lval()
1204 if (lp->ll_range && !lp->ll_empty2) in get_lval()
1212 lp->ll_blob = lp->ll_tv->vval.v_blob; in get_lval()
1230 lp->ll_li = check_range_index_one(lp->ll_list, &lp->ll_n1, quiet); in get_lval()
1247 if (lp->ll_range && !lp->ll_empty2) in get_lval()
1253 &lp->ll_n1, lp->ll_li, in get_lval()
1258 lp->ll_tv = &lp->ll_li->li_tv; in get_lval()
1320 if (blob_set_range(lp->ll_blob, lp->ll_n1, lp->ll_n2, in set_var_lval()
[all …]
H A Dmove.c1681 if (lp->fill < diff_check_fill(curwin, lp->lnum)) in topline_back()
1684 ++lp->fill; in topline_back()
1690 --lp->lnum; in topline_back()
1698 if (hasFolding(lp->lnum, &lp->lnum, NULL)) in topline_back()
1703 lp->height = PLINES_NOFILL(lp->lnum); in topline_back()
1734 if (hasFolding(lp->lnum, NULL, &lp->lnum)) in botline_forw()
1739 lp->height = PLINES_NOFILL(lp->lnum); in botline_forw()
1755 lp->fill = diff_check_fill(curwin, lp->lnum) - lp->fill + 1; in botline_topline()
1769 lp->fill = diff_check_fill(curwin, lp->lnum) - lp->fill + 1; in topline_botline()
2642 lp->height = plines_nofill(lp->lnum); in get_scroll_overlap()
[all …]
H A Dspell.c1645 slang_T *lp; in slang_alloc() local
1648 if (lp != NULL) in slang_alloc()
1659 return lp; in slang_alloc()
1671 vim_free(lp); in slang_free()
1696 gap = round == 1 ? &lp->sl_rep : &lp->sl_repsal; in slang_clear()
1808 slang_T *lp, in count_common_word() argument
2251 lp->lp_sallang = lp->lp_slang; in did_set_spelllang()
2269 lp->lp_replang = lp->lp_slang; in did_set_spelllang()
3062 langp_T *lp; in eval_soundfold() local
3793 langp_T *lp; in ex_spellinfo() local
[all …]
H A Dspellfile.c387 if (lp == NULL) in spell_load_file()
399 lp = old_lp; in spell_load_file()
471 res = read_rep_section(fd, &lp->sl_rep, lp->sl_rep_first); in spell_load_file()
475 res = read_rep_section(fd, &lp->sl_repsal, lp->sl_repsal_first); in spell_load_file()
556 res = spell_read_tree(fd, &lp->sl_fbyts, &lp->sl_fbyts_len, in spell_load_file()
576 first_lang = lp; in spell_load_file()
586 slang_free(lp); in spell_load_file()
587 lp = NULL; in spell_load_file()
598 return lp; in spell_load_file()
669 langp_T *lp; in suggest_load_files() local
[all …]
H A Dmisc2.c359 lp->col = 0; in inc()
360 lp->lnum++; in inc()
375 if ((r = inc(lp)) >= 1 && lp->col) in incl()
376 r = inc(lp); in incl()
404 lp->col -= (*mb_head_off)(p, p + lp->col); in dec()
411 lp->col--; in dec()
415 lp->col -= (*mb_head_off)(p, p + lp->col); in dec()
423 lp->lnum--; in dec()
427 lp->col -= (*mb_head_off)(p, p + lp->col); in dec()
443 if ((r = dec(lp)) == 1 && lp->col) in decl()
[all …]
H A Dspellsuggest.c772 langp_T *lp; in spell_find_suggest() local
1171 langp_T *lp; in suggest_try_change() local
1244 langp_T *lp, in suggest_trie_walk() argument
2828 langp_T *lp; in score_comp_sal() local
2886 langp_T *lp; in score_combine() local
3065 langp_T *lp; in suggest_try_soundalike_prep() local
3074 slang = lp->lp_slang; in suggest_try_soundalike_prep()
3089 langp_T *lp; in suggest_try_soundalike() local
3098 slang = lp->lp_slang; in suggest_try_soundalike()
3124 langp_T *lp; in suggest_try_soundalike_finish() local
[all …]
H A Devalvars.c1647 lval_T *lp, in do_unlet_var() argument
1663 if (*lp->ll_name == '$') in do_unlet_var()
1670 && value_check_lock(lp->ll_list->lv_lock, lp->ll_name, FALSE)) in do_unlet_var()
1672 && value_check_lock(lp->ll_dict->dv_lock, lp->ll_name, FALSE))) in do_unlet_var()
1676 if (list_unlet_range(lp->ll_list, lp->ll_li, lp->ll_name, lp->ll_n1, in do_unlet_var()
1677 !lp->ll_empty2, lp->ll_n2) == FAIL) in do_unlet_var()
1684 listitem_remove(lp->ll_list, lp->ll_li); in do_unlet_var()
1687 dictitem_remove(lp->ll_dict, lp->ll_di); in do_unlet_var()
1805 lval_T *lp, in do_lock_var() argument
1861 while (li != NULL && (lp->ll_empty2 || lp->ll_n2 >= lp->ll_n1)) in do_lock_var()
[all …]
H A Dmark.c972 lp = add; \
973 if (*lp >= line1 && *lp <= line2) \
976 *lp = 0; \
978 *lp += amount; \
981 *lp += amount_after; \
987 lp = add; \
988 if (*lp >= line1 && *lp <= line2) \
991 *lp = line1; \
993 *lp += amount; \
996 *lp += amount_after; \
[all …]
H A Dviminfo.c1431 char_u *lp; in read_viminfo_search_pattern() local
1458 lp = virp->vir_line; in read_viminfo_search_pattern()
1459 if (lp[0] == '~' && (lp[1] == 'm' || lp[1] == 'M')) // new line type in read_viminfo_search_pattern()
1463 if (lp[2] == 's') in read_viminfo_search_pattern()
1465 if (lp[3] == 'L') in read_viminfo_search_pattern()
1467 if (lp[4] == 'E') in read_viminfo_search_pattern()
1469 lp += 5; in read_viminfo_search_pattern()
1470 off = getdigits(&lp); in read_viminfo_search_pattern()
1475 lp++; in read_viminfo_search_pattern()
1477 if (lp[0] == '/') in read_viminfo_search_pattern()
[all …]
H A Dmbyte.c4282 mb_adjustpos(buf_T *buf, pos_T *lp) in mb_adjustpos() argument
4286 if (lp->col > 0 || lp->coladd > 1) in mb_adjustpos()
4288 p = ml_get_buf(buf, lp->lnum, FALSE); in mb_adjustpos()
4289 if (*p == NUL || (int)STRLEN(p) < lp->col) in mb_adjustpos()
4290 lp->col = 0; in mb_adjustpos()
4292 lp->col -= (*mb_head_off)(p, p + lp->col); in mb_adjustpos()
4295 if (lp->coladd == 1 in mb_adjustpos()
4296 && p[lp->col] != TAB in mb_adjustpos()
4297 && vim_isprintc((*mb_ptr2char)(p + lp->col)) in mb_adjustpos()
4298 && ptr2cells(p + lp->col) > 1) in mb_adjustpos()
[all …]
H A Dmacros.h19 #define PBYTE(lp, c) (*(ml_get_buf(curbuf, (lp).lnum, TRUE) + (lp).col) = (c)) argument
H A Dsign.c905 sign_T *lp; in alloc_new_sign() local
916 for (lp = first_sign; lp != NULL; ) in alloc_new_sign()
918 if (lp->sn_typenr == next_sign_typenr) in alloc_new_sign()
929 lp = first_sign; // start all over in alloc_new_sign()
932 lp = lp->sn_next; in alloc_new_sign()
H A Djob.c255 linenr_T *lp; in get_job_options() local
261 lp = &opt->jo_in_top; in get_job_options()
266 lp = &opt->jo_in_bot; in get_job_options()
269 *lp = tv_get_number(item); in get_job_options()
270 if (*lp < 0) in get_job_options()
H A Dregister.c424 char_u *lp; in stuff_yank() local
442 lp = alloc(STRLEN(*pp) + STRLEN(p) + 1); in stuff_yank()
443 if (lp == NULL) in stuff_yank()
448 STRCPY(lp, *pp); in stuff_yank()
449 STRCAT(lp, p); in stuff_yank()
452 *pp = lp; in stuff_yank()
H A Dnetbeans.c247 char_u *lp; in getConnInfo() local
275 while ((lp = (char_u *)fgets((char *)buf, BUFSIZ, fp)) != NULL) in getConnInfo()
277 if ((nlp = vim_strchr(lp, '\n')) != NULL) in getConnInfo()
280 if (STRNCMP(lp, "host=", 5) == 0) in getConnInfo()
285 else if (STRNCMP(lp, "port=", 5) == 0) in getConnInfo()
290 else if (STRNCMP(lp, "auth=", 5) == 0) in getConnInfo()
/vim-8.2.3635/src/proto/
H A Dspell.pro12 void slang_free(slang_T *lp);
13 void slang_clear(slang_T *lp);
14 void slang_clear_sug(slang_T *lp);
15 void count_common_word(slang_T *lp, char_u *word, int len, int count);
H A Dmisc2.pro9 int inc(pos_T *lp);
10 int incl(pos_T *lp);
12 int dec(pos_T *lp);
13 int decl(pos_T *lp);
H A Deval.pro26 char_u *get_lval(char_u *name, typval_T *rettv, lval_T *lp, int unlet, int skip, int flags, int fne…
27 void clear_lval(lval_T *lp);
28 void set_var_lval(lval_T *lp, char_u *endp, typval_T *rettv, int copy, int flags, char_u *op, int v…
/vim-8.2.3635/src/testdir/
H A Dtest_exit.vim92 au VimLeavePre * call writefile(['lp = ' .. v:exiting], 'Xtestout', 'a')
97 call assert_equal(['qp = v:null', 'ep = v:null', 'lp = 0', 'l = 0'], readfile('Xtestout'))
102 call assert_equal(['lp = 1', 'l = 1'], readfile('Xtestout'))
107 call assert_equal(['lp = 4', 'l = 4'], readfile('Xtestout'))
/vim-8.2.3635/runtime/ftplugin/
H A Ddebchangelog.vim303 " try to detect whether this is closes: or lp:
315 let g:debchangelog_complete_mode = 'lp'
323 if g:debchangelog_complete_mode ==? 'lp'
335 lp = Launchpad.login_anonymously('debchangelog.vim', 'production')
336 ubuntu = lp.distributions['ubuntu']
/vim-8.2.3635/runtime/indent/
H A Dsqlanywhere.vim88 let lp = substitute(l, '[^(]', '', 'g')
94 " \ (strlen(rp) - strlen(lp))
95 return (strlen(rp) - strlen(lp))
98 " \ (strlen(lp) - strlen(rp))
99 return (strlen(lp) - strlen(rp))
/vim-8.2.3635/runtime/lang/
H A Dmenu_sv_se.latin1.vim20 menutrans &Help &Hj�lp
230 tmenu ToolBar.Help Hj�lp
231 tmenu ToolBar.FindHelp S�k i hj�lp
248 let menutrans_help_dialog = "Skriv in ett kommando eller ord som du vill s�ka hj�lp p�:\n\nB�rja me…
H A Dmenu_da.utf-8.vim16 menut &Help Hjælp
31 let g:menutrans_help_dialog = "Indtast en kommando eller ord for at finde hjælp om:\n\nStart med i_…
359 tmenu ToolBar.Help Vim hjælp
360 tmenu ToolBar.FindHelp Søg i Vim hjælp
374 menut Help<tab><F1> Hjælp<tab><F1>
/vim-8.2.3635/runtime/syntax/
H A Dpcap.vim26 syn match pcapKeyword contained ':\(af\|cf\|df\|ff\|gf\|if\|lf\|lo\|lp\|nd\|nf\|of\|rf\|rg\|rm\|rp\…
H A Dcmusrc.vim88 syn match cmusrcLoadSwitches contained display '-[lp]'
99 syn match cmusrcSaveSwitches contained display '-[lp]'

12