~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/3rdparty/qmon/Xmt310/Xmt/CliS.c

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* 
 
2
 * Motif Tools Library, Version 3.1
 
3
 * $Id$
 
4
 * 
 
5
 * Written by David Flanagan.
 
6
 * Copyright (c) 1992-2001 by David Flanagan.
 
7
 * All Rights Reserved.  See the file COPYRIGHT for details.
 
8
 * This is open source software.  See the file LICENSE for details.
 
9
 * There is no warranty for this software.  See NO_WARRANTY for details.
 
10
 *
 
11
 * $Log$
 
12
 * Revision 1.1.1.1  2001/07/18 11:06:02  root
 
13
 * Initial checkin.
 
14
 *
 
15
 * Revision 1.2  2001/06/12 16:25:28  andre
 
16
 * *** empty log message ***
 
17
 *
 
18
 *
 
19
 */
 
20
#include <X11/Intrinsic.h>
 
21
#ifndef _Xconst
 
22
#if __STDC__ || defined(__cplusplus) || defined(c_plusplus)
 
23
#define _Xconst const
 
24
#else
 
25
#define _Xconst
 
26
#endif
 
27
#endif /* _Xconst */
 
28
 
 
29
externaldef(xmtclistrings) _Xconst char XmtCliStrings[] = {
 
30
    'c','l','i','T','r','a','n','s','l','a','t','i','o','n','s',0,
 
31
    'd','i','s','p','l','a','y','S','t','d','e','r','r',0,
 
32
    'd','i','s','p','l','a','y','S','t','d','o','u','t',0,
 
33
    'e','s','c','a','p','e','N','e','w','l','i','n','e','s',0,
 
34
    'f','i','l','d','e','s',0,
 
35
    'h','i','s','t','o','r','y',0,
 
36
    'h','i','s','t','o','r','y','M','a','x','I','t','e','m','s',0,
 
37
    'h','i','s','t','o','r','y','N','u','m','I','t','e','m','s',0,
 
38
    'i','n','p','u','t','C','a','l','l','b','a','c','k',0,
 
39
    'p','a','g','e','M','o','d','e',0,
 
40
    'p','a','g','e','S','t','r','i','n','g',0,
 
41
    'p','a','g','e','W','i','d','g','e','t',0,
 
42
    'p','r','o','m','p','t',0,
 
43
    's','a','v','e','H','i','s','t','o','r','y',0,
 
44
    's','a','v','e','L','i','n','e','s',0,
 
45
    'C','l','i','T','r','a','n','s','l','a','t','i','o','n','s',0,
 
46
    'D','i','s','p','l','a','y','S','t','d','e','r','r',0,
 
47
    'D','i','s','p','l','a','y','S','t','d','o','u','t',0,
 
48
    'E','s','c','a','p','e','N','e','w','l','i','n','e','s',0,
 
49
    'F','i','l','d','e','s',0,
 
50
    'H','i','s','t','o','r','y','M','a','x','I','t','e','m','s',0,
 
51
    'H','i','s','t','o','r','y','N','u','m','I','t','e','m','s',0,
 
52
    'P','a','g','e','M','o','d','e',0,
 
53
    'P','a','g','e','S','t','r','i','n','g',0,
 
54
    'P','r','o','m','p','t',0,
 
55
    'S','a','v','e','H','i','s','t','o','r','y',0,
 
56
    'S','a','v','e','L','i','n','e','s',0
 
57
};