4.4BSD/usr/src/usr.bin/diction/style1/abbrev.c

Compare this file to the similar file:
Show the results in this format:

/*-
 * This module is believed to contain source code proprietary to AT&T.
 * Use and redistribution is subject to the Berkeley Software License
 * Agreement and your Software Agreement with AT&T (Western Electric).
 *
 *	@(#)abbrev.c	8.1 (Berkeley) 6/6/93
 */

struct dict abbrev_d[] = {
"St",'N',
"Dr",'N',
"Drs",'N',
"Mr",'N',
"Mrs",'N',
"Ms",'N',
"Rev",'N',
"No",'Y',
"Nos",'Y',
"NO",'Y',
"NOs",'Y',
"no",'Y',
"Fig",'Y',
"Figs",'Y',
"Dept",'Y',
"Depts",'Y',
"dept",'Y',
"depts",'Y',
"Eq",'Y',
"Eqs",'Y',
"eq",'Y',
"eqs",'Y',
"dB",'Y',
"vs",'P',
"in",'Y',
"ft",'Y',
"yr",'Y',
"ckts",'Y',
"mi",'Y',
"Jr",'J',
"jr",'J',
"Ch",'Y',
"ch",'Y',
"Ref",'Y',
"Refs",'Y',
"ref",'Y',
"refs",'Y',
"Inc",'J',
"Co",'N',
"Corp",'N',
"Jan",'N',
"Feb",'N',
"Mar",'N',
"Apr",'N',
"Jun",'N',
"Aug",'N',
"Sept",'N',
"Oct",'N',
"Nov",'N',
"Dec",'N',
"Sen",'Y',
"Sens",'Y',
"Rep",'Y',
"Hon",'Y',
"Gov",'Y',
"Lt",'Y',
"Col",'Y',
"Comdr",'Y',
"Cmdr",'Y',
"Capt",'Y',
"Calif",'N',
"Ky",'N',
"Va",'N',
0,0
};