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

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dread_termcap.c94 #define _nc_cgetmatch cgetmatch macro
97 static int _nc_cgetmatch(char *, const char *);
296 if (depth == 0 && toprec != 0 && _nc_cgetmatch(toprec, name) == 0) {
435 if (_nc_cgetmatch(record, name) == 0
597 _nc_cgetmatch(char *buf, const char *name) function

Completed in 33 milliseconds