Home
last modified time | relevance | path

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

/mirbsd/src/lib/libncurses/src/ncurses/tinfo/
Dparse_entry.c275 bool is_tc = !is_use && (strcmp(_nc_curr_token.tk_name, "tc") == 0); in _nc_parse_entry() local
276 if (is_use || is_tc) { in _nc_parse_entry()
280 if (entryp->nuses > 1 && is_tc) { in _nc_parse_entry()