Deleted Added
full compact
scanner.l (17684) scanner.l (17749)
1%{
2/*
3 * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that: (1) source code distributions
8 * retain the above copyright notice and this paragraph in its entirety, (2)

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

95
96atalk return ATALK;
97decnet return DECNET;
98lat return LAT;
99sca return SCA;
100moprc return MOPRC;
101mopdl return MOPDL;
102
1%{
2/*
3 * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that: (1) source code distributions
8 * retain the above copyright notice and this paragraph in its entirety, (2)

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

95
96atalk return ATALK;
97decnet return DECNET;
98lat return LAT;
99sca return SCA;
100moprc return MOPRC;
101mopdl return MOPDL;
102
103iso return ISO;
104esis return ESIS;
105es-is return ESIS;
106isis return ISIS;
107is-is return ISIS;
108
103host return HOST;
104net return NET;
105mask return MASK;
106port return PORT;
107proto return PROTO;
108
109gateway return GATEWAY;
110

--- 91 unchanged lines hidden ---
109host return HOST;
110net return NET;
111mask return MASK;
112port return PORT;
113proto return PROTO;
114
115gateway return GATEWAY;
116

--- 91 unchanged lines hidden ---