| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | init_keytry.c | 46 #undef CUR 47 #define CUR SP_TERMTYPE macro 83 CUR Strings[_nc_tinfo_fkeys[n].offset], in _nc_init_keytry()
|
| H A D | lib_has_cap.c | 46 #ifndef CUR 47 #define CUR SP_TERMTYPE macro
|
| H A D | lib_print.c | 39 #ifndef CUR 40 #define CUR SP_TERMTYPE macro
|
| H A D | lib_cur_term.c | 46 #undef CUR 47 #define CUR TerminalType(termp). macro
|
| H A D | lib_acs.c | 39 #ifndef CUR 40 #define CUR SP_TERMTYPE macro
|
| H A D | lib_ttyflags.c | 41 #ifndef CUR 42 #define CUR SP_TERMTYPE macro
|
| H A D | lib_options.c | 46 #ifndef CUR 47 #define CUR SP_TERMTYPE macro
|
| H A D | trim_sgr0.c | 42 #undef CUR 43 #define CUR tp-> macro
|
| H A D | lib_tputs.c | 47 #ifndef CUR 48 #define CUR SP_TERMTYPE macro
|
| H A D | lib_termcap.c | 50 #ifndef CUR 51 #define CUR SP_TERMTYPE macro
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_flash.c | 46 #ifndef CUR 47 #define CUR SP_TERMTYPE macro
|
| H A D | lib_beep.c | 46 #ifndef CUR 47 #define CUR SP_TERMTYPE macro
|
| H A D | lib_dft_fgbg.c | 37 #ifndef CUR 38 #define CUR SP_TERMTYPE macro
|
| H A D | lib_slkrefr.c | 43 #ifndef CUR 44 #define CUR SP_TERMTYPE macro
|
| H A D | lib_slk.c | 47 #ifndef CUR 48 #define CUR SP_TERMTYPE macro
|
| H A D | lib_newterm.c | 46 #ifndef CUR 47 #define CUR SP_TERMTYPE macro
|
| H A D | new_pair.c | 42 #ifndef CUR 43 #define CUR SP_TERMTYPE macro
|
| H A D | resizeterm.c | 45 #ifndef CUR 46 #define CUR SP_TERMTYPE macro
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | progs.priv.h | 133 #ifndef CUR 134 #define CUR ((TERMTYPE *)(cur_term))-> macro
|
| H A D | dump_entry.c | 337 #define BOOL_IDX(name) (PredType) (&(name) - &(CUR Booleans[0])) 338 #define NUM_IDX(name) (PredType) (&(name) - &(CUR Numbers[0])) 339 #define STR_IDX(name) (PredType) (&(name) - &(CUR Strings[0])) 1021 #undef CUR in fmt_entry() 1022 #define CUR tterm-> in fmt_entry() macro 1770 #undef CUR 1771 #define CUR tp-> macro
|
| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | lib_vidattr.c | 69 #ifndef CUR 70 #define CUR SP_TERMTYPE macro
|
| H A D | hashmap.c | 73 #ifndef CUR 74 #define CUR SP_TERMTYPE macro
|
| /freebsd/contrib/ncurses/ncurses/widechar/ |
| H A D | lib_vid_attr.c | 36 #ifndef CUR 37 #define CUR SP_TERMTYPE macro
|
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_traceatr.c | 43 #ifndef CUR 44 #define CUR SP_TERMTYPE macro
|
| /freebsd/contrib/ncurses/include/ |
| H A D | MKterm.h.awk.in | 182 print "#define CUR ((TERMTYPE *)(cur_term))->" 214 printf "#define %-30s CUR Booleans[%d]\n", $1, BoolCount++ 218 printf "#define %-30s CUR Numbers[%d]\n", $1, NumberCount++ 222 printf "#define %-30s CUR Strings[%d]\n", $1, StringCount++
|