Home
last modified time | relevance | path

Searched refs:stp (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/
H A Dspellsuggest.c619 stp->st_score, stp->st_altscore); in spell_suggest()
672 p = alloc(STRLEN(line) - stp->st_orglen + stp->st_wordlen + 1); in spell_suggest()
684 stp->st_wordlen + sug.su_badlen - stp->st_orglen); in spell_suggest()
2907 stp->st_altscore = stp_sal_score(stp, su, slang, badsound); in score_combine()
2909 stp->st_score = (stp->st_score * 3 + SCORE_BIG) / 4; in score_combine()
2911 stp->st_score = (stp->st_score * 3 in score_combine()
2933 stp->st_score = (SCORE_BIG * 7 + stp->st_altscore) / 8; in score_combine()
2935 stp->st_score = (stp->st_score * 7 + stp->st_altscore) / 8; in score_combine()
3635 mch_memmove(stp + i, stp + i + 1, in check_suggestions()
3700 stp->st_altscore = stp_sal_score(stp, su, slang, p); in rescore_one()
[all …]
H A Dos_mswin.c451 wstat_symlink_aware(const WCHAR *name, stat_T *stp) in wstat_symlink_aware() argument
491 n = _fstat(fd, (struct _stat *)stp); in wstat_symlink_aware()
493 stp->st_mode = (stp->st_mode & ~S_IFREG) | S_IFDIR; in wstat_symlink_aware()
499 return _wstat(name, (struct _stat *)stp); in wstat_symlink_aware()
506 vim_stat(const char *name, stat_T *stp) in vim_stat() argument
541 n = wstat_symlink_aware(wp, stp); in vim_stat()
H A Dbuffer.c43 static int buf_same_ino(buf_T *buf, stat_T *stp);
2539 stat_T *stp) in buflist_findname_stat() argument
2548 , stp in buflist_findname_stat()
3577 , stat_T *stp in otherfile_buf() argument
3591 if (stp == NULL) in otherfile_buf()
3595 stp = &st; in otherfile_buf()
3606 if (buf_same_ino(buf, stp)) in otherfile_buf()
3609 if (buf_same_ino(buf, stp)) in otherfile_buf()
3643 stat_T *stp) in buf_same_ino() argument
3646 && stp->st_dev == buf->b_dev in buf_same_ino()
[all …]
H A Dmisc2.c1965 vim_stat(const char *name, stat_T *stp) in vim_stat() argument
1969 return illegal_slash(name) ? -1 : stat(name, stp); in vim_stat()
/vim-8.2.3635/runtime/syntax/
H A Dstp.vim4 " URL: http://lanzarotta.tripod.com/vim/syntax/stp.vim.zip
152 let b:current_syntax = "stp"
/vim-8.2.3635/src/proto/
H A Dos_mswin.pro12 int vim_stat(const char *name, stat_T *stp);
H A Dmisc2.pro45 int vim_stat(const char *name, stat_T *stp);
/vim-8.2.3635/src/testdir/
H A Dtest_filetype.vim484 \ 'stp': ['file.stp'],
/vim-8.2.3635/runtime/
H A Dmakemenu.vim579 SynMenu Sn-Sy.Stored\ Procedures:stp
H A Dfiletype.vim1771 au BufNewFile,BufRead *.stp setf stp
H A Dsynmenu.vim552 an 50.140.390 &Syntax.Sn-Sy.Stored\ Procedures :cal SetSyn("stp")<CR>
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt6656 stp Stored Procedures (Jeff Lanzarotta)