Searched refs:p_next (Results 1 – 2 of 2) sorted by relevance
523 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 …]
118 struct pair *p_next; member
Completed in 26 milliseconds