Searched refs:PAIRED (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | comp_parse.c | 705 PAIRED(enter_standout_mode, exit_standout_mode); in sanity_check2() 706 PAIRED(enter_underline_mode, exit_underline_mode); in sanity_check2() 708 PAIRED(enter_italics_mode, exit_italics_mode); in sanity_check2() 722 PAIRED(enter_alt_charset_mode, exit_alt_charset_mode); in sanity_check2() 725 PAIRED(exit_ca_mode, enter_ca_mode); in sanity_check2() 726 PAIRED(enter_delete_mode, exit_delete_mode); in sanity_check2() 728 PAIRED(enter_insert_mode, exit_insert_mode); in sanity_check2() 732 PAIRED(from_status_line, to_status_line); in sanity_check2() 733 PAIRED(meta_off, meta_on); in sanity_check2() 735 PAIRED(prtr_on, prtr_off); in sanity_check2() [all …]
|
/freebsd/contrib/ncurses/progs/ |
H A D | tic.c | 1134 PAIRED(exit_alt_charset_mode, exit_alt_charset_mode); in check_acs() 1245 PAIRED(set_foreground, set_background); in check_colors() 1246 PAIRED(set_a_foreground, set_a_background); in check_colors() 1247 PAIRED(set_color_pair, initialize_pair); in check_colors() 1663 PAIRED(enter_doublewide_mode, exit_doublewide_mode); in check_printer() 1666 PAIRED(enter_italics_mode, exit_italics_mode); in check_printer() 1669 PAIRED(enter_leftward_mode, exit_leftward_mode); in check_printer() 1672 PAIRED(enter_micro_mode, exit_micro_mode); in check_printer() 1675 PAIRED(enter_shadow_mode, exit_shadow_mode); in check_printer() 1678 PAIRED(enter_subscript_mode, exit_subscript_mode); in check_printer() [all …]
|
/freebsd/contrib/ncurses/include/ |
H A D | term_entry.h | 157 #define PAIRED(p,q) \ macro
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | UnicodeData.txt | 5913 21C7;LEFTWARDS PAIRED ARROWS;So;0;ON;;;;;N;LEFT PAIRED ARROWS;;;; 5914 21C8;UPWARDS PAIRED ARROWS;So;0;ON;;;;;N;UP PAIRED ARROWS;;;; 5915 21C9;RIGHTWARDS PAIRED ARROWS;So;0;ON;;;;;N;RIGHT PAIRED ARROWS;;;; 5916 21CA;DOWNWARDS PAIRED ARROWS;So;0;ON;;;;;N;DOWN PAIRED ARROWS;;;;
|