Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c95 #define _nc_cgetmatch cgetmatch macro
98 static int _nc_cgetmatch(char *, const char *);
293 if (depth == 0 && toprec != 0 && _nc_cgetmatch(toprec, name) == 0) { in _nc_getent()
439 if (_nc_cgetmatch(record, name) == 0 in _nc_getent()
607 _nc_cgetmatch(char *buf, const char *name) in _nc_cgetmatch() function