Lines Matching defs:__ldata
36 * - Add a pointer to liked list of non-spacing characters in __ldata
61 * A line is an array of __LDATA structures pointed to by the 'line' pointer.
63 * IMPORTANT: the __LDATA structure must NOT induce any padding, so if new
66 * __LDATA structures. This is to enable consistent use of memcmp, and memcpy
70 struct __ldata {
82 #define __LDATASIZE (sizeof(__LDATA))
97 __LDATA *line; /* Pointer to the line text. */
109 __LDATA *wspace; /* window space (for cleanup) */
362 unsigned int __hash_line(const __LDATA *, int);
367 int _cursesi_celleq(__LDATA *, __LDATA *);
372 void _cursesi_copy_wchar(__LDATA *, __LDATA *);
373 int _cursesi_copy_nsp(nschar_t *, struct __ldata *);
416 int __waddch(WINDOW *, __LDATA *);