Searched refs:short_fname (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Deval.c22822 char_u *short_fname, *save_fname, *pbuf_unused; local
22833 short_fname = NULL;
22857 short_fname = save_fname;
22858 len = (int)STRLEN(short_fname) + 1;
22859 if (get_short_pathname(&short_fname, &pbuf_unused, &len) == FAIL)
22890 *fname = *bufp = vim_strnsave(short_fname, new_len);
22899 /* Transfer short_fname to the main buffer (it's big enough),
22902 if (short_fname != save_fname)
22903 vim_strncpy(save_fname, short_fname, len);

Completed in 238 milliseconds