Searched refs:fdp (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | userfunc.pro | 34 char_u *trans_function_name(char_u **pp, int *is_global, int skip, int flags, funcdict_T *fdp, part…
|
| /vim-8.2.3635/src/ |
| H A D | fileio.c | 37 static char_u *readfile_charconvert(char_u *fname, char_u *fenc, int *fdp); 2826 int *fdp) // in/out: file descriptor of file in readfile_charconvert() argument 2836 close(*fdp); // close the input file, ignore errors in readfile_charconvert() 2837 *fdp = -1; in readfile_charconvert() 2841 if (errmsg == NULL && (*fdp = mch_open((char *)tmpname, in readfile_charconvert() 2859 if (*fdp < 0) in readfile_charconvert() 2860 *fdp = mch_open((char *)fname, O_RDONLY | O_EXTRA, 0); in readfile_charconvert()
|
| H A D | userfunc.c | 3547 funcdict_T *fdp, // return: info about dictionary used in trans_function_name() argument 3562 if (fdp != NULL) in trans_function_name() 3563 CLEAR_POINTER(fdp); in trans_function_name() 3610 if (fdp != NULL) in trans_function_name() 3612 fdp->fd_dict = lv.ll_dict; in trans_function_name() 3613 fdp->fd_newkey = lv.ll_newkey; in trans_function_name() 3615 fdp->fd_di = lv.ll_di; in trans_function_name() 3632 if (!skip && !(flags & TFN_QUIET) && (fdp == NULL in trans_function_name() 3633 || lv.ll_dict == NULL || fdp->fd_newkey == NULL)) in trans_function_name()
|