| /openbsd/src/lib/libcurses/ |
| D | term.h | 159 #define CUR ((TERMTYPE *)(cur_term))-> macro 161 #define auto_left_margin CUR Booleans[0] 162 #define auto_right_margin CUR Booleans[1] 163 #define no_esc_ctlc CUR Booleans[2] 164 #define ceol_standout_glitch CUR Booleans[3] 165 #define eat_newline_glitch CUR Booleans[4] 166 #define erase_overstrike CUR Booleans[5] 167 #define generic_type CUR Booleans[6] 168 #define hard_copy CUR Booleans[7] 169 #define has_meta_key CUR Booleans[8] [all …]
|
| /openbsd/src/lib/libcurses/tinfo/ |
| D | init_keytry.c | 48 #undef CUR 49 #define CUR SP_TERMTYPE macro 83 CUR Strings[_nc_tinfo_fkeys[n].offset], in _nc_init_keytry()
|
| D | lib_has_cap.c | 48 #ifndef CUR 49 #define CUR SP_TERMTYPE macro
|
| D | lib_print.c | 41 #ifndef CUR 42 #define CUR SP_TERMTYPE macro
|
| D | lib_cur_term.c | 48 #undef CUR 49 #define CUR TerminalType(termp). macro
|
| D | lib_acs.c | 41 #ifndef CUR 42 #define CUR SP_TERMTYPE macro
|
| D | lib_ttyflags.c | 43 #ifndef CUR 44 #define CUR SP_TERMTYPE macro
|
| D | lib_options.c | 48 #ifndef CUR 49 #define CUR SP_TERMTYPE macro
|
| D | trim_sgr0.c | 44 #undef CUR 45 #define CUR tp-> macro
|
| D | lib_termcap.c | 50 #ifndef CUR 51 #define CUR SP_TERMTYPE macro
|
| /openbsd/src/regress/bin/pax/ |
| D | t2.sh | 5 CUR=$1 7 uudecode -p << '_EOF' | tar ztf - 2> /dev/null | cmp -s $CUR/t2.out /dev/stdin
|
| D | t1.sh | 5 CUR=$1 36 tar tf $OBJ/t1.tar 2> /dev/null | cmp -s $CUR/t1.out /dev/stdin
|
| D | t4.sh | 4 CUR=$1 16 tar -cO -f - * | tar -tf - | cmp -s $CUR/t4.out -
|
| D | t3.sh | 6 CUR=$1 8 uudecode -p << '_EOF' | tar ztf - 2> /dev/null | cmp -s $CUR/t3.out /dev/stdin
|
| /openbsd/src/lib/libcurses/base/ |
| D | lib_flash.c | 48 #ifndef CUR 49 #define CUR SP_TERMTYPE macro
|
| D | lib_beep.c | 48 #ifndef CUR 49 #define CUR SP_TERMTYPE macro
|
| D | lib_dft_fgbg.c | 39 #ifndef CUR 40 #define CUR SP_TERMTYPE macro
|
| D | lib_slkrefr.c | 45 #ifndef CUR 46 #define CUR SP_TERMTYPE macro
|
| D | lib_newterm.c | 48 #ifndef CUR 49 #define CUR SP_TERMTYPE macro
|
| D | lib_slk.c | 49 #ifndef CUR 50 #define CUR SP_TERMTYPE macro
|
| /openbsd/src/gnu/gcc/libcpp/ |
| D | traditional.c | 254 CUR (pfile->context) = cur; in lex_identifier() 359 CUR (pfile->context) = pfile->buffer->cur; in _cpp_scan_out_logical_line() 368 cur = CUR (context); in _cpp_scan_out_logical_line() 476 cur = CUR (context); in _cpp_scan_out_logical_line() 577 CUR (context) = cur; in _cpp_scan_out_logical_line() 884 const uchar *cur = CUR (pfile->context) + 1; in scan_parameters() 896 cur = skip_whitespace (pfile, CUR (pfile->context), in scan_parameters() 914 CUR (pfile->context) = cur + (*cur == ')'); in scan_parameters() 984 CUR (context) = pfile->buffer->cur; in _cpp_create_trad_definition() 986 check_output_buffer (pfile, RLIMIT (context) - CUR (context)); in _cpp_create_trad_definition() [all …]
|
| D | internal.h | 64 #define CPP_BUF_COLUMN(BUF, CUR) ((CUR) - (BUF)->line_base) argument 137 #define CUR(c) ((c)->u.trad.cur) macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | cpptrad.c | 319 CUR (pfile->context) = cur; 448 CUR (pfile->context) = pfile->buffer->cur; 457 cur = CUR (context); 575 cur = CUR (context); 676 CUR (context) = cur; 989 const uchar *cur = CUR (pfile->context) + 1; 1001 cur = skip_whitespace (pfile, CUR (pfile->context), 1016 CUR (pfile->context) = cur + (*cur == ')'); 1088 CUR (context) = pfile->buffer->cur; 1090 check_output_buffer (pfile, RLIMIT (context) - CUR (context)); [all …]
|
| D | cpphash.h | 48 #define CPP_BUF_COLUMN(BUF, CUR) ((CUR) - (BUF)->line_base + (BUF)->col_adjust) argument 173 #define CUR(c) ((c)->u.trad.cur) macro
|
| /openbsd/src/gnu/usr.bin/perl/ext/B/t/ |
| D | invlist.t | 40 note "SV: ", ref $sv, " = " . $sv->LEN . " " . $sv->CUR;
|