Home
last modified time | relevance | path

Searched refs:mkmapping (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/ldmud/ldmud-3.3.720/doc/efun.de/
H A Dmkmapping.de2 mapping mkmapping(mixed *arr1, mixed *arr2, mixed *arr3, ...)
3 mapping mkmapping(struct st)
21 die Funktion, die die mkmapping()-Anweisung enthaelt, beendet ist.
24 mkmapping(({ 1, 2 }), ({ 10, 11 }), ({ 20, 21, 22}));
28 mkmapping((<s> 1, ({ 2, 3 }), 3)
H A Dunmkmapping.de14 unmkmapping() ist die Umkehrfunktion von mkmapping(), sodass gilt:
16 apply(#'mkmapping, unmkmapping(m)) == m
H A Dm_indices.de8 mappingp(E), mkmapping(E), m_add(E), m_values(E), m_delete(E),
H A Dmappingp.de8 intp(E), stringp(E), objectp(E), pointerp(E), mkmapping(E),
H A Dwidthof.de16 sizeof(E), mkmapping(E), m_reallocate(E), m_values(E), unmkmapping(E)
H A Dm_delete.de10 mappingp(E), mkmapping(E), m_add(E), m_indices(E), m_values(E),
H A Dm_add.de28 mappingp(E), mkmapping(E), m_delete(E), m_entry(E), m_indices(E),
H A Dm_values.de23 mappingp(E), mkmapping(E), m_add(E), m_indices(E), m_delete(E),
H A Dmap_indices.de25 m = mkmapping(users());
H A Dmap_mapping.de25 m = mkmapping(users());
/dports/games/ldmud/ldmud-3.3.720/doc/efun/
H A Dmkmapping2 mapping mkmapping(mixed *arr1, mixed *arr2,...)
3 mapping mkmapping(struct st)
22 mkmapping( ({ 1, 2 }), ({ 10, 11 }), ({ 20, 21, 22}))
26 mkmapping( (<s> 1, ({ 2, 3 }), 3 )
H A Dunmkmapping14 unmkmapping() is inverse to mkmapping(), so that
16 apply(#'mkmapping, unmkmapping(m)) == m
H A Dm_indices8 mappingp(E), mkmapping(E), m_values(E), m_add(E), m_delete(E),
H A Dwidthof16 sizeof(E), mkmapping(E), m_reallocate(E), m_values(E),
H A Dmappingp8 mkmapping(E), m_indices(E), m_values(E), m_add(E),
H A Dm_delete11 mappingp(E), mkmapping(E), m_add(E), m_indices(E), m_values(E),
H A Dm_add34 mappingp(E), mkmapping(E), m_delete(E), m_entry(E), m_indices(E),
H A Dm_values23 mappingp(E), mkmapping(E), m_indices(E), m_add(E), m_delete(E),
H A Dmap_indices23 m = mkmapping(users());
/dports/net/dgd-lpmud/mud/2.4.5/dgd/lib/
H A Dmapping.c5 static mapping mkmapping(mixed *indices, mixed *values) in mkmapping() function
10 ARGCHECK(indices, mkmapping, 1); in mkmapping()
11 ARGCHECK(values, mkmapping, 2); in mkmapping()
H A Dmapping.h1 static mapping mkmapping(mixed *indices, mixed *values);
/dports/games/ldmud/ldmud-3.3.720/doc/obsolete/
H A Dm_sizeof15 mappingp(E), mkmapping(E), m_indices(E), m_values(E),
/dports/games/ldmud/ldmud-3.3.720/doc/LPC/
H A Dmappings70 Another method is to use the efun mkmapping(). This efun gets two
75 map = mkmapping (({ key0 , ..., keyn }),
89 map = mkmapping(({}), ({}));
362 return map1 - mkmapping(m_indices(map2));
366 first have to create such by using m_indices() and mkmapping().
381 uniques = m_indices(mkmapping(array));
383 mkmapping() uses <array> to create a mapping without any values but
396 return apply(#'mkmapping, alist);
403 the efun closure #'mkmapping via apply() causes the creation of a mapping
473 alists(LPC), closures(LPC), structs(LPC), mkmapping(E),
/dports/games/ldmud/ldmud-3.3.720/test/
H A Dt-mantis.c354 m_delete(mkmapping(x),0);
/dports/games/ldmud/ldmud-3.3.720/mudlib/uni-crasher/
H A Dcrashleak.c291 mkmapping( ({1,2,3,4,5,6,7,8,9,10}), ({1,2,3,4,5,6,7,8,9,10}) ),
292 mkmapping( ({"1","2","3","4","5","6","7","8","9","10"}) ),

12