Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/xxd/
H A Dxxd.c375 fseek(fpo, 0L, SEEK_END); in huntype()
700 negseek ? SEEK_END : SEEK_SET); in main()
/vim-8.2.3635/src/
H A Dmisc1.c2252 #ifndef SEEK_END
2253 # define SEEK_END 2 macro
2317 fseek(fd, 0L, SEEK_END); in get_cmd_output()
H A Dmemfile.c179 || (size = vim_lseek(mfp->mf_fd, (off_T)0L, SEEK_END)) <= 0) in mf_open()
H A Dos_unix.c6533 #ifndef SEEK_END
6534 # define SEEK_END 2 macro
6842 fseek(fd, 0L, SEEK_END); in mch_expand_wildcards()
H A Dtag.c2207 if (vim_fseek(fp, 0L, SEEK_END) != 0) in find_tags()
H A Dmemline.c1368 if ((size = vim_lseek(mfp->mf_fd, (off_T)0L, SEEK_END)) <= 0) in ml_recover()
/vim-8.2.3635/runtime/syntax/
H A Dc.vim351 …syn keyword cConstant SEEK_CUR SEEK_END SEEK_SET TMP_MAX stderr stdin stdout EXIT_FAILURE EXIT_SUC…
H A Dhollywood.vim114 …OUTHWEST\|SCROLLTOP\|SCROLLWEST\|SECONDS\|SEEK_BEGINNING\|SEEK_CURRENT\|SEEK_END\|SELMODE_COMBO\|S…
H A Dxs.vim3159 syn keyword xsMacro SEEK_END SEEK_SET SELECT_MIN_BITS SEOL SETERRNO
/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim2844 …:'','LOCK_EX':'','LOCK_UN':'','LOCK_NB':'','SEEK_SET':'','SEEK_CUR':'','SEEK_END':'','PHP_INT_MAX'…
2851 let php_builtin['constants']['filesystem']={'SEEK_SET':'','SEEK_CUR':'','SEEK_END':'','LOCK_SH':'',…
2872 …:'','LOCK_UN':'','LOCK_SH':'','LOCK_NB':'','SEEK_SET':'','SEEK_CUR':'','SEEK_END':'','STREAM_OPTIO…