Home
last modified time | relevance | path

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

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