| /vim-8.2.3635/src/ |
| H A D | regexp_nfa.c | 2607 STRCPY(code, ""); in nfa_set_code() 2686 STRCPY(code, "NFA_MOPEN(x)"); in nfa_set_code() 2699 STRCPY(code, "NFA_MCLOSE(x)"); in nfa_set_code() 2713 STRCPY(code, "NFA_ZOPEN(x)"); in nfa_set_code() 2726 STRCPY(code, "NFA_ZCLOSE(x)"); in nfa_set_code() 2730 case NFA_EOL: STRCPY(code, "NFA_EOL "); break; in nfa_set_code() 2731 case NFA_BOL: STRCPY(code, "NFA_BOL "); break; in nfa_set_code() 2757 case NFA_OR: STRCPY(code, "NFA_OR"); break; in nfa_set_code() 2787 case NFA_ANY: STRCPY(code, "NFA_ANY"); break; in nfa_set_code() 2800 case NFA_HEX: STRCPY(code, "NFA_HEX"); break; in nfa_set_code() [all …]
|
| H A D | help.c | 408 STRCPY(d, except_tbl[i][1]); in find_help_tags() 425 STRCPY(d, "/\\\\"); in find_help_tags() 426 STRCPY(d + 3, arg + 1); in find_help_tags() 429 STRCPY(d + 4, "\\$"); in find_help_tags() 481 STRCPY(d, "CTRL-"); in find_help_tags() 512 STRCPY(d, "CTRL-\\\\"); in find_help_tags() 978 STRCPY(NameBuff, dir); in helptags_one() 992 STRCPY(NameBuff, dir); in helptags_one() 1256 STRCPY(fname, "tags-xx"); in do_helptags() 1263 STRCPY(ext, ".txt"); in do_helptags() [all …]
|
| H A D | findfile.c | 564 STRCPY(buf, ff_expand_buffer); in vim_findfile_init() 611 STRCPY(temp, search_ctx->ffsc_fix_path + len); in vim_findfile_init() 1170 STRCPY(file_path, search_ctx->ffsc_start_dir); in vim_findfile() 1439 STRCPY(vp->ffv_fname, ff_expand_buffer); in ff_check_visited() 1813 STRCPY(NameBuff, rel_fname); in find_file_in_path_option() 1819 STRCPY(NameBuff, ff_file_to_find); in find_file_in_path_option() 2337 STRCPY(buf, curdir); in expand_path_option() 2348 STRCPY(buf, curdir); in expand_path_option() 2540 STRCPY(path, "."); in uniquefy_paths() 2564 STRCPY(fnames[i], short_name); in uniquefy_paths() [all …]
|
| H A D | tag.c | 1100 STRCPY(cmd, "^"); in add_llist_tags() 1450 STRCPY(p, res_name); in find_tagfunc_tags() 1454 STRCPY(p, res_fname); in find_tagfunc_tags() 1458 STRCPY(p, res_cmd); in find_tagfunc_tags() 1463 STRCPY(p, ";\""); in find_tagfunc_tags() 1469 STRCPY(p, res_kind); in find_tagfunc_tags() 1491 STRCPY(p, ":"); in find_tagfunc_tags() 2629 STRCPY(s, ebuf); in find_tags() 2636 STRCPY(s, lbuf); in find_tags() 2916 STRCPY(buf, p_hf); in get_tagfname() [all …]
|
| H A D | message_test.c | 63 STRCPY(buf, "text"); in test_trunc_string() 69 STRCPY(buf, "a short text"); in test_trunc_string() 75 STRCPY(buf, "a text tha just fits"); in test_trunc_string() 81 STRCPY(buf, "a text that nott fits"); in test_trunc_string()
|
| H A D | usercmd.c | 532 STRCPY(IObuff + len, addr_type_complete[j].shortname); in uc_list() 545 STRCPY(IObuff + len, command_complete[j].name); in uc_list() 1506 STRCPY(buf, "''"); in uc_check_code() 1523 STRCPY(buf, eap->arg); in uc_check_code() 1563 STRCPY(buf, *split_buf); in uc_check_code() 1607 STRCPY(buf, num_buf); in uc_check_code() 1758 STRCPY(q, p); in do_ucmd()
|
| H A D | filepath.c | 2101 STRCPY(cpy, p); in f_resolve() 2102 STRCPY(gettail(cpy), buf); in f_resolve() 3013 STRCPY(dest, fname1); in concat_fnames() 3456 STRCPY(s, path_end + 1); in dos_expandpath() 3463 STRCPY(s, "*.*"); in dos_expandpath() 3497 STRCPY(s, p); in dos_expandpath() 3505 STRCPY(buf + len, "/**"); in dos_expandpath() 3701 STRCPY(s, path_end + 1); in unix_expandpath() 3728 STRCPY(s, dp->d_name); in unix_expandpath() 3742 STRCPY(buf + len, path_end); in unix_expandpath() [all …]
|
| H A D | strings.c | 400 STRCPY(s + (p - res) + newl, p + l); in strup_save() 467 STRCPY(s + (p - res) + newl, p + l); in strlow_save() 759 STRCPY(dest, str1); in concat_str() 761 STRCPY(dest + l, str2); in concat_str() 792 STRCPY(r, "function('"); in string_quote() 2533 STRCPY(tmp, infinity_str(f > 0.0, fmt_spec, in vim_vsnprintf_typval() 2543 STRCPY(tmp, ASCII_ISUPPER(fmt_spec) ? "NAN" in vim_vsnprintf_typval() 2550 STRCPY(tmp, infinity_str(f > 0.0, fmt_spec, in vim_vsnprintf_typval()
|
| H A D | vim9type.c | 1202 STRCPY(ga.ga_data, "func("); in type_name() 1217 STRCPY((char *)ga.ga_data + ga.ga_len, ", "); in type_name() 1239 STRCPY((char *)ga.ga_data + ga.ga_len, ")"); in type_name() 1253 STRCPY((char *)ga.ga_data + ga.ga_len, "): "); in type_name() 1254 STRCPY((char *)ga.ga_data + ga.ga_len + 3, ret_name); in type_name()
|
| H A D | misc1.c | 1496 STRCPY(paths, USER_HOME); in expand_env_esc() 1504 STRCPY(test, path); in expand_env_esc() 1510 STRCPY(var, test); in expand_env_esc() 1560 STRCPY(dst, var); in expand_env_esc() 1798 STRCPY(pnew + (pend1 - p), "Resources/vim"); in vim_getenv() 2728 STRCPY(last_mode, rettv.vval.v_string); in trigger_modechanged()
|
| H A D | userfunc.c | 1430 STRCPY(p, "return "); in get_lambda_tv() 1837 STRCPY(fname + i, name + llen); in fname_trans_sid() 1966 STRCPY(buf, "<SNR>"); in cat_func_name() 1970 STRCPY(buf, fp->uf_name); in cat_func_name() 1983 STRCPY(v->di_key, name); in add_nr_var() 2351 STRCPY(fp->uf_name, global); in copy_func() 2527 STRCPY(name, "self"); in call_user_func() 2553 STRCPY(name, "000"); in call_user_func() 2625 STRCPY(v->di_key, name); in call_user_func() 3780 STRCPY(name + 3, sid_buf); in trans_function_name() [all …]
|
| H A D | evalvars.c | 208 STRCPY(p->vv_di.di_key, p->vv_name); in evalvars_init() 2034 STRCPY(varnamebuf + 2, name); in cat_prefix_varname() 2546 STRCPY(newval + STRLEN(newval), " ++bad=keep"); in set_cmdarg() 2548 STRCPY(newval + STRLEN(newval), " ++bad=drop"); in set_cmdarg() 3441 STRCPY(di->di_key, varname); in set_var_const() 3796 STRCPY(winvarname, "w:"); in setwinvar() 3797 STRCPY(winvarname + 2, varname); in setwinvar() 4234 STRCPY(tabvarname, "t:"); in f_settabvar() 4235 STRCPY(tabvarname + 2, varname); in f_settabvar() 4319 STRCPY(bufvarname, "b:"); in f_setbufvar() [all …]
|
| H A D | hardcopy.c | 1666 STRCPY(resource_filename, filename); in prt_resource_name() 1681 STRCPY(buffer, "print"); in prt_find_resource() 2749 STRCPY(buffer, "Unknown"); in mch_print_begin() 2911 STRCPY(buffer, res_prolog->title); in mch_print_begin() 2917 STRCPY(buffer, res_cidfont->title); in mch_print_begin() 2924 STRCPY(buffer, res_cmap->title); in mch_print_begin() 2932 STRCPY(buffer, res_encoding->title); in mch_print_begin()
|
| H A D | alloc.c | 769 STRCPY(p, sep); in ga_concat_strings() 772 STRCPY(p, ((char_u **)(gap->ga_data))[i]); in ga_concat_strings()
|
| H A D | spellfile.c | 697 STRCPY(dotp, ".sug"); in suggest_load_files() 797 STRCPY(dotp, ".spl"); in suggest_load_files() 2159 STRCPY(line1, line3); in spell_print_node() 2160 STRCPY(line2, line3); in spell_print_node() 2366 STRCPY(p, spin->si_info); in spell_read_aff() 2464 STRCPY(p, items[1]); in spell_read_aff() 2492 STRCPY(p, compflags); in spell_read_aff() 3275 STRCPY(p, spin->si_compflags); in process_compflags() 3304 STRCPY(ci->ci_key, key); in process_compflags() 4196 STRCPY(spin->si_region_name, line); in spell_read_wordfile() [all …]
|
| H A D | option.c | 166 STRCPY(item, p); in set_init_1() 415 STRCPY(buf, "zh_TW"); in set_init_1() 418 STRCPY(buf, "zh_CN"); in set_init_1() 420 STRCPY(buf, "ja"); in set_init_1() 1812 STRCPY(errbuf, ":help"); in do_set() 1953 STRCPY(newval, s); in do_set() 1970 STRCPY(newval, origval); in do_set() 2011 STRCPY(newval, origval); in do_set() 2895 STRCPY(IObuff, p_shm); in set_bool_option() 6545 STRCPY(name_buf + 1, str); in ExpandSettings() [all …]
|
| H A D | spell.c | 1344 STRCPY(buf, line); in spell_move_to() 1555 STRCPY(sl.sl_lang, lang); in spell_load_lang() 1609 STRCPY(fname_enc + STRLEN(fname_enc) - 3, "add.spl"); in spell_load_lang() 1836 STRCPY(wc->wc_word, p); in count_common_word() 2196 STRCPY(lang, "internal wordlist"); in did_set_spelllang() 2914 STRCPY(p + curwin->w_cursor.col, repl_to); in ex_spellrepall() 3051 STRCPY(cword, fword); in make_case_word() 4100 STRCPY(badword, p); in dump_word()
|
| H A D | regexp.c | 1460 STRCPY(reg_tofree, rex.line); in match_with_backref() 1776 STRCPY(tmpsub + len + prevlen, p + 1); in regtilde() 2004 STRCPY(dest, eval_result); in vim_regsub_both() 2434 STRCPY(retval, s); in reg_submatch() 2443 STRCPY(retval + len, s); in reg_submatch()
|
| H A D | spellsuggest.c | 677 STRCPY(p + c, stp->st_word); in spell_suggest() 736 STRCPY(wcopy, stp->st_word); in spell_suggest_list() 737 STRCPY(wcopy + stp->st_wordlen, sug.su_badptr + stp->st_orglen); in spell_suggest_list() 1176 STRCPY(fword, su->su_fbadword); in suggest_try_change() 1534 STRCPY(preword + sp->ts_prewordlen, tword + sp->ts_splitoff); in suggest_trie_walk() 3033 STRCPY(goodword, stp->st_word); in stp_sal_score() 3196 STRCPY(sft->sft_word, goodword); in add_sound_suggest() 3244 STRCPY(theword + wlen, "BAD"); in add_sound_suggest()
|
| H A D | debugger.c | 941 STRCPY(name, "<SNR>"); in debuggy_find() 942 STRCPY(name + 5, fname + 3); in debuggy_find()
|
| H A D | menu.c | 707 STRCPY(tearpath, menu_path); in add_menu_path() 792 STRCPY(menu->strings[i] + 1, call_data); in add_menu_path() 796 STRCPY(menu->strings[i] + 2, call_data); in add_menu_path() 2200 STRCPY(newpname, pname); in gui_create_tearoffs_recurse() 2244 STRCPY(tbuf + 3, tearpath); in gui_add_tearoff()
|
| H A D | normal.c | 1959 STRCPY(p, "<20>"); in add_to_showcmd() 2011 STRCPY(old_showcmd_buf, showcmd_buf); in push_showcmd() 2020 STRCPY(showcmd_buf, old_showcmd_buf); in pop_showcmd() 3678 STRCPY(buf, "\\<"); in nv_ident() 3684 STRCPY(buf, "he! "); in nv_ident() 3691 STRCPY(buf, kp); in nv_ident() 3735 STRCPY(buf, "cstag "); in nv_ident() 3738 STRCPY(buf, "ts "); in nv_ident() 3744 STRCPY(buf, "he! "); in nv_ident() 3748 STRCPY(buf, "tj "); in nv_ident() [all …]
|
| H A D | os_win32.c | 495 STRCPY(temp, p); in get_exe_name() 2202 STRCPY(pathextbuf, ".;"); in executable_exists() 2219 STRCPY(pathbuf, ".;"); in executable_exists() 2247 STRCPY(buf, name); in executable_exists() 2360 STRCPY(vimrun_location, exe_name); in mch_init_g() 2361 STRCPY(gettail(vimrun_location), "vimrun.exe"); in mch_init_g() 2370 STRCPY(gettail(vimrun_location), "vimrun\" "); in mch_init_g() 2373 STRCPY(gettail(vimrun_location), "vimrun "); in mch_init_g() 4694 STRCPY(newcmd, p_sh); in mch_call_shell_terminal() 7412 STRCPY(fromf, "\\??\\"); in copy_extattr() [all …]
|
| H A D | mbyte.c | 3770 STRCPY(IObuff + rlen, "+ "); in show_utf8() 4601 STRCPY(buf + 10, "euc-"); in enc_locale_env() 4637 STRCPY(buf, "ucs-2le"); in enc_locale() 4639 STRCPY(buf, "latin1"); in enc_locale() 4641 STRCPY(buf, "utf-8"); in enc_locale()
|
| H A D | ex_cmds.c | 629 STRCPY(sortbuf1, s); in ex_sort() 1010 STRCPY(newcmd, p_shq); in do_bang() 1592 STRCPY(buf, cmd); in make_filter_cmd() 1606 STRCPY(buf, cmd); in make_filter_cmd() 1615 STRCPY(buf, cmd); in make_filter_cmd() 2163 STRCPY(dir, "."); in check_overwrite() 4821 STRCPY(msg_buf, _("(Interrupted) ")); in do_sub_msg()
|