Lines Matching refs:alloc
353 ff_expand_buffer = alloc(MAXPATHL); in vim_findfile_init()
561 char_u *buf = alloc(eb_len in vim_findfile_init()
600 temp = alloc(STRLEN(search_ctx->ffsc_wc_path) in vim_findfile_init()
734 if ((file_path = alloc(MAXPATHL)) == NULL) in vim_findfile()
1423 vp = alloc(sizeof(ff_visited_T) + STRLEN(ff_expand_buffer)); in ff_check_visited()
1881 if ((buf = alloc(MAXPATHL)) == NULL) in find_file_in_path_option()
2310 if ((buf = alloc(MAXPATHL)) == NULL) in expand_path_option()
2443 file_pattern = alloc(len + 2); in uniquefy_paths()
2460 if ((curdir = alloc(MAXPATHL)) == NULL) in uniquefy_paths()
2568 rel_path = alloc(STRLEN(short_name) + STRLEN(PATHSEPSTR) + 2); in uniquefy_paths()
2612 if ((curdir = alloc(MAXPATHL)) == NULL) in expand_in_path()