Lines Matching refs:p_name
451 nw->p_name = it->p_name;
460 nw->p_name = it->p_name;
521 it->p_name = copy( name );
525 else if ( strcmp( it->p_name, name ) == 0 )
531 while ( it->p_next && ( strcmp( it->p_next->p_name, name ) != 0 ) )
536 it->p_next->p_name = copy( name );
540 it->p_next->p_name = copy( name );
558 while ( it && ( strcmp( it->p_name, symbol ) != 0 ) )
584 else if ( strcmp( it->p_name, symbol ) == 0 )
589 it->p_name = it->p_next->p_name;
603 while ( it->p_next && ( strcmp( it->p_next->p_name, symbol ) != 0 ) )