Lines Matching refs:p_name
456 nw->p_name = it->p_name;
465 nw->p_name = it->p_name;
526 it->p_name = copy( name );
530 else if ( strcmp( it->p_name, name ) == 0 )
536 while ( it->p_next && ( strcmp( it->p_next->p_name, name ) != 0 ) )
541 it->p_next->p_name = copy( name );
545 it->p_next->p_name = copy( name );
563 while ( it && ( strcmp( it->p_name, symbol ) != 0 ) )
589 else if ( strcmp( it->p_name, symbol ) == 0 )
594 it->p_name = it->p_next->p_name;
608 while ( it->p_next && ( strcmp( it->p_next->p_name, symbol ) != 0 ) )