Home
last modified time | relevance | path

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

123

/openbsd/lib/libcurses/
H A Dterm.h159 #define CUR ((TERMTYPE *)(cur_term))-> macro
198 #define columns CUR Numbers[0]
199 #define init_tabs CUR Numbers[1]
200 #define lines CUR Numbers[2]
201 #define lines_of_memory CUR Numbers[3]
202 #define magic_cookie_glitch CUR Numbers[4]
203 #define padding_baud_rate CUR Numbers[5]
204 #define virtual_terminal CUR Numbers[6]
205 #define width_status_line CUR Numbers[7]
206 #define num_labels CUR Numbers[8]
[all …]
/openbsd/lib/libcurses/tinfo/
H A Dinit_keytry.c48 #undef CUR
49 #define CUR SP_TERMTYPE macro
83 CUR Strings[_nc_tinfo_fkeys[n].offset], in _nc_init_keytry()
H A Dlib_has_cap.c48 #ifndef CUR
49 #define CUR SP_TERMTYPE macro
H A Dlib_print.c41 #ifndef CUR
42 #define CUR SP_TERMTYPE macro
H A Dlib_cur_term.c48 #undef CUR
49 #define CUR TerminalType(termp). macro
H A Dlib_acs.c41 #ifndef CUR
42 #define CUR SP_TERMTYPE macro
H A Dlib_ttyflags.c43 #ifndef CUR
44 #define CUR SP_TERMTYPE macro
H A Dlib_options.c48 #ifndef CUR
49 #define CUR SP_TERMTYPE macro
H A Dtrim_sgr0.c44 #undef CUR
45 #define CUR tp-> macro
/openbsd/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 Dt4.sh4 CUR=$1
16 tar -cO -f - * | tar -tf - | cmp -s $CUR/t4.out -
H A Dt3.sh6 CUR=$1
8 uudecode -p << '_EOF' | tar ztf - 2> /dev/null | cmp -s $CUR/t3.out /dev/stdin
/openbsd/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_slk.c49 #ifndef CUR
50 #define CUR SP_TERMTYPE macro
H A Dlib_newterm.c48 #ifndef CUR
49 #define CUR SP_TERMTYPE macro
/openbsd/gnu/gcc/libcpp/
H A 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()
989 if (* CUR (context) == '(') in _cpp_create_trad_definition()
[all …]
H A Dinternal.h64 #define CPP_BUF_COLUMN(BUF, CUR) ((CUR) - (BUF)->line_base) argument
137 #define CUR(c) ((c)->u.trad.cur) macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A 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;
1093 if (* CUR (context) == '(')
[all …]
H A 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/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];
/openbsd/gnu/usr.bin/perl/ext/B/t/
H A Dinvlist.t40 note "SV: ", ref $sv, " = " . $sv->LEN . " " . $sv->CUR;

123