Searched refs:ANDMISSING (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/ncurses/ncurses/tinfo/ |
| D | comp_parse.c | 434 ANDMISSING(enter_alt_charset_mode, acs_chars); in sanity_check2() 435 ANDMISSING(exit_alt_charset_mode, acs_chars); in sanity_check2() 440 ANDMISSING(enter_blink_mode, exit_attribute_mode); in sanity_check2() 441 ANDMISSING(enter_bold_mode, exit_attribute_mode); in sanity_check2() 444 ANDMISSING(enter_dim_mode, exit_attribute_mode); in sanity_check2() 446 ANDMISSING(enter_secure_mode, exit_attribute_mode); in sanity_check2() 447 ANDMISSING(enter_protected_mode, exit_attribute_mode); in sanity_check2() 448 ANDMISSING(enter_reverse_mode, exit_attribute_mode); in sanity_check2() 456 ANDMISSING(label_off, label_on); in sanity_check2() 460 ANDMISSING(set_color_pair, initialize_pair); in sanity_check2()
|
| /freebsd-9-stable/contrib/ncurses/progs/ |
| D | tic.c | 1420 ANDMISSING(cursor_invisible, cursor_normal); in check_termtype() 1421 ANDMISSING(cursor_visible, cursor_normal); in check_termtype() 1432 ANDMISSING(change_scroll_region, save_cursor); in check_termtype() 1433 ANDMISSING(change_scroll_region, restore_cursor); in check_termtype()
|
| /freebsd-9-stable/contrib/ncurses/include/ |
| D | term_entry.h | 109 #define ANDMISSING(p,q) \ macro
|