Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltic98 #undef _nc_entry_match
99 NCURSES_BOOL _nc_entry_match(
H A Dllib-ltict98 #undef _nc_entry_match
99 NCURSES_BOOL _nc_entry_match(
H A Dllib-ltictw98 #undef _nc_entry_match
99 NCURSES_BOOL _nc_entry_match(
H A Dllib-lticw98 #undef _nc_entry_match
99 NCURSES_BOOL _nc_entry_match(
H A Dllib-lncursest4452 #undef _nc_entry_match
4453 NCURSES_BOOL _nc_entry_match(
H A Dllib-lncurses4331 #undef _nc_entry_match
4332 NCURSES_BOOL _nc_entry_match(
H A Dllib-lncursestw5453 #undef _nc_entry_match
5454 NCURSES_BOOL _nc_entry_match(
H A Dllib-lncursesw5332 #undef _nc_entry_match
5333 NCURSES_BOOL _nc_entry_match(
/freebsd/contrib/ncurses/include/
H A Dterm_entry.h202 extern NCURSES_EXPORT(bool) _nc_entry_match (char *, char *);
/freebsd/contrib/ncurses/misc/
H A Dncurses.def39 "_nc_entry_match" @710 NONAME
H A Dncurses.ref466 "_nc_entry_match" @710 NONAME
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c203 _nc_entry_match(char *n1, char *n2) in _nc_entry_match() function
/freebsd/contrib/ncurses/progs/
H A Dinfocmp.c1089 if (_nc_entry_match(qp->tterm.term_names, rp->tterm.term_names)) { in file_comparison()