DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦c08eabd9c⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Param_Afficher, seg_048198

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



with Lexical, Token_List, Erreur, Variable;
with Bounded_String, Displays;

use Lexical, Token_List, Bounded_String;

package body Param_Afficher is

    First_Bis : Token_List.Object := Make (Virgul);
    Param_Follow : Token_List.Object := Make ((Parntf, Virgul));

    procedure Param (Nom_Var, Nom_Ext : in out Variable_String;
                     D : in out Displays.Object) is
    begin

        case Lexical.Get_Token is

            when Str =>
                Displays.Store (D, Lexical.Get_Value);
                Lexical.Next;

            when Id | Comp =>
                Variable.Parse (Nom_Var, Nom_Ext);
                Displays.Store (D, Image (Nom_Var), Image (Nom_Ext));

            when others =>
                Erreur.Syntaxe ("Mauvais parametre afficher", Param_Follow);

        end case;

    end Param;

    procedure Parse (D : in out Displays.Object) is
        Nom_Var, Nom_Ext : Variable_String (32);
    begin

        Param (Nom_Var, Nom_Ext, D);
        while Is_In (Lexical.Get_Token, First_Bis) loop
            Lexical.Next;
            Param (Nom_Var, Nom_Ext, D);
        end loop;

    end Parse;

end Param_Afficher;



E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=24 rec1=00 rec2=01 rec3=000
        [0x01] rec0=0c rec1=00 rec2=02 rec3=001
    tail 0x2174c2982865864da2b13 0x42a00088462060003