====== Selected names ====== ===== Definitions ===== ==== selected_name ==== prefix . suffix ==== prefix ==== * [[.:bnf#name]] * [[.:bnf#function_call]] ==== suffix ==== * [[.:bnf#simple_name]] * [[.:bnf#character_literal]] * [[.:bnf#operator_symbol]] * **all** ===== Examples ===== The element //opcode// of the Record //instruction// is addressed. instruction.opcode ---- All elements ( **ALL** ) to which the index //ptr// points are addressed. ptr. ALL ---- The design unit //SN74LS221// from the library //ttl// is addressed. ttl.SN74LS221 ---- All design units from the library //cmos// are addressed. cmos. ALL ---- The entity //voltage// from the package //measurements// is addressed. measurements.voltage ---- All entities from the package //standard// are addressed. standard. ALL ---- The entity //data// , which is defined in the process //p//, is addressed. p.data