Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ncurses/ncurses/
Dllib-ltic103 #undef _nc_entry_match
104 NCURSES_BOOL _nc_entry_match(
Dllib-lticw103 #undef _nc_entry_match
104 NCURSES_BOOL _nc_entry_match(
Dllib-ltict103 #undef _nc_entry_match
104 NCURSES_BOOL _nc_entry_match(
Dllib-ltictw103 #undef _nc_entry_match
104 NCURSES_BOOL _nc_entry_match(
Dllib-lncurses4163 #undef _nc_entry_match
4164 NCURSES_BOOL _nc_entry_match(
Dllib-lncursest4325 #undef _nc_entry_match
4326 NCURSES_BOOL _nc_entry_match(
Dllib-lncursesw5025 #undef _nc_entry_match
5026 NCURSES_BOOL _nc_entry_match(
Dllib-lncursestw5143 #undef _nc_entry_match
5144 NCURSES_BOOL _nc_entry_match(
/freebsd-12-stable/contrib/ncurses/include/
Dterm_entry.h178 extern NCURSES_EXPORT(bool) _nc_entry_match (char *, char *);
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
Dcomp_parse.c200 _nc_entry_match(char *n1, char *n2) in _nc_entry_match() function
/freebsd-12-stable/contrib/ncurses/misc/
Dncurses.def39 "_nc_entry_match" @710 NONAME
Dncurses.ref466 "_nc_entry_match" @710 NONAME
/freebsd-12-stable/contrib/ncurses/progs/
Dinfocmp.c1031 if (_nc_entry_match(qp->tterm.term_names, rp->tterm.term_names)) { in file_comparison()