Home
last modified time | relevance | path

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

/trunk/main/soltools/mkdepend/
H A Dparse.c528 it->p_next = NULL;
536 while ( it->p_next && ( strcmp( it->p_next->p_name, name ) != 0 ) )
538 it = it->p_next;
540 if ( it->p_next )
547 it->p_next->p_next = NULL;
565 it = it->p_next;
591 if ( it->p_next )
596 tmp = it->p_next->p_next;
608 while ( it->p_next && ( strcmp( it->p_next->p_name, symbol ) != 0 ) )
612 if ( it->p_next )
[all …]
H A Ddef.h119 struct pair *p_next; member

Completed in 17 milliseconds