summaryrefslogtreecommitdiff
path: root/xc/unsupported/test/Xcms/CmdTbl.h
blob: 1717cfee5cb258168e378468d54a10ca70c12cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/* $XConsortium: CmdTbl.h,v 1.4 91/02/16 17:14:10 rws Exp $ */

#ifndef TEKCMS_LT
#define TEKCMS_LT

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


extern FuncTableEntry LibTstCmdTbl [];






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