Searched refs:CALLOC_RET (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_at.c | 81 CALLOC_RET(sp, ecp, 1, sizeof(EXCMD)); in ex_at() 83 CALLOC_RET(sp, rp, 1, sizeof(RANGE)); in ex_at()
|
H A D | ex_global.c | 157 CALLOC_RET(sp, ecp, 1, sizeof(EXCMD)); in ex_g_setup() 298 CALLOC_RET(sp, nrp, 1, sizeof(RANGE)); in ex_g_insdel()
|
H A D | ex_init.c | 45 CALLOC_RET(orig, nexp, 1, sizeof(EX_PRIVATE)); in ex_screen_copy() 287 CALLOC_RET(sp, ecp, 1, sizeof(EXCMD)); in ex_run_str()
|
H A D | ex_args.c | 87 CALLOC_RET(sp, sp->argv, cmdp->argc + 1, sizeof(char *)); in ex_next()
|
H A D | ex_cscope.c | 260 CALLOC_RET(sp, csc, 1, sizeof(CSC) + len); in cscope_add() 755 CALLOC_RET(sp, tp, 1, in parse()
|
/freebsd/contrib/nvi/vi/ |
H A D | v_init.c | 38 CALLOC_RET(orig, nvip, 1, sizeof(VI_PRIVATE)); in v_screen_copy()
|
H A D | vs_split.c | 757 CALLOC_RET(nsp, _HMAP(nsp), SIZE_HMAP(nsp), sizeof(SMAP)); in vs_swap()
|
H A D | vi.c | 969 CALLOC_RET(sp, HMAP, SIZE_HMAP(sp), sizeof(SMAP)); in v_init()
|
/freebsd/contrib/nvi/common/ |
H A D | screen.c | 40 CALLOC_RET(orig, sp, 1, sizeof(SCR)); in screen_init()
|
H A D | cut.c | 121 CALLOC_RET(sp, cbp, 1, sizeof(CB)); in cut()
|
H A D | mem.h | 158 #define CALLOC_RET(sp, p, nmemb, size) do { \ macro
|
H A D | exf.c | 152 CALLOC_RET(sp, ep, 1, sizeof(EXF)); in file_init()
|