TORCS  1.3.9
The Open Racing Car Simulator
asciitab.h
Go to the documentation of this file.
1 /*
2 The contents of this file are subject to the Mozilla Public License
3 Version 1.0 (the "License"); you may not use this file except in
4 compliance with the License. You may obtain a copy of the License at
5 http://www.mozilla.org/MPL/
6 
7 Software distributed under the License is distributed on an "AS IS"
8 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
9 License for the specific language governing rights and limitations
10 under the License.
11 
12 The Original Code is expat.
13 
14 The Initial Developer of the Original Code is James Clark.
15 Portions created by James Clark are Copyright (C) 1998
16 James Clark. All Rights Reserved.
17 
18 Contributor(s):
19 $Id$
20 */
21 
24 /* 0x08 */ BT_NONXML, BT_S, BT_LF, BT_NONXML,
25 /* 0x0C */ BT_NONXML, BT_CR, BT_NONXML, BT_NONXML,
30 /* 0x20 */ BT_S, BT_EXCL, BT_QUOT, BT_NUM,
31 /* 0x24 */ BT_OTHER, BT_PERCNT, BT_AMP, BT_APOS,
32 /* 0x28 */ BT_LPAR, BT_RPAR, BT_AST, BT_PLUS,
33 /* 0x2C */ BT_COMMA, BT_MINUS, BT_NAME, BT_SOL,
34 /* 0x30 */ BT_DIGIT, BT_DIGIT, BT_DIGIT, BT_DIGIT,
35 /* 0x34 */ BT_DIGIT, BT_DIGIT, BT_DIGIT, BT_DIGIT,
36 /* 0x38 */ BT_DIGIT, BT_DIGIT, BT_NMSTRT, BT_SEMI,
37 /* 0x3C */ BT_LT, BT_EQUALS, BT_GT, BT_QUEST,
38 /* 0x40 */ BT_OTHER, BT_HEX, BT_HEX, BT_HEX,
39 /* 0x44 */ BT_HEX, BT_HEX, BT_HEX, BT_NMSTRT,
44 /* 0x58 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_LSQB,
45 /* 0x5C */ BT_OTHER, BT_RSQB, BT_OTHER, BT_NMSTRT,
46 /* 0x60 */ BT_OTHER, BT_HEX, BT_HEX, BT_HEX,
47 /* 0x64 */ BT_HEX, BT_HEX, BT_HEX, BT_NMSTRT,
53 /* 0x7C */ BT_VERBAR, BT_OTHER, BT_OTHER, BT_OTHER,
BT_AST
Definition: asciitab.h:22
BT_MINUS
Definition: asciitab.h:22
BT_LF
Definition: asciitab.h:22
BT_COMMA
Definition: asciitab.h:22
BT_PLUS
Definition: asciitab.h:22
BT_NMSTRT
Definition: asciitab.h:22
BT_GT
Definition: asciitab.h:22
BT_SEMI
Definition: asciitab.h:22
BT_EXCL
Definition: asciitab.h:22
BT_APOS
Definition: asciitab.h:22
BT_OTHER
Definition: asciitab.h:22
BT_CR
Definition: asciitab.h:22
BT_NUM
Definition: asciitab.h:22
BT_PERCNT
Definition: asciitab.h:22
BT_RPAR
Definition: asciitab.h:22
BT_S
Definition: asciitab.h:22
BT_HEX
Definition: asciitab.h:22
BT_LSQB
Definition: asciitab.h:22
BT_DIGIT
Definition: asciitab.h:22
BT_QUEST
Definition: asciitab.h:22
BT_QUOT
Definition: asciitab.h:22
BT_LT
Definition: asciitab.h:22
BT_SOL
Definition: asciitab.h:22
BT_NONXML
Definition: asciitab.h:22
BT_EQUALS
Definition: asciitab.h:22
BT_VERBAR
Definition: asciitab.h:22
BT_RSQB
Definition: asciitab.h:22
BT_LPAR
Definition: asciitab.h:22
BT_AMP
Definition: asciitab.h:22
BT_NAME
Definition: asciitab.h:22