Home
last modified time | relevance | path

Searched refs:dp (Results 1 – 25 of 33) sorted by relevance

12

/vim-8.2.3635/src/
H A Ddiff.c95 for ((dp) = (tp)->tp_first_diff; (dp) != NULL; (dp) = (dp)->df_next)
332 if ((dp == NULL || dp->df_lnum[idx] - 1 > line2 in diff_mark_adjust_tp()
494 dp = dp->df_next; in diff_mark_adjust_tp()
520 dp = dp->df_next; in diff_mark_adjust_tp()
644 if (dp->df_lnum[i] + dp->df_count[i] - 1 in diff_check_sanity()
1717 dp = dp->df_next; in diff_read()
1809 dp = dp->df_next; in diff_read()
2846 dp = dp->df_next; in ex_diffgetput()
2891 dp = dp->df_next; in ex_diffgetput()
2989 for (dp = curtab->tp_first_diff; ; dp = dp->df_next) in diff_move_to()
[all …]
H A Ddigraph.c1845 ++dp; in get_digraph_for_char()
1916 if ((int)dp->char1 == char1 && (int)dp->char2 == char2) in getexactdigraph()
1921 ++dp; in getexactdigraph()
1937 ++dp; in getexactdigraph()
2013 ++dp; in registerdigraph()
2121 if (getexactdigraph(dp->char1, dp->char2, FALSE) == dp->result in listdigraphs()
2125 ++dp; in listdigraphs()
2139 ++dp; in listdigraphs()
2220 if (getexactdigraph(dp->char1, dp->char2, FALSE) == dp->result in digraph_getlist_common()
2224 ++dp; in digraph_getlist_common()
[all …]
H A Dmemline.c1632 *((char_u *)dp + dp->db_txt_end - 1) = NUL; in ml_recover()
2890 mch_memmove((char *)dp + dp->db_txt_start, in ml_append_int()
2891 (char *)dp + dp->db_txt_start + len, in ml_append_int()
2894 dp->db_index[i + 1] = dp->db_index[i] - len; in ml_append_int()
2899 dp->db_index[db_idx + 1] = dp->db_txt_start; in ml_append_int()
4008 (char *)dp + dp->db_txt_start, in ml_flush_line()
4082 dp->db_free = dp->db_txt_start - HEADER_SIZE; in ml_new_data()
5370 text_start = (char_u *)dp + dp->db_txt_start; in ml_encrypt_data()
5407 text_start = (char_u *)dp + dp->db_txt_start; in ml_decrypt_data()
5408 text_len = dp->db_txt_end - dp->db_txt_start; in ml_decrypt_data()
[all …]
H A Dos_amiga.c1515 char_u *starbuf, *sp, *dp; in mch_expandpath() local
1554 for (sp = pat, dp = starbuf; *sp; ++sp) in mch_expandpath()
1558 *dp++ = '#'; in mch_expandpath()
1559 *dp++ = '?'; in mch_expandpath()
1562 *dp++ = *sp; in mch_expandpath()
1564 *dp = NUL; in mch_expandpath()
H A Dfilepath.c3599 struct dirent *dp; in unix_expandpath() local
3716 dp = readdir(dirp); in unix_expandpath()
3717 if (dp == NULL) in unix_expandpath()
3719 if ((dp->d_name[0] != '.' || starts_with_dot in unix_expandpath()
3721 && dp->d_name[1] != NUL in unix_expandpath()
3722 && (dp->d_name[1] != '.' || dp->d_name[2] != NUL))) in unix_expandpath()
3724 (char_u *)dp->d_name, (colnr_T)0)) in unix_expandpath()
3726 && fnamencmp(path + (s - buf), dp->d_name, e - s) == 0))) in unix_expandpath()
3728 STRCPY(s, dp->d_name); in unix_expandpath()
H A Dglobals.h1901 #define FOR_ALL_DIFFBLOCKS_IN_TAB(tp, dp) \ argument
1902 for ((dp) = (tp)->tp_first_diff; (dp) != NULL; (dp) = (dp)->df_next)
H A Dfileio.c4776 struct dirent *dp; in readdir_core() local
4891 dp = readdir(dirp); in readdir_core()
4892 if (dp == NULL) in readdir_core()
4894 p = (char_u *)dp->d_name; in readdir_core()
5024 DIR *dp = NULL; in vim_opentempdir() local
5029 dp = opendir((const char*)vim_tempdir); in vim_opentempdir()
5031 if (dp != NULL) in vim_opentempdir()
5033 vim_tempdir_dp = dp; in vim_opentempdir()
H A Dgui_at_fs.c2018 struct dirent *dp; in SFgetDir() local
2040 while ((dp = readdir(dirp))) in SFgetDir()
2043 if (strcmp(dp->d_name, ".") == 0 || strcmp(dp->d_name, "..") == 0) in SFgetDir()
2052 str = dp->d_name; in SFgetDir()
H A Dos_unix.c2747 struct dirent *dp; in fname_case() local
2768 while ((dp = readdir(dirp)) != NULL) in fname_case()
2772 if (STRICMP(tail, dp->d_name) == 0 in fname_case()
2773 && STRLEN(tail) == STRLEN(dp->d_name)) in fname_case()
2780 vim_strncpy(newname + (tail - name), (char_u *)dp->d_name, in fname_case()
2786 STRCPY(tail, dp->d_name); in fname_case()
H A Dif_python.c322 static int(*dll_PyDict_SetItemString)(PyObject *dp, char *key, PyObject *item);
H A Dif_python3.c379 static int (*py3_PyDict_SetItemString)(PyObject *dp, char *key, PyObject *item);
H A Duserfunc.c1978 dict_T *dp, in add_nr_var() argument
1985 hash_add(&dp->dv_hashtab, DI2HIKEY(v)); in add_nr_var()
/vim-8.2.3635/src/testdir/
H A Dtest_diffmode.vim349 " dp and do with invalid buffer number.
351 call assert_fails('norm 99999dp', 'E102:')
356 " dp and do with valid buffer number.
366 exe 'norm ' . bn1 . 'dp'
375 " dp and do with buffer number which is not in diff mode.
380 call assert_fails('exe "norm" . bn3 . "dp"', 'E103:')
399 norm dp]c
400 norm dp]c
745 call assert_fails('norm dp', 'E793:')
H A Dtest_prompt_buffer.vim153 call assert_beeps("normal! dp")
H A Dtest_excmd.vim559 call assert_equal([' bar'], split(execute('dp'), "\n"))
/vim-8.2.3635/runtime/tools/
H A Dunicode.vim232 let dp = s:dataprops[dataidx]
233 if n_last > n || (dp[2] != 'Mn' && dp[2] != 'Mc' && dp[2] != 'Me')
/vim-8.2.3635/runtime/syntax/
H A Dsmcl.vim81 syn keyword smclCCLword dp contained
131 syn keyword smclCCLword dp contained
H A Dfasm.vim28 syn keyword fasmDataDirectives db dd df dp dq dt du dw file rb rd rf rp rq rt rw
H A Dinitex.vim168 \ '\\\%(badness\|dp\|ht\|prevdepth\|wd\)\>'
H A Dmf.vim193 syn keyword mfConstant docutech dover dp dpdfezzz eighthre elvira epscszz
/vim-8.2.3635/runtime/doc/
H A Ddiff.txt280 *dp*
281 [count]dp Same as ":diffput" without range. Note: this doesn't work in
H A Dusr_08.txt461 dp
464 other window. "dp" stands for "diff put".
H A Dindex.txt396 |dp| dp 2 same as ":diffput"
1293 |:dp| :d[elete]p short for |:delete| with the 'p' flag
H A Dft_sql.txt579 department as dp,
H A Dchange.txt74 *:d* *:de* *:del* *:delete* *:dl* *:dp*
83 :dp delete and print

12