Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/tinfo/
H A Dalloc_entry.c98 _nc_copy_termtype2(&(newp->tterm), &(oldp->tterm)); in _nc_copy_entry()
265 _nc_copy_termtype2(&copy, from); in _nc_merge_entry()
H A Dcomp_parse.c572 _nc_copy_termtype2(&(merged.tterm), &(qp->tterm)); in _nc_resolve_uses2()
H A Dlib_setup.c797 _nc_copy_termtype2(&(TerminalType(termp)), fallback); in TINFO_SETUP_TERM()
H A Dalloc_ttype.c694 _nc_copy_termtype2(TERMTYPE2 *dst, const TERMTYPE2 *src) in _nc_copy_termtype2() function
/openbsd/lib/libcurses/
H A Dcurses.priv.h2168 extern NCURSES_EXPORT(void) _nc_copy_termtype2 (TERMTYPE2 *, const TERMTYPE2 *);
2171 #define _nc_copy_termtype2(dst,src) _nc_copy_termtype((dst),(src)) macro