Home
last modified time | relevance | path

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

/src/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c526 #define dstINT 2 macro
593 if ((mode & dstINT) == 0) { in copy_termtype()
611 } else if ((mode == dstINT) && (newptr != NULL)) { in copy_termtype()
618 (mode & dstINT) in copy_termtype()
623 NUM_NUMBERS(dst) * ((mode & dstINT) in copy_termtype()
702 copy_termtype(dst, src, srcINT | dstINT); in _nc_copy_termtype2()