Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c53 static void sanity_check2(TERMTYPE2 *, bool);
54 NCURSES_IMPEXP void (NCURSES_API *_nc_check_termtype2) (TERMTYPE2 *, bool) = sanity_check2;
627 if (_nc_check_termtype2 != sanity_check2) { in _nc_resolve_uses2()
688 sanity_check2(TERMTYPE2 *tp, bool literal) in sanity_check2() function