Searched refs:CUR (Results 1 - 25 of 58) sorted by relevance

123

/openbsd-current/lib/libcurses/
H A 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 Boolean
[all...]
/openbsd-current/regress/bin/pax/
H A Dt2.sh5 CUR=$1
7 uudecode -p << '_EOF' | tar ztf - 2> /dev/null | cmp -s $CUR/t2.out /dev/stdin
H A Dt1.sh5 CUR=$1
36 tar tf $OBJ/t1.tar 2> /dev/null | cmp -s $CUR/t1.out /dev/stdin
H A Dt3.sh6 CUR=$1
8 uudecode -p << '_EOF' | tar ztf - 2> /dev/null | cmp -s $CUR/t3.out /dev/stdin
H A Dt4.sh4 CUR=$1
16 tar -cO -f - * | tar -tf - | cmp -s $CUR/t4.out -
/openbsd-current/lib/libcurses/base/
H A Dlib_flash.c48 #ifndef CUR
49 #define CUR SP_TERMTYPE macro
H A Dlib_beep.c48 #ifndef CUR
49 #define CUR SP_TERMTYPE macro
H A Dlib_dft_fgbg.c39 #ifndef CUR
40 #define CUR SP_TERMTYPE macro
H A Dlib_slkrefr.c45 #ifndef CUR
46 #define CUR SP_TERMTYPE macro
H A Dlib_newterm.c48 #ifndef CUR
49 #define CUR SP_TERMTYPE macro
H A Dlib_slk.c49 #ifndef CUR
50 #define CUR SP_TERMTYPE macro
/openbsd-current/lib/libcurses/tinfo/
H A Dlib_has_cap.c48 #ifndef CUR
49 #define CUR SP_TERMTYPE macro
H A Dinit_keytry.c48 #undef CUR macro
49 #define CUR SP_TERMTYPE macro
83 CUR Strings[_nc_tinfo_fkeys[n].offset],
H A Dlib_print.c41 #ifndef CUR
42 #define CUR SP_TERMTYPE macro
H A Dlib_acs.c41 #ifndef CUR
42 #define CUR SP_TERMTYPE macro
H A Dlib_cur_term.c48 #undef CUR macro
49 #define CUR TerminalType(termp). macro
H A Dlib_termcap.c50 #ifndef CUR
51 #define CUR SP_TERMTYPE macro
H A Dlib_options.c48 #ifndef CUR
49 #define CUR SP_TERMTYPE macro
H A Dlib_ttyflags.c43 #ifndef CUR
44 #define CUR SP_TERMTYPE macro
H A Dtrim_sgr0.c44 #undef CUR macro
45 #define CUR tp-> macro
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Dinvlist.t40 note "SV: ", ref $sv, " = " . $sv->LEN . " " . $sv->CUR;
/openbsd-current/gnu/gcc/libcpp/
H A Dtraditional.c135 /* CUR points to the asterisk introducing a comment in the current
199 /* CUR points to any character in the input buffer. Skips over all
240 /* Lexes and outputs an identifier starting at CUR, which is assumed
254 CUR (pfile->context) = cur;
359 CUR (pfile->context) = pfile->buffer->cur;
368 cur = CUR (context);
476 cur = CUR (context);
577 CUR (context) = cur;
879 duplicate parameter). On success, CUR (pfile->context) is just
884 const uchar *cur = CUR (pfil
[all...]
H A Dinternal.h64 #define CPP_BUF_COLUMN(BUF, CUR) ((CUR) - (BUF)->line_base)
137 #define CUR(c) ((c)->u.trad.cur) macro
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcpptrad.c127 input file, at CUR. Handles DOS, Mac and Unix ends of line, and
142 /* CUR points to any character in the current context, not necessarily
143 a backslash. Advances CUR until all escaped newlines are skipped,
163 /* CUR points to the asterisk introducing a comment in the current
241 /* CUR points to any character in the input buffer. Skips over all
298 /* Lexes and outputs an identifier starting at CUR, which is assumed
319 CUR (pfile->context) = cur;
448 CUR (pfile->context) = pfile->buffer->cur;
457 cur = CUR (context);
575 cur = CUR (contex
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_mpc.h47 VUPDATE_SRII(CUR, VUPDATE_LOCK_SET, inst)
61 uint32_t CUR[MAX_OPP];

Completed in 138 milliseconds

123