HomeSort by: relevance | last modified time | path
    Searched refs:__LDATA (Results 1 - 25 of 30) sorted by relevancy

1 2

  /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;
addch.c 112 __LDATA buf;
122 __waddch(WINDOW *win, __LDATA *dp)
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...]
delch.c 90 __LDATA *end, *temp1, *temp2;
100 (void)memcpy(temp1, temp2, sizeof(__LDATA));
136 (void)memcpy(temp1, temp2, sizeof(__LDATA));
insch.c 94 __LDATA *end, *temp1, *temp2;
108 (void)memcpy(temp1, temp2, sizeof(__LDATA));
cur_hash.c 68 __hash_line(const __LDATA *cp, int ncols)
erase.c 68 __LDATA *sp, *end, *start;
in_wch.c 89 __LDATA *lp = &win->alines[win->cury]->line[win->curx];
insstr.c 145 __LDATA *end, *temp1, *temp2;
181 (void)memcpy(temp1, temp2, sizeof(__LDATA));
chgat.c 62 __LDATA *lc;
clrtobot.c 67 __LDATA *sp, *end, *maxx;
clrtoeol.c 67 __LDATA *end, *maxx, *sp;
inchstr.c 137 __LDATA *end, *start;
instr.c 139 __LDATA *end, *start;
inwstr.c 130 __LDATA *start;
refresh.c 50 static void putattr(__LDATA *);
51 static void putattr_out(__LDATA *);
52 static int putch(__LDATA *, __LDATA *, int, int);
53 static int putchbr(__LDATA *, __LDATA *, __LDATA *, int, int);
60 static int lineeq(__LDATA *, __LDATA *, size_t);
818 putattr(__LDATA *nsp
    [all...]
copywin.c 56 __LDATA *sp, *end;
in_wchstr.c 125 __LDATA *start;
background.c 105 __LDATA *cp = &win->alines[y]->line[x];
172 __LDATA obkgrnd, nbkgrnd;
fileio.c 85 __LDATA *sp;
176 __LDATA *sp;
ins_wch.c 88 __LDATA *start, *temp1, *temp2;
179 (void)memcpy(temp1, temp2, sizeof(__LDATA));
resize.c 252 __LDATA *sp;
253 __LDATA *newwspace;
298 ncols * nlines * sizeof(__LDATA));
ins_wstr.c 133 __LDATA *start, *temp1, *temp2;
341 (void)memcpy(temp1, temp2, sizeof(__LDATA));
newwin.c 131 __LDATA *sp;
299 calloc(ncols * nlines, sizeof(__LDATA))) == NULL) {
add_wchstr.c 141 __LDATA *lp, *tp;

Completed in 20 milliseconds

1 2