Searched refs:alias_map (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Dlocalealias.c123 struct alias_map struct
137 libc_freeres_ptr (static struct alias_map *map);
146 static int alias_compare PARAMS ((const struct alias_map *map1,
147 const struct alias_map *map2));
155 struct alias_map *retval;
168 struct alias_map item;
173 retval = (struct alias_map *) bsearch (&item, map, nmap,
174 sizeof (struct alias_map),
363 qsort (map, nmap, sizeof (struct alias_map),
374 struct alias_map *new_ma
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Dlocalealias.c123 struct alias_map struct
137 libc_freeres_ptr (static struct alias_map *map);
146 static int alias_compare PARAMS ((const struct alias_map *map1,
147 const struct alias_map *map2));
155 struct alias_map *retval;
168 struct alias_map item;
173 retval = (struct alias_map *) bsearch (&item, map, nmap,
174 sizeof (struct alias_map),
363 qsort (map, nmap, sizeof (struct alias_map),
374 struct alias_map *new_ma
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/shell/
H A Dcommand-processor.rb418 @alias_map = {}
420 def self.alias_map singleton method in class:Shell.CommandProcessor
421 @alias_map
437 @alias_map[ali.intern] = proc
441 *(CommandProcessor.alias_map[:#{ali}].call *opts))
467 @alias_map.delete ali.intern
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSource.pm1391 my ($self, $pre, $alias, $alias_map, $order, $collapse, $pref_path) = @_;
1399 map { $self->_resolve_prefetch( $_, $alias, $alias_map, $order, $collapse, [ @$pref_path ] ) }
1405 $self->_resolve_prefetch($_, $alias, $alias_map, $order, $collapse, [ @$pref_path ] ),
1407 $pre->{$_}, "${alias}.$_", $alias_map, $order, $collapse, [ @$pref_path, $_] )
1416 my $p = $alias_map;

Completed in 73 milliseconds