Home
last modified time | relevance | path

Searched refs:chtype (Results 1 – 25 of 1982) sorted by relevance

12345678910>>...80

/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pancurses-0.16.1/src/windows/
H A Dconstants.rs2 use pdcurses::chtype;
5 pub fn COLOR_PAIR(n: chtype) -> chtype { in COLOR_PAIR() argument
30 pub const A_NORMAL: chtype = 0;
217 pub fn ACS_PLUS() -> chtype { in ACS_PLUS()
220 pub fn ACS_LTEE() -> chtype { in ACS_LTEE()
223 pub fn ACS_RTEE() -> chtype { in ACS_RTEE()
239 pub fn ACS_S1() -> chtype { in ACS_S1()
242 pub fn ACS_S9() -> chtype { in ACS_S9()
283 pub fn ACS_S3() -> chtype { in ACS_S3()
286 pub fn ACS_S7() -> chtype { in ACS_S7()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.16.1/src/windows/
H A Dconstants.rs2 use pdcurses::chtype;
5 pub fn COLOR_PAIR(n: chtype) -> chtype { in COLOR_PAIR() argument
30 pub const A_NORMAL: chtype = 0;
217 pub fn ACS_PLUS() -> chtype { in ACS_PLUS()
220 pub fn ACS_LTEE() -> chtype { in ACS_LTEE()
223 pub fn ACS_RTEE() -> chtype { in ACS_RTEE()
239 pub fn ACS_S1() -> chtype { in ACS_S1()
242 pub fn ACS_S9() -> chtype { in ACS_S9()
283 pub fn ACS_S3() -> chtype { in ACS_S3()
286 pub fn ACS_S7() -> chtype { in ACS_S7()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.17.0/src/windows/
H A Dconstants.rs2 use pdcurses::chtype;
5 pub fn COLOR_PAIR(n: chtype) -> chtype { in COLOR_PAIR() argument
30 pub const A_NORMAL: chtype = 0;
217 pub fn ACS_PLUS() -> chtype { in ACS_PLUS()
220 pub fn ACS_LTEE() -> chtype { in ACS_LTEE()
223 pub fn ACS_RTEE() -> chtype { in ACS_RTEE()
239 pub fn ACS_S1() -> chtype { in ACS_S1()
242 pub fn ACS_S9() -> chtype { in ACS_S9()
283 pub fn ACS_S3() -> chtype { in ACS_S3()
286 pub fn ACS_S7() -> chtype { in ACS_S7()
[all …]
/dports/devel/ncurses/ncurses-6.3/test/
H A Dxmas.c139 set_color(WINDOW *win, chtype color) in set_color()
240 MvWAddCh(treescrn, 1, 11, (chtype) '/'); in tree()
241 MvWAddCh(treescrn, 2, 11, (chtype) '/'); in tree()
242 MvWAddCh(treescrn, 3, 10, (chtype) '/'); in tree()
243 MvWAddCh(treescrn, 4, 9, (chtype) '/'); in tree()
244 MvWAddCh(treescrn, 5, 9, (chtype) '/'); in tree()
245 MvWAddCh(treescrn, 6, 8, (chtype) '/'); in tree()
246 MvWAddCh(treescrn, 7, 7, (chtype) '/'); in tree()
247 MvWAddCh(treescrn, 8, 6, (chtype) '/'); in tree()
248 MvWAddCh(treescrn, 9, 6, (chtype) '/'); in tree()
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/platform/msvc2005/pdcurses/
H A Dcurses.h411 typedef chtype attr_t;
1163 int attroff(chtype);
1164 int attron(chtype);
1165 int attrset(chtype);
1168 int bkgd(chtype);
1170 int border(chtype, chtype, chtype, chtype, chtype, chtype, chtype, chtype);
1171 int box(WINDOW *, chtype, chtype);
1215 chtype inch(void);
1220 int insch(chtype);
1365 int wborder(WINDOW *, chtype, chtype, chtype, chtype,
[all …]
/dports/biology/avida/avida-2.12.4-src/libs/pdcurses/
H A Dcurses.h411 typedef chtype attr_t;
1163 int attroff(chtype);
1164 int attron(chtype);
1165 int attrset(chtype);
1168 int bkgd(chtype);
1170 int border(chtype, chtype, chtype, chtype, chtype, chtype, chtype, chtype);
1171 int box(WINDOW *, chtype, chtype);
1215 chtype inch(void);
1220 int insch(chtype);
1365 int wborder(WINDOW *, chtype, chtype, chtype, chtype,
[all …]
/dports/games/alienwave/alienwave/
H A Dblit.c28 mvwaddch(term,y-1,x,(chtype)'.'); in blit_explosion_1()
34 mvwaddch(term,y,x,(chtype)'@'); in blit_explosion_1()
40 mvwaddch(term,y+1,x,(chtype)'"'); in blit_explosion_1()
50 mvwaddch(term,y-1,x,(chtype)' '); in clear_explosion_1()
55 mvwaddch(term,y,x,(chtype)' '); in clear_explosion_1()
60 mvwaddch(term,y+1,x,(chtype)' '); in clear_explosion_1()
74 mvwaddch(term,y-1,x,(chtype)'@'); in blit_explosion_2()
80 mvwaddch(term,y,x,(chtype)'@'); in blit_explosion_2()
86 mvwaddch(term,y+1,x,(chtype)'@'); in blit_explosion_2()
125 mvwaddch(term,y,x,(chtype)'#'); in blit_explosion_3()
[all …]
/dports/devel/mingw32-pdcurses/PDCurses-3.4/
H A Dcurses.h98 typedef chtype cchar_t;
101 typedef chtype attr_t;
878 int attron(chtype);
886 int bkgd(chtype);
888 int border(chtype, chtype, chtype, chtype, chtype, chtype, chtype, chtype);
889 int box(WINDOW *, chtype, chtype);
933 chtype inch(void);
938 int insch(chtype);
1094 int wborder(WINDOW *, chtype, chtype, chtype, chtype,
1095 chtype, chtype, chtype, chtype);
[all …]
/dports/biology/seqan1/seqan-1.3.1/lib/samtools/win32/
H A Dxcurses.h98 typedef chtype cchar_t;
101 typedef chtype attr_t;
878 int attron(chtype);
886 int bkgd(chtype);
888 int border(chtype, chtype, chtype, chtype, chtype, chtype, chtype, chtype);
889 int box(WINDOW *, chtype, chtype);
933 chtype inch(void);
938 int insch(chtype);
1094 int wborder(WINDOW *, chtype, chtype, chtype, chtype,
1095 chtype, chtype, chtype, chtype);
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/src/display/
H A Dcolor_manager.rs7 action_break: (chtype, chtype),
8 action_drop: (chtype, chtype),
9 action_edit: (chtype, chtype),
10 action_exec: (chtype, chtype),
11 action_fixup: (chtype, chtype),
12 action_pick: (chtype, chtype),
15 diff_add: (chtype, chtype),
16 diff_change: (chtype, chtype),
17 diff_remove: (chtype, chtype),
18 indicator: (chtype, chtype),
[all …]
/dports/editors/textadept/cdk-5.0-20200923/include/
H A Dcdk_util.h98 chtype /* attribute */);
205 chtype ** /* list */);
251 chtype * /* string */);
264 chtype ** /* list */,
279 chtype * /* string */,
281 chtype /* character */);
299 chtype *char2Chtype (
315 const chtype * /* src */,
335 chtype /* input */);
340 chtype *copyChtype (
[all …]
H A Dcalendar.h86 chtype yearAttrib;
87 chtype monthAttrib;
88 chtype dayAttrib;
89 chtype highlight;
90 chtype * marker;
117 chtype /* dayAttrib */,
119 chtype /* yearAttrib */,
120 chtype /* highlight */,
129 chtype * /* actions */);
144 chtype /* dayAttrib */,
[all …]
H A Ddraw.h62 chtype /* attr */);
106 chtype /* attr */,
118 chtype * /* string */,
131 chtype /* attr */,
141 chtype /* tlc */,
142 chtype /* trc */,
143 chtype /* blc */,
144 chtype /* brc */,
145 chtype /* hor */,
146 chtype /* vert */,
[all …]
/dports/devel/cdk/cdk-5.0-20161210/include/
H A Dcdk_util.h98 chtype /* attribute */);
205 chtype ** /* list */);
251 chtype * /* string */);
264 chtype ** /* list */,
279 chtype * /* string */,
281 chtype /* character */);
299 chtype *char2Chtype (
315 const chtype * /* src */,
335 chtype /* input */);
340 chtype *copyChtype (
[all …]
H A Dcalendar.h86 chtype yearAttrib;
87 chtype monthAttrib;
88 chtype dayAttrib;
89 chtype highlight;
90 chtype * marker;
117 chtype /* dayAttrib */,
119 chtype /* yearAttrib */,
120 chtype /* highlight */,
129 chtype * /* actions */);
144 chtype /* dayAttrib */,
[all …]
H A Ddraw.h62 chtype /* attr */);
106 chtype /* attr */,
118 chtype * /* string */,
131 chtype /* attr */,
141 chtype /* tlc */,
142 chtype /* trc */,
143 chtype /* blc */,
144 chtype /* brc */,
145 chtype /* hor */,
146 chtype /* vert */,
[all …]
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dcdk_util.h102 chtype /* attribute */);
209 chtype ** /* list */);
255 chtype * /* string */);
268 chtype ** /* list */,
283 chtype * /* string */,
285 chtype /* character */);
311 chtype *char2Chtype (
327 const chtype * /* src */,
347 chtype /* input */);
352 chtype *copyChtype (
[all …]
H A Dcalendar.h86 chtype yearAttrib;
87 chtype monthAttrib;
88 chtype dayAttrib;
89 chtype highlight;
90 chtype * marker;
117 chtype /* dayAttrib */,
119 chtype /* yearAttrib */,
120 chtype /* highlight */,
129 chtype * /* actions */);
144 chtype /* dayAttrib */,
[all …]
H A Ddraw.h62 chtype /* attr */);
106 chtype /* attr */,
118 chtype * /* string */,
131 chtype /* attr */,
141 chtype /* tlc */,
142 chtype /* trc */,
143 chtype /* blc */,
144 chtype /* brc */,
145 chtype /* hor */,
146 chtype /* vert */,
[all …]
/dports/devel/pdcurses/PDCurses-3.5/
H A Dcurses.h87 typedef unsigned int chtype; typedef
96 typedef chtype cchar_t;
99 typedef chtype attr_t;
893 PDCEX int bkgd(chtype);
895 PDCEX int border(chtype, chtype, chtype, chtype,
896 chtype, chtype, chtype, chtype);
897 PDCEX int box(WINDOW *, chtype, chtype);
942 PDCEX chtype inch(void);
947 PDCEX int insch(chtype);
1103 PDCEX int wborder(WINDOW *, chtype, chtype, chtype, chtype,
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/
H A Dcurses.h91 typedef uint64_t chtype; typedef
93 typedef uint32_t chtype; typedef
100 typedef chtype cchar_t;
103 typedef chtype attr_t;
489 # define A_CHARTEXT (chtype)( ((chtype)0x1 << PDC_CHARTEXT_BITS) - 1)
1321 PDCEX int bkgd(chtype);
1323 PDCEX int border(chtype, chtype, chtype, chtype, chtype, chtype, chtype, chtype);
1324 PDCEX int box(WINDOW *, chtype, chtype);
1368 PDCEX chtype inch(void);
1529 PDCEX int wborder(WINDOW *, chtype, chtype, chtype, chtype,
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/
H A Dcurses.h91 typedef uint64_t chtype; typedef
93 typedef uint32_t chtype; typedef
100 typedef chtype cchar_t;
103 typedef chtype attr_t;
489 # define A_CHARTEXT (chtype)( ((chtype)0x1 << PDC_CHARTEXT_BITS) - 1)
1321 PDCEX int bkgd(chtype);
1323 PDCEX int border(chtype, chtype, chtype, chtype, chtype, chtype, chtype, chtype);
1324 PDCEX int box(WINDOW *, chtype, chtype);
1368 PDCEX chtype inch(void);
1529 PDCEX int wborder(WINDOW *, chtype, chtype, chtype, chtype,
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/ncurses-5.98.0/src/
H A Dll.rs20 pub type chtype = u64; typedef
22 pub type chtype = u32; typedef
25 pub type mmask_t = chtype;
26 pub type attr_t = chtype;
35 pub type chtype_p = *const chtype;
47 pub fn addch(_:chtype) -> c_int; in addch()
63 pub fn bkgdset(_:chtype); in bkgdset() argument
64 pub fn border(_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype) -> c_int; in border() argument
65 pub fn box_(_:WINDOW, _:chtype, _:chtype) -> c_int; in box_() argument
109 pub fn inch() -> chtype; in inch()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ncurses-5.101.0/src/
H A Dll.rs20 pub type chtype = u64; typedef
22 pub type chtype = u32; typedef
25 pub type mmask_t = chtype;
26 pub type attr_t = chtype;
35 pub type chtype_p = *const chtype;
47 pub fn addch(_:chtype) -> c_int; in addch()
63 pub fn bkgdset(_:chtype); in bkgdset() argument
64 pub fn border(_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype) -> c_int; in border() argument
65 pub fn box_(_:WINDOW, _:chtype, _:chtype) -> c_int; in box_() argument
109 pub fn inch() -> chtype; in inch()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/
H A Dcurses.h29 typedef uint32_t chtype; typedef
231 extern int box ( WINDOW *, chtype, chtype ) __nonnull;
255 extern int echochar ( const chtype );
378 extern int slk_attroff ( const chtype );
380 extern int slk_attron ( const chtype );
400 extern chtype termattrs ( void );
416 extern int vidattr ( chtype );
441 extern int wborder ( WINDOW *, chtype, chtype, chtype, chtype, chtype, chtype,
442 chtype, chtype ) __nonnull;
540 static inline int border ( chtype ls, chtype rs, chtype ts, chtype bs, in border()
[all …]

12345678910>>...80