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

  /src/lib/libcurses/
curses_private.h 60 * A window is an array of __LINE structures pointed to by the 'lines' pointer.
84 struct __line { struct
107 __LINE **alines; /* Array of pointers to the lines */
108 __LINE *lspace; /* line space (for cleanup) */
351 int _cursesi_addbyte(WINDOW *, __LINE **, int *, int *, int , attr_t, int);
352 int _cursesi_addwchar(WINDOW *, __LINE **, int *, int *, const cchar_t *,
curses_private.h 60 * A window is an array of __LINE structures pointed to by the 'lines' pointer.
84 struct __line { struct
107 __LINE **alines; /* Array of pointers to the lines */
108 __LINE *lspace; /* line space (for cleanup) */
351 int _cursesi_addbyte(WINDOW *, __LINE **, int *, int *, int , attr_t, int);
352 int _cursesi_addwchar(WINDOW *, __LINE **, int *, int *, const cchar_t *,

Completed in 53 milliseconds