Home
last modified time | relevance | path

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

/src/contrib/ncurses/progs/
H A Dinfocmp.c268 const char *termstr = entries[0].tterm.Strings[idx]; in use_predicate() local
284 if (usestr == CANCELLED_STRING && termstr == ABSENT_STRING) in use_predicate()
286 else if (usestr == CANCELLED_STRING && termstr == CANCELLED_STRING) in use_predicate()
288 else if (usestr == ABSENT_STRING && termstr == ABSENT_STRING) in use_predicate()
290 else if (!usestr || !termstr || capcmp(idx, usestr, termstr)) in use_predicate()