DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

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

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T g

⟦8772ea5f6⟧ TextFile

    Length: 720 (0x2d0)
    Types: TextFile
    Names: »globals1.c«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec8/sps/globals1.c« 

TextFile

# include       "sps.h"
# include       "flags.h"

/* Read/Write Variables global to the code of sps */

struct info                     Info ;          /* Information structure */

struct flags                    Flg ;           /* Flag options */

struct summary                  Summary ;       /* Summary of processes */

union  userstate                User ;          /* Upage of one process */

int                             Flmem, Flkmem, Flswap ; /* File descriptors */

unsigned                        Termwidth ;     /* Width of output device */

short                           Lastpgrp ;      /* Last process pgrp printed */

short                           Lastuid ;       /* Last process uid printed */