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 - metrics - download

⟦3b1ece9ef⟧ TextFile

    Length: 378 (0x17a)
    Types: TextFile
    Names: »dbpex.c«

Derivation

└─⟦8648bda34⟧ Bits:30007244 EUUGD5_II: X11R5
    └─⟦b23e377d7⟧ »./contrib-2/contrib-2.00« 
        └─⟦0ed22c3ba⟧ 
            └─⟦this⟧ »contrib/lib/Xpex/clients/Xpex/pexscope/dbpex.c« 

TextFile

/* $Header: dbpex.c,v 2.2 91/09/11 15:52:07 sinyaw Exp $ */
#include <stdio.h>

/* HlhsrMode */

static char *pex_hlhsr_mode[] = {
    NULL,
    "Off",
    "ZBuffer",
    "Painters",
    "Scanline",
    "HiddenLineOnly" 
};

void dbpexHlhsrMode();

void
dbpexHlhsrMode(index)
unsigned short index;
{
    (void) fprintf( stderr, 
        "mode: %s\n", pex_hlhsr_mode[index] );
}