1: /*
2: * Copyright (c) 1980 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: *
6: * @(#)vfont.h 5.1 (Berkeley) 5/30/85
7: */
8:
9: /*
10: * The structures header and dispatch define the format of a font file.
11: *
12: * See vfont(5) for more details.
13: */
14: struct {
15: short magic;
16: unsigned short size;
17: short maxx;
18: short maxy;
19: short xtend;
20: };
21:
22: struct dispatch {
23: unsigned short addr;
24: short nbytes;
25: char up,down,left,right;
26: short width;
27: };
Defined struct's
dispatch
defined in line
22; used 54 times
- in /usr/src/old/fcvt.c line
16(2)
- in /usr/src/old/fed/fed.h line
64(2)
- in /usr/src/old/fed/io.c line
288(2)
- in /usr/src/old/vpr/rvcat.c line
65-70(4),
771(2),
837(2)
- in /usr/src/old/vpr/vcat.c line
50-55(4),
744(2),
810(2)
- in /usr/src/old/vpr/vfontinfo.c line
14(2)
- in /usr/src/usr.lib/lpr/filters/fcvt.c line
24(2)
- in /usr/src/usr.lib/lpr/filters/rotate.c line
27(2),
79(2)
- in /usr/src/usr.lib/lpr/filters/rotprt.c line
27(2),
56(2)
- in /usr/src/usr.lib/lpr/filters/rvcat.c line
59-64(4),
697(2),
759(2)
- in /usr/src/usr.lib/lpr/filters/vcat.c line
45-50(4),
666(2),
728(2)
- in /usr/src/usr.lib/lpr/filters/vfontinfo.c line
23(2)
- in /usr/src/usr.lib/lpr/filters/vplotf.c line
66(2)
defined in line
14; used 24 times
Usage of this include