Lines Matching refs:alloc
1023 fname = alloc(MAXPATHL + 1); in add_llist_tags()
1024 cmd = alloc(CMDBUFFSIZE + 1); in add_llist_tags()
1435 mfp = alloc(sizeof(char_u) + len + 1); in find_tagfunc_tags()
1689 lbuf = alloc(lbuf_size); in find_tags()
1690 tag_fname = alloc(MAXPATHL + 1); in find_tags()
1692 ebuf = alloc(LSIZE); in find_tags()
2244 lbuf = alloc(lbuf_size); in find_tags()
2531 mfp = alloc(sizeof(char_u) + len + 10 + ML_EXTRA + 1); in find_tags()
2568 mfp = alloc(len + 2); in find_tags()
2579 mfp = alloc(sizeof(char_u) + len + 1); in find_tags()
2613 mfp = alloc(sizeof(char_u) + len + 1); in find_tags()
3344 lbuf = alloc(len); in jumpto_tag()
3348 pbuf = alloc(LSIZE); in jumpto_tag()
3748 retval = alloc(MAXPATHL); in expand_tag_fname()
3887 name_buf = alloc(name_buf_size); in expand_tags()
3970 buf = alloc(MAXPATHL); in add_tag_field()