Home | History | Annotate | Download | only in libcurses

Lines Matching refs:__LDATA

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)
1001 putattr_out(__LDATA *nsp)
1013 putch(__LDATA *nsp, __LDATA *csp, int wy, int wx)
1017 __LDATA *tcsp;
1070 putchbr(__LDATA *nsp, __LDATA *csp, __LDATA *psp, int wy, int wx)
1145 static __LDATA blank;
1146 __LDATA *nsp, *csp, *cp, *cep, *fsp;
1181 __LDATA *lp, *vlp;
1489 __LDATA *lp, *vlp;
1545 static __LDATA buf[128];
2083 lineeq(__LDATA *xl, __LDATA *yl, size_t len)
2086 __LDATA *xp = xl, *yp = yl;