OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 23 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025