File: nametable

package info (click to toggle)
ascii 3.14-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 120 kB
  • ctags: 32
  • sloc: ansic: 310; xml: 235; makefile: 44
file content (464 lines) | stat: -rw-r--r-- 10,764 bytes parent folder | download | duplicates (4)
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
# Master name table for the ASCII utility.
# The colon-terminated field names are not interpreted, they're for human eyes.
# Most of this file gets copied into one big C initializer.
Mnemonics: "NUL",
ISO names: "Null",
C escape:  "\\0",
%%
Mnemonics: "SOH",
ISO names: "Start Of Header",
%%
Mnemonics: "STX",
ISO names: "Start of Text",
%%
Mnemonics: "ETX",
ISO names: "End of Text",
%%
Mnemonics: "EOT",
ISO names: "End Of Transmission",
%%
Mnemonics: "ENQ",
ISO names: "Enquiry",
%%
Mnemonics: "ACK",
ISO names: "Acknowledge",
%%
Mnemonics: "BEL",
ISO names: "Bell",
C escape:  "\\a",
Synonyms:  "Alert",
%%
Mnemonics: "BS",
ISO names: "Backspace",
C escape:  "\\b",
%%
Mnemonics: "HT", "TAB",
ISO names: "Character Tabulation", "Horizontal Tab",
C escape:  "\\t",
%%
Mnemonics: "LF", "NL",
ISO name: "Line Feed", "Newline",
C escape:  "\\n",
%%
Mnemonics: "VT",
ISO names: "Line Tabulation", "Vertical Tab",
C escape: "\\v",
%%
Mnemonics: "FF",
ISO names: "Form Feed",
C escape:  "\\f",
%%
Mnemonics: "CR",
ISO names: "Carriage Return",
C escape:  "\\r",
%%
Mnemonics: "SO", "LS1",
ISO names: "Shift Out", "Locking Shift 1",
%%
Mnemonics: "SI", "LS0",
ISO names: "Shift In", "Locking Shift 0",
%%
Mnemonics: "DLE",
ISO names: "Data Link Escape",
%%
Mnemonics: "DC1",
ISO names: "Device Control 1",
%%
Mnemonics: "DC2",
ISO names: "Device Control 2",
%%
Mnemonics: "DC3",
ISO names: "Device Control 3",
%%
Mnemonics: "DC4",
ISO names: "Device Control 4",
%%
Mnemonics: "NAK",
ISO names: "Negative Acknowledge",
%%
Mnemonics: "SYN",
ISO names: "Synchronous Idle",
%%
Mnemonics: "ETB",
ISO names: "End of Transmission Block",
%%
Mnemonics: "CAN",
ISO names: "Cancel",
%%
Mnemonics: "EM",
ISO names: "End of Medium",
%%
Mnemonics: "SUB",
ISO names: "Substitute",
%%
Mnemonics: "ESC",
ISO names: "Escape",
%%
Mnemonics: "FS",
ISO names: "File Separator",
%%
Mnemonics: "GS",
ISO names: "Group Separator",
%%
Mnemonics: "RS",
ISO names: "Record Separator",
%%
Mnemonics: "US",
ISO names: "Unit Separator",
%%
Mnemonics: " ", "SP",
ISO names: "Space", "Blank",
%%
Mnemonics: "!",
ISO names: "Exclamation Mark",
Synonyms: "Bang", "Excl", "Wow", "Factorial", "Shriek", "Pling", "Smash",
               "Cuss",
%%
Mnemonics: "\"",
ISO names: "Quotation Mark",
Synonyms:  "Double Quote", "Quote", "String Quote",
		"Dirk", "Literal Mark", "Double Glitch",
XML name: """,
Comment:   "# See ' and ` for matching names.",
%%
Mnemonics: "#",
ISO names: "Number Sign",
Synonyms: "Pound", "Number", "Sharp", "Crunch", "Mesh",
	 	"Hex", "Hash", "Flash", "Grid", "Octothorpe",
%%
Mnemonics: "$",
ISO names: "Currency Sign",
Synonyms:   "Dollar", "Buck", "Cash", "Ding",
%%
Mnemonics: "%",
ISO names: "Percent Sign",
Synonyms: "Mod", "Modulo",
%%
Mnemonics: "&",
ISO names: "Ampersand",
Synonyms: "Amper", "And", 
XML name:  "&",
%%
Mnemonics: "'",
ISO names: "Apostrophe",
Synonyms: "Single Quote", "Close Quote", "Prime",
	"Tick", "Pop", "Spark", "Glitch",
XML name: "'",
Comment: "# See ` and \" for matching names.",
%%
Mnemonics: "(",
ISO names: "Left Parenthesis",
Synonyms:  "Open", "Open Paren", "Left Paren", "Wax", "Sad",
Comment: "# See ) for matching names.",
%%
Mnemonics: ")",
ISO names: "Right Parenthesis",
Synonyms: "Close", "Close Paren", "Right Paren", "Wane", "Happy",
Comment: "# See ( for matching names.",
%%
Mnemonics: "*",
ISO names: "Asterisk",
Synonyms: "Star", "Splat", "Aster", "Times", "Gear",
	"Dingle", "Bug", "Twinkle", "Glob" ,

%%
Mnemonics: "+",
ISO names: "Plus Sign",
Synonyms: "Add", "Cross",
%%
Mnemonics: ",",
ISO names: "Comma",
Synonyms: "Tail",
%%
Mnemonics: "-",
ISO names: "Hyphen",
Synonyms: "Dash", "Minus", "Worm",
%%
Mnemonics: ".",
ISO names: "Full Stop",
Synonyms: "Dot", "Decimal Point", "Radix Point", "Point", "Period", "Spot",
%%
Mnemonics: "/",
ISO names: "Solidus",
Synonyms: "Slash", "Stroke", "Slant", "Diagonal", "Virgule", "Over", "Slat",
Comment:  "# See \\ for matching names.",
%%
Mnemonics: "0",
ISO names: "Digit Zero",
%%
Mnemonics: "1",
ISO names: "Digit One",
%%
Mnemonics: "2",
ISO names: "Digit Two",
%%
Mnemonics: "3",
ISO names: "Digit Three",
%%
Mnemonics: "4",
ISO names: "Digit Four",
%%
Mnemonics: "5",
ISO names: "Digit Five",
%%
Mnemonics: "6",
ISO names: "Digit Six",
%%
Mnemonics: "7",
ISO names: "Digit Seven",
%%
Mnemonics: "8",
ISO names: "Digit Eight",
%%
Mnemonics: "9",
ISO names: "Digit Nine",
%%
Mnemonics: ":",
ISO names: "Colon",
Synonyms: "Double-Dot",
%%
Mnemonics: ";",
ISO names: "Semicolon",
Synonyms: "Semi", "Go-on",
%%
Mnemonics: "<",
ISO names: "Less-than Sign",
Synonyms:  "Left Angle Bracket", "Read From", "In",
	"From", "Comesfrom", "Left Funnel", "Left Broket", "Crunch",
	"Suck", 
XML name:  "&lt;",
Comment:   "# See > for matching names.",
%%
Mnemonics: "=",
ISO names: "Equals Sign",
Synonyms:  "Quadrathorp", "Gets", "Becomes", "Half-Mesh",
%%
Mnemonics: ">",
ISO names: "Greater-than sign",
Synonyms: "Right Angle Bracket",  "Write To", "Into", "Toward",
	"Out", "To", "Gozinta", "Right Funnel",
	"Right Broket", "Zap", "Blow", 
XML name:  "&gt;",
Comments: "# See < for matching names.",
%%
Mnemonics: "?",
ISO names: "Question Mark",
Comments:  "Whatmark", "What", "Ques",
%%
Mnemonics: "@",
ISO names: "Commercial At",
Synonyms: "At", "Each", "Vortex", "Whorl", "Whirlpool",
	"Cyclone", "Snail", "Rose",
%%
Mnemonics: "A",
ISO names: "Majuscule A", "Capital A", "Uppercase A",
%%
Mnemonics: "B",
ISO names: "Majuscule B", "Capital B", "Uppercase B",
%%
Mnemonics: "C",
ISO names: "Majuscule C", "Capital C", "Uppercase C",
%%
Mnemonics: "D",
ISO names: "Majuscule D", "Capital D", "Uppercase D",
%%
Mnemonics: "E",
ISO names: "Majuscule E", "Capital E", "Uppercase E",
%%
Mnemonics: "F",
ISO names: "Majuscule F", "Capital F", "Uppercase F",
%%
Mnemonics: "G",
ISO names: "Majuscule G", "Capital G", "Uppercase G",
%%
Mnemonics: "H",
ISO names: "Majuscule H", "Capital H", "Uppercase H",
%%
Mnemonics: "I",
ISO names: "Majuscule I", "Capital I", "Uppercase I",
%%
Mnemonics: "J",
ISO names: "Majuscule J", "Capital J", "Uppercase J",
%%
Mnemonics: "K",
ISO names: "Majuscule K", "Capital K", "Uppercase K",
%%
Mnemonics: "L",
ISO names: "Majuscule L", "Capital L", "Uppercase L",
%%
Mnemonics: "M",
ISO names: "Majuscule M", "Capital M", "Uppercase M",
%%
Mnemonics: "N",
ISO names: "Majuscule N", "Capital N", "Uppercase N",
%%
Mnemonics: "O",
ISO names: "Majuscule O", "Capital O", "Uppercase O",
%%
Mnemonics: "P",
ISO names: "Majuscule P", "Capital P", "Uppercase P",
%%
Mnemonics: "Q",
ISO names: "Majuscule Q", "Capital Q", "Uppercase Q",
%%
Mnemonics: "R",
ISO names: "Majuscule R", "Capital R", "Uppercase R",
%%
Mnemonics: "S",
ISO names: "Majuscule S", "Capital S", "Uppercase S",
%%
Mnemonics: "T",
ISO names: "Majuscule T", "Capital T", "Uppercase T",
%%
Mnemonics: "U",
ISO names: "Majuscule U", "Capital U", "Uppercase U",
%%
Mnemonics: "V",
ISO names: "Majuscule V", "Capital V", "Uppercase V",
%%
Mnemonics: "W",
ISO names: "Majuscule W", "Capital W", "Uppercase W",
%%
Mnemonics: "X",
ISO names: "Majuscule X", "Capital X", "Uppercase X",
%%
Mnemonics: "Y",
ISO names: "Majuscule Y", "Capital Y", "Uppercase Y",
%%
Mnemonics: "Z",
ISO names: "Majuscule Z", "Capital Z", "Uppercase Z",
%%
Mnemonics: "[",
ISO names: "Left Square Bracket",
Synonyms:  "Bracket", "Bra", "Square",
Comments:  "# See ] for matching names.",
%%
Mnemonics: "\\",
ISO names: "Reversed Solidus",
Synonyms:  "Backslash", "Bash", "Backslant", "Backwhack",
	"Backslat", "Literal", "Escape",
Comments:  "# See / for matching names.",
%%
Mnemonics: "]",
ISO names: "Right Square Bracket",
Synonyms:  "Unbracket", "Ket", "Unsquare",
Comments:  "# See [ for matching names.",
%%
Mnemonics: "^",
ISO names: "Circumflex Accent",
Synonyms:  "Circumflex", "Caret", "Uparrow", "Hat",
	"Control", "Boink", "Chevron", "Hiccup", "Sharkfin", "Fang",
%%
Mnemonics: "_",
ISO names: "Low Line",
Synonyms: "Underscore", "Underline", "Underbar",
	"Under", "Score", "Backarrow", "Flatworm",
Comments: "# Backarrow refers to this character's graphic in 1963 ASCII.",
%%
Mnemonics: "`",
ISO names: "Grave Accent",
Synonyms: "Grave", "Backquote", "Left Quote",
	"Open Quote", "Backprime", "Unapostrophe",
	"Backspark", "Birk", "Blugle", "Back Tick", "Push",
Comments: "# See ' and \" for matching names.",
%%
Mnemonics: "a",
ISO names: "Miniscule a", "Small a", "Lowercase a",
%%
Mnemonics: "b",
ISO names: "Miniscule b", "Small b", "Lowercase b",
%%
Mnemonics: "c",
ISO names: "Miniscule c", "Small c", "Lowercase c",
%%
Mnemonics: "d",
ISO names: "Miniscule d", "Small d", "Lowercase d",
%%
Mnemonics: "e",
ISO names: "Miniscule e", "Small e", "Lowercase e",
%%
Mnemonics: "f",
ISO names: "Miniscule f", "Small f", "Lowercase f",
%%
Mnemonics: "g",
ISO names: "Miniscule g", "Small g", "Lowercase g",
%%
Mnemonics: "h",
ISO names: "Miniscule h", "Small h", "Lowercase h",
%%
Mnemonics: "i",
ISO names: "Miniscule i", "Small i", "Lowercase i",
%%
Mnemonics: "j",
ISO names: "Miniscule j", "Small j", "Lowercase j",
%%
Mnemonics: "k",
ISO names: "Miniscule k", "Small k", "Lowercase k",
%%
Mnemonics: "l",
ISO names: "Miniscule l", "Small l", "Lowercase l",
%%
Mnemonics: "m",
ISO names: "Miniscule m", "Small m", "Lowercase m",
%%
Mnemonics: "n",
ISO names: "Miniscule n", "Small n", "Lowercase n",
%%
Mnemonics: "o",
ISO names: "Miniscule o", "Small o", "Lowercase o",
%%
Mnemonics: "p",
ISO names: "Miniscule p", "Small p", "Lowercase p",
%%
Mnemonics: "q",
ISO names: "Miniscule q", "Small q", "Lowercase q",
%%
Mnemonics: "r",
ISO names: "Miniscule r", "Small r", "Lowercase r",
%%
Mnemonics: "s",
ISO names: "Miniscule s", "Small s", "Lowercase s",
%%
Mnemonics: "t",
ISO names: "Miniscule t", "Small t", "Lowercase t",
%%
Mnemonics: "u",
ISO names: "Miniscule u", "Small u", "Lowercase u",
%%
Mnemonics: "v",
ISO names: "Miniscule v", "Small v", "Lowercase v",
%%
Mnemonics: "w",
ISO names: "Miniscule w", "Small w", "Lowercase w",
%%
Mnemonics: "x",
ISO names: "Miniscule x", "Small x", "Lowercase x",
%%
Mnemonics: "y",
ISO names: "Miniscule y", "Small y", "Lowercase y",
%%
Mnemonics: "z",
ISO names: "Miniscule z", "Small z", "Lowercase z",
%%
Mnemonics: "{",
ISO names: "Left Curly Bracket",
Synonyms: "Left Brace", "Brace", "Open Brace", "Curly", "Leftit", "Embrace",
Comments: "# See } for matching names.",
%%
Mnemonics: "|",
ISO names: "Vertical Line",
Synonyms: "Pipe", "Bar", "Or", "V-Bar", "Spike", "Gozinta", "Thru",
%%
Mnemonics: "}",
ISO names: "Right Curly Bracket",
Synonyms: "Right Brace", "Unbrace", "Close Brace",
	"Uncurly", "Rytit", "Bracelet",
Comments: "# See { for matching names.",
%%
Mnemonics: "~",
ISO names: "Overline",
Synonyms: "Tilde", "Swung Dash", "Squiggle", "Approx",
	"Wiggle", "Twiddle", "Enyay",
%%
Mnemonics: "DEL",
ISO names: "Delete",