Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-tc.c648 int is_tc; in TcCreate() local
677 is_tc = FALSE; in TcCreate()
682 is_tc = TRUE; in TcCreate()
695 if (!is_tc) in TcCreate()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c370 bool is_tc = !is_use && (strcmp(_nc_curr_token.tk_name, "tc") == 0); in _nc_parse_entry() local
371 if (is_use || is_tc) { in _nc_parse_entry()
391 if (entryp->nuses > 1 && is_tc) { in _nc_parse_entry()