Lines Matching refs:entryId
692 my $entryId = $entry->getAttr('id');
695 $external->getEntry($entryId);
750 "$tokenId is an unimplemented token ($entryId in $eventId)\n";
754 formatTableEntry($entryId, $tokenName, $eventId, $dataType, $required,
973 my $entryId = $entry->getAttr('id');
975 unless (defined $entryId) {
996 if (($dataType =~ /,/) || ($entryId =~ /,/)) {
998 my @id = split(/\s*,\s*/, $entryId);
1001 "number of data types ($dataType) does not match number of ids ($entryId)",
1028 $line .= "enum ${pfx_adt}_$dataType" . "\t$entryId;\t/* $option */";
1031 $line .= "time_t\t$entryId;\t/* $option */";
1036 $entryId .= $1 if ($primitive =~ s/(\[\d+\])//);
1037 $line .= "$primitive\t$dereference$entryId;\t/* $option */";