DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

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 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦64590dd37⟧ TextFile

    Length: 1446 (0x5a6)
    Types: TextFile
    Names: »V«

Derivation

└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦this⟧ 
└─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04
    └─ ⟦d65440be7⟧ »DATA« 
        └─⟦this⟧ 

TextFile

package Talk_Utils is

    R_Create : constant := 0;
    R_Put : constant := 1;
    R_Get : constant := 2;
    R_Last_Update : constant := 3;
    R_File_Exists : constant := 4;
    R_Copy : constant := 5;
    R_Delete : constant := 6;
    R_Move : constant := 7;
    R_Ls : constant := 8;
    R_Input_To_Shell : constant := 9;
    R_Signal_To_Shell : constant := 10;
    R_Expunge : constant := 11;
    Nb_Requests : constant := 12;

    F_Disconnect : constant := 0;
    F_Delimitor : constant := 1;
    F_Error : constant := 2;
    F_Is_Directory : constant := 3;
    F_Remote_File : constant := 4;
    F_Content : constant := 5;
    F_To_Remote_File : constant := 6;
    F_From_Remote_File : constant := 7;
    F_In_Seconds : constant := 8;
    F_Exists : constant := 9;
    F_Time : constant := 10;
    F_Of_Remote_File : constant := 11;
    F_Link : constant := 12;
    F_Expunge : constant := 13;
    F_A_Line : constant := 14;
    F_From_Remote_Directory : constant := 15;
    F_Level : constant := 16;
    F_Input : constant := 17;
    F_Signal : constant := 18;
    F_Std_Output : constant := 19;
    F_Std_Error : constant := 20;
    F_Abort : constant := 21;
    F_Continue : constant := 22;
    F_Timeout : constant := 23;
    F_Append : constant := 24;
    F_Create_Dir : constant := 25;
    F_Recursive : constant := 26;
    F_Object : constant := 27;
    F_Options : constant := 28;
    Nb_Fields : constant := 29;

end Talk_Utils;