Lines Matching refs:entryId
693 my $entryId = $entry->getAttr('id');
696 $external->getEntry($entryId);
751 "$tokenId is an unimplemented token ($entryId in $eventId)\n";
755 formatTableEntry($entryId, $tokenName, $eventId, $dataType, $required,
974 my $entryId = $entry->getAttr('id');
976 unless (defined $entryId) {
997 if (($dataType =~ /,/) || ($entryId =~ /,/)) {
999 my @id = split(/\s*,\s*/, $entryId);
1002 "number of data types ($dataType) does not match number of ids ($entryId)",
1029 $line .= "enum ${pfx_adt}_$dataType" . "\t$entryId;\t/* $option */";
1032 $line .= "time_t\t$entryId;\t/* $option */";
1037 $entryId .= $1 if ($primitive =~ s/(\[\d+\])//);
1038 $line .= "$primitive\t$dereference$entryId;\t/* $option */";