Home
last modified time | relevance | path

Searched refs:mwall (Results 1 – 14 of 14) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/rr/src/lunatic/
H A Dengine_maptext.lua439 local msector, mwall, msprite = map.sector, map.wall, map.sprite
441 if (not alltabtab(msector) or not alltabtab(mwall) or not alltabtab(msprite)) then
446 not tabofnumtabs(mwall, wall_members) or
452 local numsectors, numwalls, numsprites = #msector, #mwall, #msprite
483 if (read_struct(wall[i], mwall[i+1], wall_members, wall_default)) then
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_door.h157 typedef struct mwall struct
169 struct mwall *next; argument
170 struct mwall *prev; argument
/dports/net-mgmt/nagiosgraph/nagiosgraph-1.5.2/
H A DAUTHORS38 E: mwall (at) users (dot) sourceforge (dot) net
39 C: mwall
H A DTODO40 As of march 2010, I (mwall) have done about as much as I can to clean up
/dports/net-mgmt/nagiosgraph/nagiosgraph-1.5.2/examples/
H A Dnagiosgraph.1.css2 $Id: nagiosgraph.css 246 2010-01-30 21:17:21Z mwall $
H A Dnagiosgraph.2.css2 $Id: nagiosgraph.css 246 2010-01-30 21:17:21Z mwall $
H A Dmap_mwall3 # map rules from a small nagios installation owned by mwall
199 # 26dec09 mwall
H A Dmap_1_4_41 # File: $Id: map 470 2011-01-09 03:34:49Z mwall $
H A Dmap_1_4_51 # File: $Id: map 523 2011-02-15 11:51:24Z mwall $
H A Dmap_1_4_31 # File: $Id: map 381 2010-10-30 05:39:22Z mwall $
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/doc/
H A Dperiodic-impl.tex289 int mwall = el_info->macro_wall[w];
291 el_info->macro_el->neigh_vertices[mwall][0] >= 0) {
335 int w, mwall;
338 if ((mwall = el_info->macro_wall[w]) < 0) {
341 if (el_info->macro_el->wall_trafo[mwall] != NULL) {
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/Common/
H A Dmacro.c1506 int mwall = el_info->macro_wall[w]; in mesh2macro_data() local
1507 AFF_TRAFO *wt = el_info->macro_el->wall_trafo[mwall]; in mesh2macro_data()
2499 int mwall = el_info->macro_wall[i]; in try_resolve_periodic_walls() local
2500 if (mwall < 0) { in try_resolve_periodic_walls()
2503 if ((wt = p_mel->wall_trafo[mwall]) == NULL) { in try_resolve_periodic_walls()
2535 int mwall = el_info->macro_wall[i]; in try_resolve_periodic_walls() local
2536 if (mwall < 0) { in try_resolve_periodic_walls()
2540 el_info->macro_el->projection[mwall]; in try_resolve_periodic_walls()
H A Dalberta.h1205 int mwall = el_info->macro_wall[wall]; in wall_bound() local
1207 if (mwall < 0) { in wall_bound()
1212 return el_info->macro_el->wall_bound[mwall]; in wall_bound()
1215 if (el_info->macro_el->neigh_vertices[mwall][0] < 0) { in wall_bound()
1216 return el_info->macro_el->wall_bound[mwall]; in wall_bound()
1224 int mwall; in wall_trafo() local
1230 mwall = el_info->macro_wall[wall]; in wall_trafo()
1232 return mwall < 0 ? NULL : el_info->macro_el->wall_trafo[mwall]; in wall_trafo()
1240 int mwall = el_info->macro_wall[wall]; in wall_proj() local
1242 return el_info->macro_el->projection[mwall+1]; in wall_proj()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/
H A DChangeLog11811 mwall = el_info->macro_wall[quad->subsplx]; bndry_type =
11812 el_info->macro_el->wall_bound[mwall];