Deleted Added
full compact
lex.h (65759) lex.h (74118)
1/*-
2 * Copyright (c) 1994-1995 S�ren Schmidt
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
1/*-
2 * Copyright (c) 1994-1995 S�ren Schmidt
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * $FreeBSD: head/usr.sbin/kbdcontrol/lex.h 65759 2000-09-11 20:37:42Z dwmalone $
28 * $FreeBSD: head/usr.sbin/kbdcontrol/lex.h 74118 2001-03-11 22:51:05Z ache $
29 */
30
31#define TNOP 256
32#define TLSH 257
33#define TRSH 258
34#define TCLK 259
35#define TNLK 260
36#define TSLK 261

--- 21 unchanged lines hidden (view full) ---

58#define TLSHA 283
59#define TRSHA 284
60#define TLCTRA 285
61#define TRCTRA 286
62#define TLALTA 287
63#define TRALTA 288
64#define THALT 289
65#define TPDWN 290
29 */
30
31#define TNOP 256
32#define TLSH 257
33#define TRSH 258
34#define TCLK 259
35#define TNLK 260
36#define TSLK 261

--- 21 unchanged lines hidden (view full) ---

58#define TLSHA 283
59#define TRSHA 284
60#define TLCTRA 285
61#define TRCTRA 286
62#define TLALTA 287
63#define TRALTA 288
64#define THALT 289
65#define TPDWN 290
66#define TPASTE 291
66
67extern int number;
68extern char letter;
69extern FILE *yyin;
67
68extern int number;
69extern char letter;
70extern FILE *yyin;