Home
last modified time | relevance | path

Searched refs:CUR (Results 1 – 25 of 63) sorted by relevance

123

/openbsd/src/lib/libcurses/
Dterm.h159 #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/
Dinit_keytry.c48 #undef CUR
49 #define CUR SP_TERMTYPE macro
83 CUR Strings[_nc_tinfo_fkeys[n].offset], in _nc_init_keytry()
Dlib_has_cap.c48 #ifndef CUR
49 #define CUR SP_TERMTYPE macro
Dlib_print.c41 #ifndef CUR
42 #define CUR SP_TERMTYPE macro
Dlib_cur_term.c48 #undef CUR
49 #define CUR TerminalType(termp). macro
Dlib_acs.c41 #ifndef CUR
42 #define CUR SP_TERMTYPE macro
Dlib_ttyflags.c43 #ifndef CUR
44 #define CUR SP_TERMTYPE macro
Dlib_options.c48 #ifndef CUR
49 #define CUR SP_TERMTYPE macro
Dtrim_sgr0.c44 #undef CUR
45 #define CUR tp-> macro
Dlib_termcap.c50 #ifndef CUR
51 #define CUR SP_TERMTYPE macro
/openbsd/src/regress/bin/pax/
Dt2.sh5 CUR=$1
7 uudecode -p << '_EOF' | tar ztf - 2> /dev/null | cmp -s $CUR/t2.out /dev/stdin
Dt1.sh5 CUR=$1
36 tar tf $OBJ/t1.tar 2> /dev/null | cmp -s $CUR/t1.out /dev/stdin
Dt4.sh4 CUR=$1
16 tar -cO -f - * | tar -tf - | cmp -s $CUR/t4.out -
Dt3.sh6 CUR=$1
8 uudecode -p << '_EOF' | tar ztf - 2> /dev/null | cmp -s $CUR/t3.out /dev/stdin
/openbsd/src/lib/libcurses/base/
Dlib_flash.c48 #ifndef CUR
49 #define CUR SP_TERMTYPE macro
Dlib_beep.c48 #ifndef CUR
49 #define CUR SP_TERMTYPE macro
Dlib_dft_fgbg.c39 #ifndef CUR
40 #define CUR SP_TERMTYPE macro
Dlib_slkrefr.c45 #ifndef CUR
46 #define CUR SP_TERMTYPE macro
Dlib_newterm.c48 #ifndef CUR
49 #define CUR SP_TERMTYPE macro
Dlib_slk.c49 #ifndef CUR
50 #define CUR SP_TERMTYPE macro
/openbsd/src/gnu/gcc/libcpp/
Dtraditional.c254 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 …]
Dinternal.h64 #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/
Dcpptrad.c319 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 …]
Dcpphash.h48 #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/
Dinvlist.t40 note "SV: ", ref $sv, " = " . $sv->LEN . " " . $sv->CUR;

123