OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_next
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
loadext.c
143
NODE **n_prevp; /* pointer to previous node's
n_next
*/
144
NODE *
n_next
; /* next node in graph */
member in struct:node_str
164
n = n->
n_next
) ;
178
if ((n->
n_next
= graph) != NULL)
179
graph->n_prevp = &n->
n_next
;
232
for (n = graph; n != NULL; n = n->
n_next
)
250
last->
n_next
= newnode;
254
newnode->
n_next
= NULL;
259
*n->n_prevp = n->
n_next
;
260
if (n->
n_next
)
[
all
...]
/xsrc/external/mit/freetype/dist/src/pshinter/
pshalgo.c
1226
FT_Int
n_next
= (FT_Int)( point->next - points );
local
1238
dxo = vec[
n_next
].x - vec[n].x;
1239
dyo = vec[
n_next
].y - vec[n].y;
Completed in 8 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026