Home
last modified time | relevance | path

Searched defs:npList (Results 1 – 2 of 2) sorted by path

/dports/games/sdlroids/sdlroids-1.3.4/
H A Dhyperoid.c118 void AddHead( LIST *npList, NODE *npNode ) in AddHead()
136 NODE *RemHead( LIST *npList ) in RemHead()
155 void Remove( LIST *npList, NODE *npNode ) in Remove()
251 void DeleteBadguys( LIST *npList ) in DeleteBadguys()
1292 void HitList( LIST *npList ) in HitList()
1303 void ExplodeBadguys( LIST *npList ) in ExplodeBadguys()
/dports/security/fizz/fizz-2021.12.27.00/fizz/util/test/
H A DFizzUtilTest.cpp22 std::list<folly::SSLContext::NextProtocolsItem> npList; in TEST() local