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

  /src/lib/libcurses/
curses_private.h 53 typedef struct nschar_t { struct
55 struct nschar_t *next; /* Next non-spacing character */
56 } nschar_t; typedef in typeref:struct:nschar_t
77 nschar_t *nsp; /* Foreground non-spacing character pointer */
142 nschar_t *bnsp; /* Background non-spacing char list */
373 int _cursesi_copy_nsp(nschar_t *, struct __ldata *);
374 void __cursesi_free_nsp(nschar_t *);
376 void __cursesi_putnsp(nschar_t *, const int, const int);
curses_private.h 53 typedef struct nschar_t { struct
55 struct nschar_t *next; /* Next non-spacing character */
56 } nschar_t; typedef in typeref:struct:nschar_t
77 nschar_t *nsp; /* Foreground non-spacing character pointer */
142 nschar_t *bnsp; /* Background non-spacing char list */
373 int _cursesi_copy_nsp(nschar_t *, struct __ldata *);
374 void __cursesi_free_nsp(nschar_t *);
376 void __cursesi_putnsp(nschar_t *, const int, const int);

Completed in 22 milliseconds