Searched refs:np2 (Results 1 – 2 of 2) sorted by relevance
268 register const nltype *np2 = *npp2; in totalcmp() local272 - ( np2 -> propself + np2 -> propchild ); in totalcmp()279 if ( np2 -> name == 0 && np2 -> cycleno != 0 ) in totalcmp()283 if ( np2 -> name == 0 ) in totalcmp()285 if ( *(np1 -> name) != '_' && *(np2 -> name) == '_' ) in totalcmp()287 if ( *(np1 -> name) == '_' && *(np2 -> name) != '_' ) in totalcmp()289 if ( np1 -> ncall > np2 -> ncall ) in totalcmp()291 if ( np1 -> ncall < np2 -> ncall ) in totalcmp()293 return strcmp( np1 -> name , np2 -> name ); in totalcmp()
231 struct node *np1, *np2; in sort_node() local242 np2 = LIST_NEXT(np1, siblings); in sort_node()243 if (np2 == NULL) in sort_node()245 if (strcmp(sbuf_data(np1->key), sbuf_data(np2->key)) > 0) { in sort_node()246 LIST_REMOVE(np2, siblings); in sort_node()247 LIST_INSERT_BEFORE(np1, np2, siblings); in sort_node()251 np1 = np2; in sort_node()