HomeSort by: relevance | last modified time | path
    Searched refs:chtype (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-win.h 32 extern chtype tui_border_ulcorner;
33 extern chtype tui_border_urcorner;
34 extern chtype tui_border_lrcorner;
35 extern chtype tui_border_llcorner;
36 extern chtype tui_border_vline;
37 extern chtype tui_border_hline;
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-win.h 32 extern chtype tui_border_ulcorner;
33 extern chtype tui_border_urcorner;
34 extern chtype tui_border_lrcorner;
35 extern chtype tui_border_llcorner;
36 extern chtype tui_border_vline;
37 extern chtype tui_border_hline;
  /src/lib/libcurses/
inch.c 46 chtype
57 chtype
68 chtype
84 chtype
87 chtype ch;
93 ch = (chtype) ((win)->alines[(win)->cury]->line[(win)->curx].ch &
echochar.c 46 echochar(const chtype ch)
58 wechochar(WINDOW *win, const chtype ch)
74 pechochar(WINDOW *pad, const chtype ch)
box.c 49 box(WINDOW *win, chtype vert, chtype hor)
inchstr.c 55 inchstr(chtype *chstr)
62 inchnstr(chtype *chstr, int n)
75 mvinchstr(int y, int x, chtype *chstr)
82 mvinchnstr(int y, int x, chtype *chstr, int n)
95 mvwinchstr(WINDOW *win, int y, int x, chtype *chstr)
105 mvwinchnstr(WINDOW *win, int y, int x, chtype *chstr, int n)
123 winchstr(WINDOW *win, chtype *chstr)
135 winchnstr(WINDOW *win, chtype *chstr, int n)
addchnstr.c 49 addchstr(const chtype *chstr)
59 waddchstr(WINDOW *win, const chtype *chstr)
70 addchnstr(const chtype *chstr, int n)
80 mvaddchstr(int y, int x, const chtype *chstr)
90 mvwaddchstr(WINDOW *win, int y, int x, const chtype *chstr)
101 mvaddchnstr(int y, int x, const chtype *chstr, int n)
112 mvwaddchnstr(WINDOW *win, int y, int x, const chtype *chstr, int n)
132 waddchnstr(WINDOW *win, const chtype *chstr, int n)
135 const chtype *chp;
addch.c 52 addch(chtype ch)
63 mvaddch(int y, int x, chtype ch)
74 mvwaddch(WINDOW *win, int y, int x, chtype ch)
91 waddch(WINDOW *win, chtype ch)
110 waddch(WINDOW *win, chtype ch)
curses.h 54 typedef wchar_t chtype; typedef
77 typedef chtype cchar_t;
287 extern chtype _acs_char[NUM_ACS];
538 int addch(chtype);
539 int addchnstr(const chtype *, int);
540 int addchstr(const chtype *);
550 int bkgd(chtype);
551 void bkgdset(chtype);
552 int border(chtype, chtype, chtype, chtype
    [all...]
insch.c 54 insch(chtype ch)
65 mvinsch(int y, int x, chtype ch)
76 mvwinsch(WINDOW *win, int y, int x, chtype ch)
92 winsch(WINDOW *win, chtype ch)
line.c 47 hline(chtype ch, int count)
59 mvhline(int y, int x, chtype ch, int count)
71 mvwhline(WINDOW *win, int y, int x, chtype ch, int count)
87 whline(WINDOW *win, chtype ch, int count)
119 vline(chtype ch, int count)
130 mvvline(int y, int x, chtype ch, int count)
142 mvwvline(WINDOW *win, int y, int x, chtype ch, int count)
158 wvline(WINDOW *win, chtype ch, int count)
background.c 46 bkgdset(chtype ch)
57 bkgd(chtype ch)
67 wbkgdset(WINDOW *win, chtype ch)
91 wbkgd(WINDOW *win, chtype ch)
126 chtype
139 return ((chtype) ((win->bch & A_CHARTEXT) | battr));
  /src/tests/lib/libcurses/slave/
slave.h 43 void report_byte(chtype);
45 void report_nstr(chtype *);
commands.c 197 * Report a single chtype back to the director via the command pipe.
200 report_byte(chtype c)
202 chtype string[2];
210 * Report a string of chtype back to the director via the command pipe.
213 report_nstr(chtype *string)
216 chtype *p;
  /src/sys/ufs/chfs/
chfs_inode.h 48 enum chtype { enum
62 #define VTTOCHT(v_type) (enum chtype)(v_type)
64 /* vtype replaced with chtype, these are only for backward compatibility */
65 static const enum chtype iftocht_tab[16] = {
99 enum chtype ch_type; /* chfs file type */
  /src/external/gpl3/gdb.old/dist/gdb/
f-lang.h 161 void emitchar (int ch, struct type *chtype,
164 const char *encoding = get_encoding (chtype);
165 generic_emit_char (ch, chtype, stream, quoter, encoding);
170 void printchar (int ch, struct type *chtype,
174 emitchar (ch, chtype, stream, '\'');
rust-lang.h 159 void emitchar (int ch, struct type *chtype,
164 void printchar (int ch, struct type *chtype,
168 emitchar (ch, chtype, stream, '\'');
m2-lang.h 95 void emitchar (int ch, struct type *chtype,
100 void printchar (int ch, struct type *chtype,
  /src/external/gpl3/gdb/dist/gdb/
f-lang.h 161 void emitchar (int ch, struct type *chtype,
164 const char *encoding = get_encoding (chtype);
165 generic_emit_char (ch, chtype, stream, quoter, encoding);
170 void printchar (int ch, struct type *chtype,
174 emitchar (ch, chtype, stream, '\'');
rust-lang.h 159 void emitchar (int ch, struct type *chtype,
164 void printchar (int ch, struct type *chtype,
168 emitchar (ch, chtype, stream, '\'');
m2-lang.h 95 void emitchar (int ch, struct type *chtype,
100 void printchar (int ch, struct type *chtype,
  /src/crypto/external/bsd/openssl.old/dist/apps/
req.c 51 int attribs, unsigned long chtype);
52 static int build_subject(X509_REQ *req, const char *subj, unsigned long chtype,
57 int attribs, unsigned long chtype);
60 unsigned long chtype);
63 unsigned long chtype);
66 unsigned long chtype, int mval);
244 unsigned long chtype = MBSTRING_ASC, reqflag = 0; local
355 chtype = MBSTRING_UTF8;
536 if (chtype != MBSTRING_UTF8) {
541 chtype = MBSTRING_UTF8
    [all...]
  /src/lib/libform/
form.h 222 chtype fore; /* character attributes for the foreground */
223 chtype back; /* character attributes for the background */
308 chtype field_back(FIELD *);
311 chtype field_fore(FIELD *);
351 int set_field_back(FIELD *, chtype);
353 int set_field_fore(FIELD *, chtype);
  /src/crypto/external/apache2/openssl/dist/apps/
req.c 52 int mutlirdn, int attribs, unsigned long chtype);
56 int attribs, unsigned long chtype);
59 unsigned long chtype);
62 unsigned long chtype);
65 unsigned long chtype, int mval);
315 unsigned long chtype = MBSTRING_ASC, reqflag = 0; local
445 chtype = MBSTRING_UTF8;
657 if (chtype != MBSTRING_UTF8) {
660 chtype = MBSTRING_UTF8;
776 && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
req.c 51 int mutlirdn, int attribs, unsigned long chtype);
55 int attribs, unsigned long chtype);
58 unsigned long chtype);
61 unsigned long chtype);
64 unsigned long chtype, int mval);
266 unsigned long chtype = MBSTRING_ASC, reqflag = 0; local
392 chtype = MBSTRING_UTF8;
602 if (chtype != MBSTRING_UTF8) {
607 chtype = MBSTRING_UTF8;
746 && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL
    [all...]

Completed in 76 milliseconds

1 2 3