Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c473 _nc_syntax = SYN_TERMCAP; in _nc_get_token()
561 _nc_syntax = SYN_TERMCAP; in _nc_get_token()
626 if (had_newline && _nc_syntax == SYN_TERMCAP) { in _nc_get_token()
815 if ((_nc_syntax == SYN_TERMCAP) && c == '\n') in _nc_trans_string()
825 if (c == '?' && (_nc_syntax != SYN_TERMCAP)) { in _nc_trans_string()
833 bool strict_bsd = ((_nc_syntax == SYN_TERMCAP) && _nc_strict_bsd); in _nc_trans_string()
H A Dparse_entry.c290 if (_nc_syntax == SYN_TERMCAP in _nc_parse_entry()
375 if (_nc_syntax == SYN_TERMCAP) { in _nc_parse_entry()
547 if (_nc_syntax == SYN_TERMCAP) in _nc_parse_entry()
557 _nc_panic_mode((char) ((_nc_syntax == SYN_TERMCAP) ? ':' : ',')); in _nc_parse_entry()
575 if (_nc_syntax == SYN_TERMCAP) { in _nc_parse_entry()
H A Dname_match.c45 if ((_nc_syntax == SYN_TERMCAP) && _nc_user_definable) { in skip_index()
H A Dcomp_parse.c116 if ((_nc_syntax == SYN_TERMCAP) && _nc_user_definable) { in check_collisions()
169 if ((_nc_syntax == SYN_TERMCAP) && _nc_user_definable) { in remove_collision()
/dragonfly/contrib/ncurses/include/
H A Dtic.h301 #define SYN_TERMCAP 1 macro
/dragonfly/contrib/ncurses/progs/
H A Dtic.c2635 if (!(_nc_syntax == SYN_TERMCAP && capdump)) { in check_conflict()