Searched refs:LSIZE (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | viminfo.c | 164 if (len > LSIZE / 2) in viminfo_writestring() 205 remaining = LSIZE - 20; in barline_writestring() 233 remaining = LSIZE - 20; in barline_writestring() 319 return vim_fgets(virp->vir_line, LSIZE, virp->vir_fd); in viminfo_readline() 914 barline_writestring(fp, p, LSIZE - 20); in write_viminfo_history() 1932 remaining = LSIZE - 71; in write_viminfo_registers() 2085 barline_writestring(fp, name, LSIZE - 70); in write_one_filemark() 2253 if ((name_buf = alloc(LSIZE)) == NULL) in copy_viminfo_marks() 2284 eof = vim_fgets(line, LSIZE, virp->vir_fd); in copy_viminfo_marks() 2544 return vim_fgets(virp->vir_line, LSIZE, virp->vir_fd); in read_viminfo_filemark() [all …]
|
| H A D | tag.c | 1559 int lbuf_size = LSIZE; // length of lbuf in find_tags() 1692 ebuf = alloc(LSIZE); in find_tags() 2070 if (!vim_fgets(ebuf, LSIZE, fp)) in find_tags() 2101 if (STRLEN(fullpath_ebuf) > LSIZE) in find_tags() 3348 pbuf = alloc(LSIZE); in jumpto_tag() 3370 if (pbuf_end - pbuf + 1 >= LSIZE) in jumpto_tag()
|
| H A D | indent.c | 1863 char_u buf[LSIZE]; in lisp_match() 1869 (void)copy_option_part(&word, buf, LSIZE, ","); in lisp_match()
|
| H A D | search.c | 3374 file_line = alloc(LSIZE); in find_pattern_in_path() 3754 LSIZE, files[depth].fp)) in find_pattern_in_path() 3937 && vim_fgets(line = file_line, LSIZE, files[depth].fp)) in find_pattern_in_path() 4056 if (vim_fgets(line, LSIZE, fp)) // end of file in show_pat_in_path()
|
| H A D | insexpand.c | 1205 buf = alloc(LSIZE); in ins_compl_dictionaries() 1259 copy_option_part(&dict, buf, LSIZE, ","); in ins_compl_dictionaries() 1332 && !vim_fgets(buf, LSIZE, fp)) in ins_compl_files()
|
| H A D | vim.h | 1541 #define LSIZE 512 // max. size of a line in the tags file macro
|