Searched refs:in_enum (Results 1 – 1 of 1) sorted by relevance
82 our $in_enum;115 sub in_enum ($$$) { $in_enum = [ @_ ]; } # [ $enumvalpfx, RefType, $refnamepfx ] subroutine197 if (!$in_enum) {199 } elsif (substr($valname, 0, (length $in_enum->[0])) ne $in_enum->[0]) {200 warning("in enum expecting $in_enum->[0]* got $valname");203 my $reftype = $in_enum->[1];204 my $refname = $in_enum->[2].substr($valname, (length $in_enum->[0]));247 $in_enum = undef;282 in_enum($1,'Func',$2)284 in_enum($1,(ucfirst $2),$3);[all …]
Completed in 6 milliseconds