Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c746 ANDMISSING(enter_alt_charset_mode, acs_chars); in sanity_check2()
747 ANDMISSING(exit_alt_charset_mode, acs_chars); in sanity_check2()
752 ANDMISSING(enter_blink_mode, exit_attribute_mode); in sanity_check2()
753 ANDMISSING(enter_bold_mode, exit_attribute_mode); in sanity_check2()
756 ANDMISSING(enter_dim_mode, exit_attribute_mode); in sanity_check2()
758 ANDMISSING(enter_secure_mode, exit_attribute_mode); in sanity_check2()
759 ANDMISSING(enter_protected_mode, exit_attribute_mode); in sanity_check2()
760 ANDMISSING(enter_reverse_mode, exit_attribute_mode); in sanity_check2()
768 ANDMISSING(label_off, label_on); in sanity_check2()
772 ANDMISSING(set_color_pair, initialize_pair); in sanity_check2()
/freebsd/contrib/ncurses/progs/
H A Dtic.c1134 ANDMISSING(ena_acs, enter_alt_charset_mode); in check_acs()
1135 ANDMISSING(ena_acs, exit_alt_charset_mode); in check_acs()
1470 ANDMISSING(parm_insert_line, insert_line); in check_cursor()
1471 ANDMISSING(parm_delete_line, delete_line); in check_cursor()
1472 ANDMISSING(parm_insert_line, parm_delete_line); in check_cursor()
1475 ANDMISSING(parm_down_cursor, cursor_down); in check_cursor()
1476 ANDMISSING(parm_up_cursor, cursor_up); in check_cursor()
1477 ANDMISSING(parm_left_cursor, cursor_left); in check_cursor()
1478 ANDMISSING(parm_right_cursor, cursor_right); in check_cursor()
1657 ANDMISSING(key_ic, key_dc); in check_keypad()
[all …]
/freebsd/contrib/ncurses/include/
H A Dterm_entry.h152 #define ANDMISSING(p,q) \ macro