|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 378 (0x17a) Types: TextFile Names: »dbpex.c«
└─⟦8648bda34⟧ Bits:30007244 EUUGD5_II: X11R5 └─⟦b23e377d7⟧ »./contrib-2/contrib-2.00« └─⟦0ed22c3ba⟧ └─⟦this⟧ »contrib/lib/Xpex/clients/Xpex/pexscope/dbpex.c«
/* $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] ); }