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

  /src/lib/libcurses/
curses.h 35 * - Add complex character structure (cchar_t)
75 } cchar_t; typedef in typeref:struct:__anon92d93d590108
77 typedef chtype cchar_t; typedef in typeref:typename:chtype
333 extern cchar_t _wacs_char[NUM_ACS];
869 int add_wch(const cchar_t *);
870 int wadd_wch(WINDOW *, const cchar_t *);
871 int mvadd_wch(int, int, const cchar_t *);
872 int mvwadd_wch(WINDOW *, int, int, const cchar_t *);
874 int add_wchnstr(const cchar_t *, int);
875 int add_wchstr(const cchar_t *);
    [all...]
curses.h 35 * - Add complex character structure (cchar_t)
75 } cchar_t; typedef in typeref:struct:__anon92d93d590108
77 typedef chtype cchar_t; typedef in typeref:typename:chtype
333 extern cchar_t _wacs_char[NUM_ACS];
869 int add_wch(const cchar_t *);
870 int wadd_wch(WINDOW *, const cchar_t *);
871 int mvadd_wch(int, int, const cchar_t *);
872 int mvwadd_wch(WINDOW *, int, int, const cchar_t *);
874 int add_wchnstr(const cchar_t *, int);
875 int add_wchstr(const cchar_t *);
    [all...]
curses.h 35 * - Add complex character structure (cchar_t)
75 } cchar_t; typedef in typeref:struct:__anon92d93d590108
77 typedef chtype cchar_t; typedef in typeref:typename:chtype
333 extern cchar_t _wacs_char[NUM_ACS];
869 int add_wch(const cchar_t *);
870 int wadd_wch(WINDOW *, const cchar_t *);
871 int mvadd_wch(int, int, const cchar_t *);
872 int mvwadd_wch(WINDOW *, int, int, const cchar_t *);
874 int add_wchnstr(const cchar_t *, int);
875 int add_wchstr(const cchar_t *);
    [all...]

Completed in 150 milliseconds