Searched refs:MALLOC_RET (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/nvi/vi/ |
H A D | v_init.c | 51 MALLOC_RET(orig, nvip->rep, ovip->rep_len); in v_screen_copy()
|
H A D | v_paragraph.c | 331 MALLOC_RET(sp, p, p_len + s_len + 1); in v_buildps()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_at.c | 105 MALLOC_RET(sp, ecp->cp, len * 2 * sizeof(CHAR_T)); in ex_at()
|
H A D | ex_tag.c | 588 MALLOC_RET(sp, tfp, sizeof(TAGF)); in tagf_copy() 614 MALLOC_RET(sp, tqp, len); in tagq_copy() 643 MALLOC_RET(sp, tp, len); in tag_copy() 856 MALLOC_RET(sp, tfp, sizeof(TAGF)); in ex_tagf_alloc()
|
H A D | ex_global.c | 172 MALLOC_RET(sp, ecp->cp, (len * 2) * sizeof(CHAR_T)); in ex_g_setup()
|
H A D | ex_script.c | 94 MALLOC_RET(sp, sc, sizeof(SCRIPT)); in sscr_init()
|
H A D | ex_cscope.c | 327 MALLOC_RET(sp, csc->pbuf, len + 1); in get_paths()
|
/freebsd/contrib/nvi/common/ |
H A D | mark.c | 162 MALLOC_RET(sp, lmt, sizeof(LMARK)); in mark_set()
|
H A D | mem.h | 173 #define MALLOC_RET(sp, p, size) do { \ macro
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_screen.c | 522 MALLOC_RET(sp, *elementp, len + 1); in cl_getcap()
|