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.c523 it->p_next = NULL;
531 while ( it->p_next && ( strcmp( it->p_next->p_name, name ) != 0 ) )
533 it = it->p_next;
535 if ( it->p_next )
542 it->p_next->p_next = NULL;
560 it = it->p_next;
586 if ( it->p_next )
591 tmp = it->p_next->p_next;
603 while ( it->p_next && ( strcmp( it->p_next->p_name, symbol ) != 0 ) )
607 if ( it->p_next )
[all …]
H A Ddef.h118 struct pair *p_next; member

Completed in 16 milliseconds