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

/macosx-10.9.5/adv_cmds-153/localedef/
H A Dlocaledef.pl448 # $values is the string to parse, $dot_expand is a function ref that will
456 my($values, $sep, $dot_expand, $nest, $return_extra, $specials) = @_;
465 my @subret = &parse_values($values, ',', $dot_expand, $nest, 1, $specials);
478 splice(@ret, -1, 1, &{$dot_expand}($ret[$#ret], $v));
484 if (defined($dot_expand) && $values =~ s/^$sep\Q...\E$sep//) {
497 splice(@ret, -1, 1, &{$dot_expand}($ret[$#ret], undef));
544 my @arg = &parse_values($arg, ';', \&dot_expand, 0);
860 # dot_expand in the target charset
861 sub dot_expand { subroutine

Completed in 186 milliseconds