Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tinfo/
HDcomp_parse.c679 ANDMISSING(enter_alt_charset_mode, acs_chars); in sanity_check2()
680 ANDMISSING(exit_alt_charset_mode, acs_chars); in sanity_check2()
685 ANDMISSING(enter_blink_mode, exit_attribute_mode); in sanity_check2()
686 ANDMISSING(enter_bold_mode, exit_attribute_mode); in sanity_check2()
689 ANDMISSING(enter_dim_mode, exit_attribute_mode); in sanity_check2()
691 ANDMISSING(enter_secure_mode, exit_attribute_mode); in sanity_check2()
692 ANDMISSING(enter_protected_mode, exit_attribute_mode); in sanity_check2()
693 ANDMISSING(enter_reverse_mode, exit_attribute_mode); in sanity_check2()
701 ANDMISSING(label_off, label_on); in sanity_check2()
705 ANDMISSING(set_color_pair, initialize_pair); in sanity_check2()
/dragonfly/contrib/ncurses/progs/
HDtic.c1112 ANDMISSING(ena_acs, enter_alt_charset_mode); in check_acs()
1113 ANDMISSING(ena_acs, exit_alt_charset_mode); in check_acs()
1440 ANDMISSING(parm_insert_line, insert_line); in check_cursor()
1441 ANDMISSING(parm_delete_line, delete_line); in check_cursor()
1442 ANDMISSING(parm_insert_line, parm_delete_line); in check_cursor()
1445 ANDMISSING(parm_down_cursor, cursor_down); in check_cursor()
1446 ANDMISSING(parm_up_cursor, cursor_up); in check_cursor()
1447 ANDMISSING(parm_left_cursor, cursor_left); in check_cursor()
1448 ANDMISSING(parm_right_cursor, cursor_right); in check_cursor()
1622 ANDMISSING(key_ic, key_dc); in check_keypad()
[all …]
/dragonfly/contrib/ncurses/include/
HDterm_entry.h150 #define ANDMISSING(p,q) \ macro