Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/cl/
H A Dcl_screen.c515 cl_getcap(SCR *sp, char *name, char **elementp) in cl_getcap() argument
522 MALLOC_RET(sp, *elementp, len + 1); in cl_getcap()
523 memmove(*elementp, t, len + 1); in cl_getcap()