Home
last modified time | relevance | path

Searched refs:infoplane (Results 1 – 2 of 2) sorted by relevance

/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dgamemap_planes.cpp641 WORD* infoplane = new WORD[size]; in ReadPlanesData() local
645 lump->Read(infoplane, size*2); in ReadPlanesData()
649 memset(infoplane, 0, size*2); in ReadPlanesData()
932 const WORD info = infoplane[templateTrigger.y*header.width + templateTrigger.x]; in ReadPlanesData()
964 delete[] infoplane; in ReadPlanesData()
/dports/devel/notcurses/notcurses-3.0.1/src/fetch/
H A Dmain.c643 infoplane(struct notcurses* nc, const fetched_info* fi, int nextline){ in infoplane() function
812 if(infoplane(nc, &fi, display_marshal.nextline)){ in ncneofetch()