Home
last modified time | relevance | path

Searched refs:p_next (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/soltools/mkdepend/
H A Dparse.c453 nw->p_next = NULL;
455 while ( it->p_next )
457 nw->p_next = (struct pair*) malloc( sizeof( struct pair ) );
458 it = it->p_next;
459 nw = nw->p_next;
462 nw->p_next = NULL;
483 next = it->p_next;
523 it->p_next = NULL;
531 while ( it->p_next && ( strcmp( it->p_next->p_name, name ) != 0 ) )
533 it = it->p_next;
[all …]
H A Ddef.h118 struct pair *p_next; member