Searched refs:SEEK_END (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/xxd/ |
| H A D | xxd.c | 375 fseek(fpo, 0L, SEEK_END); in huntype() 700 negseek ? SEEK_END : SEEK_SET); in main()
|
| /vim-8.2.3635/src/ |
| H A D | misc1.c | 2252 #ifndef SEEK_END 2253 # define SEEK_END 2 macro 2317 fseek(fd, 0L, SEEK_END); in get_cmd_output()
|
| H A D | memfile.c | 179 || (size = vim_lseek(mfp->mf_fd, (off_T)0L, SEEK_END)) <= 0) in mf_open()
|
| H A D | os_unix.c | 6533 #ifndef SEEK_END 6534 # define SEEK_END 2 macro 6842 fseek(fd, 0L, SEEK_END); in mch_expand_wildcards()
|
| H A D | tag.c | 2207 if (vim_fseek(fp, 0L, SEEK_END) != 0) in find_tags()
|
| H A D | memline.c | 1368 if ((size = vim_lseek(mfp->mf_fd, (off_T)0L, SEEK_END)) <= 0) in ml_recover()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | c.vim | 351 …syn keyword cConstant SEEK_CUR SEEK_END SEEK_SET TMP_MAX stderr stdin stdout EXIT_FAILURE EXIT_SUC…
|
| H A D | hollywood.vim | 114 …OUTHWEST\|SCROLLTOP\|SCROLLWEST\|SECONDS\|SEEK_BEGINNING\|SEEK_CURRENT\|SEEK_END\|SELMODE_COMBO\|S…
|
| H A D | xs.vim | 3159 syn keyword xsMacro SEEK_END SEEK_SET SELECT_MIN_BITS SEOL SETERRNO
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 2844 …:'','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…
|