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
Index: C T

⟦07fb25e51⟧ TextFile

    Length: 1406 (0x57e)
    Types: TextFile
    Names: »CmdTbl.h«

Derivation

└─⟦276d19d6e⟧ Bits:30007243 EUUGD5_I: X11R5
    └─⟦af7d3f39a⟧ »./mit-2/mit-2.00« 
        └─⟦0abaffd9e⟧ 
            └─⟦this⟧ »mit/demos/xcmstest/CmdTbl.h« 

TextFile

/* $XConsortium: CmdTbl.h,v 1.6 91/05/14 15:03:18 dave Exp $ */

#ifndef TEKCMS_LT
#define TEKCMS_LT

#define LIBTEST_CMDTBL	LibTstCmdTbl 
#define LIBTEST_COMMENT_CHAR    '#'
#define LIBTEST_PROMPT	"XCMS > "


extern FuncTableEntry LibTstCmdTbl [];

\f





\f


extern int
Check_init();
extern int
Cmd_List();
extern int
Cmd_SetInputDir();
extern int
Cmd_SetVerificationDir();
extern int
Cmd_SetResultDir();
extern int
Cmd_GetInputDir();
extern int
Cmd_GetVerificationDir();
extern int
Cmd_GetResultDir();
extern int
Cmd_CreateColormap();
extern int
Cmd_FreeColormap();
extern int
Cmd_quit();
extern int
Cmd_XSynchronize();
extern int
Cmd_AllocColor();
extern int
Cmd_StoreColor();
extern int
Cmd_QueryColor();
extern int
Cmd_QueryColors();
extern int
Cmd_ConvertColor();
extern int
Cmd_ParseColor();
extern int
Cmd_LookupColor();
extern int
Cmd_AllocNamedColor();
extern int
Cmd_StoreNamedColor();
extern int
Cmd_MaxChroma();
extern int
Cmd_MaxValue();
extern int
Cmd_MaxValueSamples();
extern int
Cmd_MaxValueChroma();
extern int
Cmd_MinValue();
extern int
Cmd_AdjustValue();
extern int
Cmd_ReduceChroma();
extern int
Cmd_ShortestValueChroma();
extern int
Cmd_PrefixOfId();
extern int
Cmd_FormatOfPrefix();
extern int
Cmd_AddDIColorSpace();
extern int
Cmd_XAllocNamedColor();
extern int
Cmd_XLookupColor();
extern int
Cmd_XParseColor();
extern int
Cmd_XStoreNamedColor();
extern int
Cmd_StoreColors();
#endif