Home
last modified time | relevance | path

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

/src/contrib/ncurses/progs/
H A Dinfocmp.c183 capcmp(PredIdx idx, const char *s, const char *t) in capcmp() function
290 else if (!usestr || !termstr || capcmp(idx, usestr, termstr)) in use_predicate()
346 if (capcmp((PredIdx) i, t1->Strings[i], t2->Strings[i])) in entryeq()
595 if (!(no_string(s1) && no_string(s2)) && capcmp(idx, s1, s2)) { in compare_predicate()
608 if (capcmp(idx, s1, s2) != 0) { in compare_predicate()