OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ynp
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libcurses/
curses.c
87
nschar_t *xnp = x->nsp, *
ynp
= y->nsp;
local in function:_cursesi_celleq
98
if (!xnp && !
ynp
)
101
if ((xnp && !
ynp
) || (!xnp &&
ynp
))
104
while (xnp &&
ynp
) {
105
if (xnp->ch !=
ynp
->ch)
108
ynp
=
ynp
->next;
111
return !xnp && !
ynp
;
curses.c
87
nschar_t *xnp = x->nsp, *
ynp
= y->nsp;
local in function:_cursesi_celleq
98
if (!xnp && !
ynp
)
101
if ((xnp && !
ynp
) || (!xnp &&
ynp
))
104
while (xnp &&
ynp
) {
105
if (xnp->ch !=
ynp
->ch)
108
ynp
=
ynp
->next;
111
return !xnp && !
ynp
;
Completed in 21 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025