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

  /src/lib/libcurses/
curses.c 84 _cursesi_celleq(__LDATA *x, __LDATA *y)
123 _cursesi_copy_wchar(__LDATA *src, __LDATA *dest)
137 _cursesi_copy_nsp(nschar_t *src_nsp, struct __ldata *ch)
204 __LDATA *sp;
curses_private.h 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 { struct
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 *)
    [all...]
curses.h 52 * in __LDATA.
213 * A line is an array of __LDATA structures pointed to by the 'line' pointer.
217 * Definitions for characters and attributes in __LDATA
237 typedef struct __ldata __LDATA;

Completed in 13 milliseconds