| /netbsd-src/lib/libcurses/ |
| H A D | 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, chtyp [all...] |
| H A D | addchnstr.c | 49 addchstr(const chtype *chstr) in addchstr() 59 waddchstr(WINDOW *win, const chtype *chstr) in waddchstr() 70 addchnstr(const chtype *chstr, int n) in addchnstr() 80 mvaddchstr(int y, int x, const chtype *chstr) in mvaddchstr() 90 mvwaddchstr(WINDOW *win, int y, int x, const chtype *chstr) in mvwaddchstr() 101 mvaddchnstr(int y, int x, const chtype *chstr, int n) in mvaddchnstr() 112 mvwaddchnstr(WINDOW *win, int y, int x, const chtype *chstr, int n) in mvwaddchnstr() 132 waddchnstr(WINDOW *win, const chtype *chstr, int n) in waddchnstr() 135 const chtype *chp; in waddchnstr()
|
| H A D | inchstr.c | 55 inchstr(chtype *chstr) in inchstr() 62 inchnstr(chtype *chstr, int n) in inchnstr() 75 mvinchstr(int y, int x, chtype *chstr) in mvinchstr() 82 mvinchnstr(int y, int x, chtype *chstr, int n) in mvinchnstr() 95 mvwinchstr(WINDOW *win, int y, int x, chtype *chstr) in mvwinchstr() 105 mvwinchnstr(WINDOW *win, int y, int x, chtype *chstr, int n) in mvwinchnstr() 123 winchstr(WINDOW *win, chtype *chstr) in winchstr() 135 winchnstr(WINDOW *win, chtype *chstr, int n) in winchnstr()
|
| H A D | inch.c | 46 chtype 57 chtype 68 chtype 84 chtype 87 chtype ch; in winch() 93 ch = (chtype) ((win)->alines[(win)->cury]->line[(win)->curx].ch & in winch()
|
| H A D | addch.c | 52 addch(chtype ch) in addch() 63 mvaddch(int y, int x, chtype ch) in mvaddch() 74 mvwaddch(WINDOW *win, int y, int x, chtype ch) in mvwaddch() 91 waddch(WINDOW *win, chtype ch) in waddch() 110 waddch(WINDOW *win, chtype ch) in waddch()
|
| H A D | line.c | 47 hline(chtype ch, int count) in hline() 59 mvhline(int y, int x, chtype ch, int count) in mvhline() 71 mvwhline(WINDOW *win, int y, int x, chtype ch, int count) in mvwhline() 87 whline(WINDOW *win, chtype ch, int count) in whline() 119 vline(chtype ch, int count) in vline() 130 mvvline(int y, int x, chtype ch, int count) in mvvline() 142 mvwvline(WINDOW *win, int y, int x, chtype ch, int count) in mvwvline() 158 wvline(WINDOW *win, chtype ch, int count) in wvline()
|
| H A D | insch.c | 54 insch(chtype ch) in insch() 65 mvinsch(int y, int x, chtype ch) in mvinsch() 76 mvwinsch(WINDOW *win, int y, int x, chtype ch) in mvwinsch() 92 winsch(WINDOW *win, chtype ch) in winsch()
|
| H A D | background.c | 46 bkgdset(chtype ch) in bkgdset() 57 bkgd(chtype ch) in bkgd() 67 wbkgdset(WINDOW *win, chtype ch) in wbkgdset() 91 wbkgd(WINDOW *win, chtype ch) in wbkgd() 126 chtype in getbkgd() 139 return ((chtype) ((win->bch & A_CHARTEXT) | battr)); in bkgrndset()
|
| H A D | echochar.c | 46 echochar(const chtype ch) in echochar() 58 wechochar(WINDOW *win, const chtype ch) in wechochar() 74 pechochar(WINDOW *pad, const chtype ch) in pechochar()
|
| H A D | border.c | 51 border(chtype left, chtype right, chtype top, chtype bottom, chtype topleft, in border() 52 chtype topright, chtype botleft, chtype botright) in border() 66 wborder(WINDOW *win, chtype left, chtype righ [all...] |
| H A D | slk.c | 65 static int __slk_attroff(SCREEN *, const chtype); 66 static int __slk_attron(SCREEN *, const chtype); 67 static int __slk_attrset(SCREEN *, const chtype); 117 slk_attron(const chtype attr) in slk_attron() 141 slk_attroff(const chtype attr) in slk_attroff() 165 slk_attrset(const chtype attr) in slk_attrset() 296 __slk_attron(SCREEN *screen, const chtype attr) in __slk_attron() 324 __slk_attroff(SCREEN *screen, const chtype attr) in __slk_attroff() 352 __slk_attrset(SCREEN *screen, const chtype attr) in __slk_attrset()
|
| H A D | box.c | 49 box(WINDOW *win, chtype vert, chtype hor) in box()
|
| H A D | attributes.c | 239 chtype in getattrs() 246 return((chtype) win->wattr); 289 chtype in termattrs() 292 chtype ch = 0; in termattrs()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | 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; in req_main() local 355 chtype = MBSTRING_UTF8; in req_main() 536 if (chtype != MBSTRING_UTF8) { in req_main() 541 chtype = MBSTRING_UTF8; in req_main() [all …]
|
| H A D | ca.c | 94 BIGNUM *serial, const char *subj, unsigned long chtype, 103 BIGNUM *serial, const char *subj, unsigned long chtype, 112 BIGNUM *serial, const char *subj, unsigned long chtype, 120 const char *subj, unsigned long chtype, int multirdn, 260 unsigned long chtype = MBSTRING_ASC, certopt = 0; in ca_main() local 299 chtype = MBSTRING_UTF8; in ca_main() 475 if (chtype != MBSTRING_UTF8) { in ca_main() 480 chtype = MBSTRING_UTF8; in ca_main() 874 attribs, db, serial, subj, chtype, multirdn, in ca_main() 895 db, serial, subj, chtype, multirdn, email_dn, in ca_main() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | 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; in req_main() local 392 chtype = MBSTRING_UTF8; in req_main() 602 if (chtype != MBSTRING_UTF8) { in req_main() 607 chtype = MBSTRING_UTF8; in req_main() 746 && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL) in req_main() [all …]
|
| H A D | ca.c | 97 BIGNUM *serial, const char *subj, unsigned long chtype, 109 BIGNUM *serial, const char *subj, unsigned long chtype, 118 BIGNUM *serial, const char *subj, unsigned long chtype, 126 const char *subj, unsigned long chtype, int multirdn, 299 unsigned long chtype = MBSTRING_ASC, certopt = 0; in ca_main() local 346 chtype = MBSTRING_UTF8; in ca_main() 542 if (chtype != MBSTRING_UTF8) { in ca_main() 547 chtype = MBSTRING_UTF8; in ca_main() 968 attribs, db, serial, subj, chtype, multirdn, in ca_main() 989 db, serial, subj, chtype, multirdn, email_dn, in ca_main() [all …]
|
| /netbsd-src/sys/ufs/chfs/ |
| H A D | chfs_inode.h | 48 enum chtype { enum 62 #define VTTOCHT(v_type) (enum chtype)(v_type) 65 static const enum chtype iftocht_tab[16] = { 99 enum chtype ch_type; /* chfs file type */
|
| H A D | chfs.h | 197 enum chtype type; /* type of the dirent */ 655 struct chfs_inode *, const char *, int, enum chtype); 663 int chfs_filldir (struct uio *, ino_t, const char *, int, enum chtype);
|
| /netbsd-src/lib/libform/ |
| H A D | 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);
|
| H A D | field.c | 570 set_field_fore(FIELD *fptr, chtype attribute) in set_field_fore() 581 chtype 594 set_field_back(FIELD *field, chtype attribute) in set_field_back() 607 chtype
|
| /netbsd-src/tests/lib/libcurses/slave/ |
| H A D | commands.c | 200 report_byte(chtype c) in report_byte() 202 chtype string[2]; in report_byte() 213 report_nstr(chtype *string) in report_nstr() 216 chtype *p; in report_nstr()
|
| H A D | slave.h | 43 void report_byte(chtype); 45 void report_nstr(chtype *);
|
| H A D | curses_commands.c | 121 chtype arg = ((const chtype *)*args++)[0] 134 const chtype *arg = (const chtype *)*args++ 512 chtype *string; in cmd_inchnstr() 517 if ((string = malloc((limit + 1) * sizeof(chtype))) == NULL) { in cmd_inchnstr() 533 chtype string[256]; in cmd_inchstr() 889 chtype *string; in cmd_mvinchnstr() 896 if ((string = malloc((count + 1) * sizeof(chtype))) == NULL) { in cmd_mvinchnstr() 912 chtype string[256]; in cmd_mvinchstr() 2072 chtype *string; in cmd_mvwinchnstr() 2080 if ((string = malloc((count + 1) * sizeof(chtype))) == NULL) { in cmd_mvwinchnstr() [all …]
|
| /netbsd-src/tests/lib/libcurses/director/ |
| H A D | testlang_conf.l | 335 chtype *rv; 347 chlen = ((len / 2) + 1) * sizeof(chtype);
|