Home
last modified time | relevance | path

Searched defs:len (Results 1 – 25 of 142) sorted by relevance

123456

/vim-8.2.3635/src/libvterm/src/
H A Dparser.c52 size_t len = vt->parser.intermedlen; in do_escape() local
64 static void string_fragment(VTerm *vt, const char *str, size_t len, int final) in string_fragment()
96 size_t vterm_input_write(VTerm *vt, const char *bytes, size_t len) in vterm_input_write()
H A Dmouse.c25 char utf8[18]; size_t len = 0; in output_mouse() local
H A Dvterm.c142 INTERNAL void vterm_push_output_bytes(VTerm *vt, const char *bytes, size_t len) in vterm_push_output_bytes()
160 size_t len; in vterm_push_output_vsprintf() local
241 size_t vterm_output_read(VTerm *vt, char *buffer, size_t len) in vterm_output_read()
/vim-8.2.3635/src/
H A Dui.c21 ui_write(char_u *s, int len, int console UNUSED) in ui_write()
77 ui_inchar_undo(char_u *s, int len) in ui_inchar_undo()
274 int len; in inchar_loop() local
847 add_to_input_buf(char_u *s, int len) in add_to_input_buf()
860 add_to_input_buf_csi(char_u *str, int len) in add_to_input_buf_csi()
909 int len; in fill_input_buf() local
H A Dfindfile.c483 int len; in vim_findfile_init() local
577 int len = 0; in vim_findfile_init() local
716 int len; in vim_findfile() local
1668 int len, // length of file name in find_file_in_path()
1705 int len, // length of file name in find_directory_in_path()
1716 int len, // length of file name in find_file_in_path_option()
1944 int len; in grab_file_name() local
1997 int len; in file_name_in_line() local
2115 int len, in find_file_name_in_path()
2308 int len; in expand_path_option() local
[all …]
H A Dos_amiga.c138 mch_write(char_u *p, int len) in mch_write()
159 int len; in mch_inchar() local
574 int len) // buffer size, ignored here in fname_case()
675 mch_get_user_name(char_u *s, int len) in mch_get_user_name()
694 mch_get_host_name(char_u *s, int len) in mch_get_host_name()
723 mch_dirname(char_u *buf, int len) in mch_dirname()
737 int len, in mch_FullName()
795 lock2name(BPTR lock, char_u *buf, long len) in lock2name()
1684 int len; in mch_getenv() local
H A Dcrypt.c190 crypt_method_nr_from_magic(char *ptr, int len) in crypt_method_nr_from_magic()
396 int len = crypt_get_header_len(method_nr); in crypt_create_for_writing() local
467 size_t len, in crypt_encode_alloc()
496 long len, in crypt_decode_alloc()
525 size_t len, in crypt_encode()
555 size_t len, in crypt_encode_inplace()
569 size_t len, in crypt_decode_inplace()
H A Dhelp.c35 int len; in ex_help() local
231 int len = (int)STRLEN(arg); in check_help_lang() local
588 int len; in cleanup_help_tags() local
711 int len; in fix_help_buffer() local
1191 int len; in do_helptags() local
H A Dversion.c67 size_t len = strlen(msg) in init_longVersion() local
8101 int len = vim_strsize(s) + (wrap ? 2 : 0); in version_msg_wrap() local
8674 int len = (isalpha((int)vers[4])) ? 5 : 4; in do_intro_line() local
H A Dcrypt_zip.c116 size_t len, in crypt_zip_encode()
140 size_t len, in crypt_zip_decode()
H A Dbeval.c57 int len; in find_word_under_cursor() local
239 size_t len; in general_beval_cb() local
H A Dmbyte.c1089 int len; in dbcs_ptr2len() local
1115 int len; in dbcs_ptr2len_len() local
1786 int len; in utf_ptr2char() local
1942 int len; in utfc_ptr2char() local
1983 int len; in utfc_ptr2char_len() local
2026 int len; in utfc_char2bytes() local
2048 int len; in utf_ptr2len() local
2082 int len; in utf_ptr2len_len() local
2106 int len; in utfc_ptr2len() local
2153 int len; in utfc_ptr2len_len() local
[all …]
H A Dmessage.c199 int len; in msg_strtrunc() local
245 size_t len = 0; in trunc_string() local
1537 msg_outtrans_len(char_u *str, int len) in msg_outtrans_len()
1693 int len; in msg_outtrans_special() local
1785 int len = (*mb_ptr2len)(str); in str2special() local
2428 int len; in inc_msg_scrolled() local
3082 int len = (int)STRLEN(str); in mch_errmsg_c() local
3111 int len; in mch_errmsg() local
3188 int len = (int)STRLEN(str); in mch_msg_c() local
3868 int len; in copy_char() local
[all …]
H A Dalloc.c593 vim_memsave(char_u *p, size_t len) in vim_memsave()
752 int len = 0; in ga_concat_strings() local
808 int len; in ga_concat() local
825 ga_concat_len(garray_T *gap, char_u *s, size_t len) in ga_concat_len()
H A Dstrings.c24 size_t len; in vim_strsave() local
40 vim_strnsave(char_u *string, size_t len) in vim_strnsave()
322 vim_strnsave_up(char_u *string, size_t len) in vim_strnsave_up()
564 vim_strnicmp(char *s1, char *s2, size_t len) in vim_strnicmp()
776 unsigned len; in string_quote() local
872 int len; in f_charidx() local
1023 int len; in f_strgetchar() local
1131 varnumber_T len = 0; in strchar_common() local
1226 int len = 0; in f_strcharpart() local
1315 int len; in f_strpart() local
[all …]
H A Ddosinst.h84 alloc(int len) in alloc()
412 int len = strlen(name); in add_pathsep() local
453 my_fullpath(char *buf, char *fname, int len) in my_fullpath()
H A Dusercmd.c131 int len = (int)(p - eap->cmd); in find_ucmd() local
418 int len; in uc_list() local
717 size_t len, in uc_scan_attr()
924 size_t len; in uc_add_command() local
1224 int len; in uc_split_args() local
1443 size_t len, in uc_check_code()
1667 size_t len, totlen; in do_ucmd() local
H A Dvim9script.c182 size_t len = STRLEN(eap->cmd) + 8; in ex_incdec() local
481 size_t len; in handle_import() local
506 size_t len = 7 + STRLEN(tv.vval.v_string) + 1; in handle_import() local
565 size_t len = STRLEN(name); in handle_import() local
H A Dgetchar.c154 size_t len; in get_recorded() local
201 long_u len; in add_buff() local
268 int len; in add_char_buff() local
540 int len) // length of "str" or -1 for up to the NUL in AppendToRedobuffLit()
634 stuffReadbuffLen(char_u *s, long len) in stuffReadbuffLen()
1178 del_typebuf(int len, int offset) in del_typebuf()
1256 gotchars(char_u *chars, int len) in gotchars()
2340 int len; in check_simplify_modifier() local
3466 int len = 0; // init for GCC in inchar() local
3589 fix_input_buffer(char_u *buf, int len) in fix_input_buffer()
H A Dblob.c73 int len = from->bv_ga.ga_len; in blob_copy() local
291 long len = blob_len(blob); in blob_slice_or_index() local
428 int len = blob_len(b); in blob_remove() local
H A Dterm.c2564 int len; in out_flush() local
3295 int len; in get_long_from_buf() local
3323 int len = 0; in get_bytes_from_buf() local
4178 int len; // STRLEN(code) member
4219 int len; in add_termcode() local
4947 int len, in handle_csi()
5306 int len; in check_termcode() local
6042 char_u *p, *s, len; in replace_termcodes() local
6163 int len = 0; in gather_termleader() local
6200 int len; in show_termcodes() local
[all …]
H A Dex_getln.c109 empty_pattern_magic(char_u *p, size_t len, magic_T magic_val) in empty_pattern_magic()
778 cmdline_has_arabic(int start, int len) in cmdline_has_arabic()
838 int len; in cmdline_handle_backslash_key() local
1417 int len; in cmdline_browse_history() local
2797 int len; in getexmodeline() local
3192 alloc_cmdbuff(int len) in alloc_cmdbuff()
3211 realloc_cmdbuff(int len) in realloc_cmdbuff()
3264 draw_cmdline(int start, int len) in draw_cmdline()
3427 put_on_cmdline(char_u *str, int len, int redraw) in put_on_cmdline()
3655 int len; in cmdline_paste() local
[all …]
H A Dos_qnx.c108 long_u len; in clip_mch_set_selection() local
H A Dviminfo.c151 int len = 0; in viminfo_writestring() local
190 int len = 2; in barline_writestring() local
258 long len; in viminfo_readstring() local
499 int len; in prepare_viminfo_history() local
540 long_u len; in read_viminfo_history() local
597 long_u len; in handle_viminfo_history() local
740 int len; in merge_history() local
1013 size_t len; in barline_parse() local
1081 int len = 0; in barline_parse() local
1825 long len; in write_viminfo_registers() local
/vim-8.2.3635/src/libvterm/t/
H A Dharness.c89 static void term_output(const char *s, size_t len, void *user UNUSED) in term_output()
98 static void printhex(const char *s, size_t len) in printhex()
104 static int parser_text(const char bytes[], size_t len, void *user UNUSED) in parser_text()
127 static int parser_escape(const char bytes[], size_t len, void *user UNUSED) in parser_escape()
661 size_t len = inplace_hex2bytes(bytes); in main() local
677 size_t len = inplace_hex2bytes(bytes); in main() local
744 int row, col, len; in main() local
759 int button, len; in main() local
891 size_t len; in main() local
916 size_t len; in main() local

123456