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

  /src/lib/libcurses/
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_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...]

Completed in 22 milliseconds