Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/progs/
H A Dinfocmp.c174 capcmp(PredIdx idx, const char *s, const char *t) in capcmp() function
261 else if (!usestr || !termstr || capcmp(idx, usestr, termstr)) in use_predicate()
313 if (capcmp((PredIdx) i, t1->Strings[i], t2->Strings[i])) in entryeq()
561 if (!(no_string(s1) && no_string(s2)) && capcmp(idx, s1, s2)) { in compare_predicate()
574 if (capcmp(idx, s1, s2) != 0) { in compare_predicate()