Home
last modified time | relevance | path

Searched defs:chtype (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/news/golded+/golded-plus/golded+/goldlib/gcui/
H A Dgcurses.h111 inline chtype (inch)() { return inch(); } in chtype() function
163 inline chtype (winch)(WINDOW* win) { return winch(win); } in chtype() function
206 inline chtype (mvwinch)(WINDOW *win, int y, int x) { return mvwinch(win, y, x);} in chtype() function
238 inline chtype (mvinch)(int y, int x) { return mvinch(y, x);} in chtype() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dformat-strings-freebsd.c8 void check_freebsd_kernel_extensions(int i, long l, char *s, short h)
10 // %b expects an int and a char * in from()
11 freebsd_kernel_printf("reg=%b\n", i, "\10\2BITTWO\1BITONE\n"); // no-warning in from()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pancurses-0.16.1/src/
H A Dcolorpair.rs8 impl From<ColorPair> for chtype { implementation
9 fn from(color_pair: ColorPair) -> chtype { in from()
H A Dattributes.rs295 impl From<Attribute> for chtype { implementation
296 fn from(attribute: Attribute) -> chtype { in from()
301 impl From<Attributes> for chtype { implementation
302 fn from(attributes: Attributes) -> chtype { in from()
H A Dlib.rs64 fn to_chtype(&self) -> chtype; in to_chtype()
68 fn to_chtype(&self) -> chtype { in to_chtype()
73 impl ToChtype for chtype { implementation
74 fn to_chtype(&self) -> chtype { in to_chtype()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.16.1/src/
H A Dcolorpair.rs8 impl From<ColorPair> for chtype { implementation
9 fn from(color_pair: ColorPair) -> chtype { in from()
H A Dattributes.rs295 impl From<Attribute> for chtype { implementation
296 fn from(attribute: Attribute) -> chtype { in from()
301 impl From<Attributes> for chtype { implementation
302 fn from(attributes: Attributes) -> chtype { in from()
/dports/net/h323plus/h323plus-1_27_2/include/h235/
H A Dh235caps.h328 H235ChType chtype; /// Channel Type variable
785 H235ChType chtype; /// Channel Type variable
862 H235ChType chtype; /// Channel Type variable
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/ncurses-5.98.0/src/
H A Dlib.rs26 pub type chtype = self::ll::chtype; typedef
153 pub fn bkgdset(ch: chtype) in bkgdset()
157 pub fn border(ls: chtype, rs: chtype, ts: chtype, bs: chtype, tl: chtype, tr: chtype, bl: chtype, b… in border()
307 pub fn getbkgd(w: WINDOW) -> chtype in getbkgd()
470 pub fn hline(ch: chtype, n: i32) -> i32 in hline()
782 pub fn mvinch(y: i32, x: i32) -> chtype in mvinch()
1361 pub fn vline(ch: chtype, n: i32) -> i32 in vline()
1417 pub fn wbkgdset(w: WINDOW, ch: chtype) in wbkgdset()
1421 pub fn wborder(w: WINDOW, ls: chtype, rs: chtype, ts: chtype, bs: chtype, tl: chtype, tr: chtype, b… in wborder()
1507 pub fn winch(w: WINDOW) -> chtype in winch()
[all …]
H A Dll.rs20 pub type chtype = u64; typedef
22 pub type chtype = u32; typedef
63 pub fn bkgdset(_:chtype); in bkgdset()
64 pub fn border(_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype) -> c_int; in border()
96 pub fn getbkgd(_:WINDOW) -> chtype; in getbkgd()
105 pub fn hline(_:chtype, _:c_int) -> c_int; in hline()
148 pub fn mvinch(_:c_int, _:c_int) -> chtype; in mvinch()
264 pub fn vline(_:chtype, _:c_int) -> c_int; in vline()
282 pub fn wbkgdset(_:WINDOW,_:chtype); in wbkgdset()
283 …pub fn wborder(_:WINDOW,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype) -… in wborder()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ncurses-5.101.0/src/
H A Dlib.rs26 pub type chtype = self::ll::chtype; typedef
153 pub fn bkgdset(ch: chtype) in bkgdset()
157 pub fn border(ls: chtype, rs: chtype, ts: chtype, bs: chtype, tl: chtype, tr: chtype, bl: chtype, b… in border()
307 pub fn getbkgd(w: WINDOW) -> chtype in getbkgd()
470 pub fn hline(ch: chtype, n: i32) -> i32 in hline()
782 pub fn mvinch(y: i32, x: i32) -> chtype in mvinch()
1363 pub fn vline(ch: chtype, n: i32) -> i32 in vline()
1419 pub fn wbkgdset(w: WINDOW, ch: chtype) in wbkgdset()
1423 pub fn wborder(w: WINDOW, ls: chtype, rs: chtype, ts: chtype, bs: chtype, tl: chtype, tr: chtype, b… in wborder()
1509 pub fn winch(w: WINDOW) -> chtype in winch()
[all …]
H A Dll.rs20 pub type chtype = u64; typedef
22 pub type chtype = u32; typedef
63 pub fn bkgdset(_:chtype); in bkgdset()
64 pub fn border(_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype) -> c_int; in border()
96 pub fn getbkgd(_:WINDOW) -> chtype; in getbkgd()
105 pub fn hline(_:chtype, _:c_int) -> c_int; in hline()
148 pub fn mvinch(_:c_int, _:c_int) -> chtype; in mvinch()
263 pub fn vline(_:chtype, _:c_int) -> c_int; in vline()
281 pub fn wbkgdset(_:WINDOW,_:chtype); in wbkgdset()
282 …pub fn wborder(_:WINDOW,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype,_:chtype) -… in wborder()
[all …]
/dports/devel/ncurses/ncurses-6.3/ncurses/base/
H A Dlib_winch.c45 NCURSES_EXPORT(chtype) in NCURSES_EXPORT() argument
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/apps/
H A Dreq.c197 unsigned long chtype = MBSTRING_ASC; in MAIN() local
1201 int attribs, unsigned long chtype) in make_REQ()
1268 static int build_subject(X509_REQ *req, char *subject, unsigned long chtype, int multirdn) in build_subject()
1288 unsigned long chtype) in prompt_info()
1459 STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype)
1523 int nid, int n_min, int n_max, unsigned long chtype, int mval)
1580 int n_max, unsigned long chtype)
/dports/devel/p5-Curses/Curses-1.38/
H A DCursesTyp.h28 #define chtype int macro
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.17.0/src/
H A Dattributes.rs299 impl From<Attribute> for chtype { implementation
300 fn from(attribute: Attribute) -> chtype { in from()
305 impl From<Attributes> for chtype { implementation
306 fn from(attributes: Attributes) -> chtype { in from()
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/garyburd/redigo/redis/
H A Dconn.go64 dialer := xDialer{
65 NetDial: netDialer.Dial,
69 return dialer.Dial(network, address)
73 type xDialer struct {
74 // NetDial specifies the dial function for creating TCP connections. If
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/go-ini/ini/ini-1.25.4/
H A Dkey.go64 return errors.New("shadow key is not allowed")
69 // ValueMapper represents a mapping function for values, e.g. os.ExpandEnv
73 func (k *Key) Name() string {
76
77 // Value returns raw value of key for performance purpose.
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/src/display/
H A Dcurses.rs186 fn init_color_pair(&mut self, foreground: Color, background: Color) -> chtype { in init_color_pair()
199 ) -> (chtype, chtype) in register_selectable_color_pairs()
/dports/security/fswatch/fswatch-0.02beta5/src/
H A Dfi.c352 char chtype, strmask[FI_STRMASKSIZE]; local
429 char chtype, strmask[FI_STRMASKSIZE]; local
507 char chtype, strmask[FI_STRMASKSIZE]; local
/dports/security/openssl-unsafe/openssl-c9ba19c/apps/
H A Dreq.c195 unsigned long chtype = MBSTRING_ASC; in MAIN() local
1050 int attribs, unsigned long chtype) in make_REQ()
1115 static int build_subject(X509_REQ *req, char *subject, unsigned long chtype, in build_subject()
1134 int attribs, unsigned long chtype) in prompt_info()
1301 unsigned long chtype)
1364 unsigned long chtype, int mval)
1422 int n_max, unsigned long chtype)
/dports/security/openssl-legacy-static/openssl-1.0.2u/apps/
H A Dreq.c195 unsigned long chtype = MBSTRING_ASC; in MAIN() local
1051 int attribs, unsigned long chtype) in make_REQ()
1116 static int build_subject(X509_REQ *req, char *subject, unsigned long chtype, in build_subject()
1135 int attribs, unsigned long chtype) in prompt_info()
1302 unsigned long chtype)
1365 unsigned long chtype, int mval)
1423 int n_max, unsigned long chtype)
/dports/devel/gdb/gdb-11.1/gdb/
H A Dp-lang.h112 void emitchar (int ch, struct type *chtype, in emitchar()
/dports/devel/upp/upp/uppsrc/Draw/
H A DCham.h84 #define CH_VAR0(chtype, type, name, init) \ argument
103 #define CH_VAR(chtype, type, name, init) CH_VAR0(chtype, type, name, init) } argument
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dreq.c244 unsigned long chtype = MBSTRING_ASC, reqflag = 0; in req_main() local
990 int attribs, unsigned long chtype) in make_REQ()
1053 static int build_subject(X509_REQ *req, const char *subject, unsigned long chtype, in build_subject()
1072 int attribs, unsigned long chtype) in prompt_info()
1241 unsigned long chtype) in auto_info()
1308 unsigned long chtype, int mval) in add_DN_object()
1328 int n_max, unsigned long chtype) in add_attribute_object()

12345678910>>...14