Home
last modified time | relevance | path

Searched refs:MAPENTRY (Results 1 – 3 of 3) sorted by relevance

/dports/games/powwow/powwow-1.2.17/
H A Dmap.c37 #define MAPENTRY(i) mappath[MAPINDEX(i)] macro
135 if (mapend != mapstart && dir == reverse_dir(MAPENTRY(mapend - 1))) { in __P1()
140 MAPENTRY(mapend) = dir; in __P1()
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/CustomerUser/
H A DDB.pm1442 MAPENTRY: label
1444 next MAPENTRY if $Entry->[5] eq 'dynamic_field'; # skip dynamic fields
1445 next MAPENTRY if ( lc( $Entry->[0] ) eq "userpassword" );
1446 next MAPENTRY if $SeenKey{ $Entry->[2] }++;
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/bidimap/
H A DTreeBidiMap.java80 private static final int MAPENTRY = 2; field in TreeBidiMap
395 entrySet = new EntryView(this, KEY, MAPENTRY); in entrySet()
1597 case MAPENTRY: in doGetData()