1 #ifndef lint
2 static char abbrev_sccsid[] = "@(#)abbrev.c	4.2	(Berkeley)	82/11/06";
3 #endif not lint
4 
5 struct dict abbrev_d[] = {
6 "St",'N',
7 "Dr",'N',
8 "Drs",'N',
9 "Mr",'N',
10 "Mrs",'N',
11 "Ms",'N',
12 "Rev",'N',
13 "No",'Y',
14 "Nos",'Y',
15 "NO",'Y',
16 "NOs",'Y',
17 "no",'Y',
18 "Fig",'Y',
19 "Figs",'Y',
20 "Dept",'Y',
21 "Depts",'Y',
22 "dept",'Y',
23 "depts",'Y',
24 "Eq",'Y',
25 "Eqs",'Y',
26 "eq",'Y',
27 "eqs",'Y',
28 "dB",'Y',
29 "vs",'P',
30 "in",'Y',
31 "ft",'Y',
32 "yr",'Y',
33 "ckts",'Y',
34 "mi",'Y',
35 "Jr",'J',
36 "jr",'J',
37 "Ch",'Y',
38 "ch",'Y',
39 "Ref",'Y',
40 "Refs",'Y',
41 "ref",'Y',
42 "refs",'Y',
43 "Inc",'J',
44 "Co",'N',
45 "Corp",'N',
46 "Jan",'N',
47 "Feb",'N',
48 "Mar",'N',
49 "Apr",'N',
50 "Jun",'N',
51 "Aug",'N',
52 "Sept",'N',
53 "Oct",'N',
54 "Nov",'N',
55 "Dec",'N',
56 "Sen",'Y',
57 "Sens",'Y',
58 "Rep",'Y',
59 "Hon",'Y',
60 "Gov",'Y',
61 "Lt",'Y',
62 "Col",'Y',
63 "Comdr",'Y',
64 "Cmdr",'Y',
65 "Capt",'Y',
66 "Calif",'N',
67 "Ky",'N',
68 "Va",'N',
69 0,0
70 };
71