Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
HDcomp_parse.c52 static void sanity_check2(TERMTYPE *, bool);
53 NCURSES_IMPEXP void NCURSES_API(*_nc_check_termtype2) (TERMTYPE *, bool) = sanity_check2;
472 if (_nc_check_termtype2 != sanity_check2) { in _nc_resolve_uses2()
531 sanity_check2(TERMTYPE *tp, bool literal) in sanity_check2() function
591 sanity_check2(tp, FALSE); in sanity_check()