Searched refs:_nc_name_match (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dname_match.c75 * int _nc_name_match(namelist, name, delim)
81 _nc_name_match(const char *const namelst, const char *const name, const char *const delim) function
H A DMKfallback.sh114 if (_nc_name_match(tp->term_names, name, "|"))
H A Dread_termcap.c966 && !_nc_is_abs_path(p) && _nc_name_match(p, tn, "|:")) {
1024 } else if (_nc_name_match(tc, tn, "|:")) { /* treat as a capability file */
1131 if (_nc_name_match(ep->tterm.term_names, tn, "|:")) {
H A Dcomp_parse.c239 && _nc_name_match(rp->tterm.term_names, lookfor, "|")) {
H A Dlib_setup.c545 && _nc_name_match(termp->type.term_names, tname, "|")) {
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dtoe.c426 if (_nc_name_match(qp->tterm.term_names,
H A Dtic.c442 if (_nc_name_match(haystack, needle[n], "|")) {
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_mouse.c379 result = _nc_name_match(list, env, "|:");
/macosx-10.10.1/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses2998 #undef _nc_name_match
2999 int _nc_name_match(
H A Dllib-lncursest3078 #undef _nc_name_match
3079 int _nc_name_match(
H A Dllib-lncursesw3755 #undef _nc_name_match
3756 int _nc_name_match(

Completed in 85 milliseconds