Home
last modified time | relevance | path

Searched refs:MALLOC_RET (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dv_init.c51 MALLOC_RET(orig, nvip->rep, ovip->rep_len); in v_screen_copy()
H A Dv_paragraph.c331 MALLOC_RET(sp, p, p_len + s_len + 1); in v_buildps()
/freebsd/contrib/nvi/ex/
H A Dex_at.c105 MALLOC_RET(sp, ecp->cp, len * 2 * sizeof(CHAR_T)); in ex_at()
H A Dex_tag.c588 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 Dex_global.c172 MALLOC_RET(sp, ecp->cp, (len * 2) * sizeof(CHAR_T)); in ex_g_setup()
H A Dex_script.c94 MALLOC_RET(sp, sc, sizeof(SCRIPT)); in sscr_init()
H A Dex_cscope.c327 MALLOC_RET(sp, csc->pbuf, len + 1); in get_paths()
/freebsd/contrib/nvi/common/
H A Dmark.c162 MALLOC_RET(sp, lmt, sizeof(LMARK)); in mark_set()
H A Dmem.h173 #define MALLOC_RET(sp, p, size) do { \ macro
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c522 MALLOC_RET(sp, *elementp, len + 1); in cl_getcap()