HomeSort by: relevance | last modified time | path
    Searched defs:chtype (Results 1 - 2 of 2) sorted by relevancy

  /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/lib/libcurses/
curses.h 54 typedef wchar_t chtype; typedef in typeref:typename:wchar_t
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...]

Completed in 12 milliseconds