OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__LINE
(Results
1 - 17
of
17
) sorted by relevancy
/src/lib/libcurses/
add_wch.c
96
__LINE
*lnp = NULL;
newwin.c
128
__LINE
*lp;
195
__LINE
*lp;
236
__LINE
*lp, *olp;
264
__LINE
*lp;
282
if ((win->alines = malloc(nlines * sizeof(
__LINE
*))) == NULL) {
286
if ((win->lspace = calloc(nlines, sizeof(
__LINE
))) == NULL) {
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 *,
chgat.c
61
__LINE
*lp;
mvwin.c
56
__LINE
*plp;
resize.c
251
__LINE
*lp, *olp, **newlines, *newlspace;
280
newlines = realloc(win->alines, nlines * sizeof(
__LINE
*));
285
newlspace = realloc(win->lspace, nlines * sizeof(
__LINE
));
insstr.c
148
__LINE
*lnp;
addbytes.c
119
__LINE
*lp;
204
_cursesi_addbyte(WINDOW *win,
__LINE
**lp, int *y, int *x, int c,
347
_cursesi_addwchar(WINDOW *win,
__LINE
**lnp, int *y, int *x,
add_wchstr.c
143
__LINE
*lnp;
background.c
173
__LINE
*wlp;
ins_wch.c
89
__LINE
*lnp;
insdelln.c
72
__LINE
*temp;
touchwin.c
168
__LINE
*wlp;
ins_wstr.c
134
__LINE
*lnp;
color.c
659
__LINE
*lp;
refresh.c
160
__LINE
*wlp, *vlp, *dwlp;
551
__LINE
*wlp, *vlp;
1147
__LINE
*wlp;
1555
__LINE
*clp, *tmp1, *tmp2;
curses.h
212
* A window is an array of
__LINE
structures pointed to by the 'lines' pointer.
238
typedef struct
__line
__LINE
;
Completed in 21 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025