apmdparse.y (c7012f4a11b48bf77823f24d247cac20df091f0c) | apmdparse.y (00774f35493e67d4a261ca5a847ba805c8ecf3fe) |
---|---|
1%{ 2/*- 3 * APM (Advanced Power Management) Event Dispatcher 4 * 5 * Copyright (c) 1999 Mitsuru IWASAKI <iwasaki@FreeBSD.org> 6 * Copyright (c) 1999 KOIE Hidetaka <koie@suri.co.jp> 7 * All rights reserved. 8 * --- 16 unchanged lines hidden (view full) --- 25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 28 * SUCH DAMAGE. 29 * 30 * $FreeBSD$ 31 */ 32 | 1%{ 2/*- 3 * APM (Advanced Power Management) Event Dispatcher 4 * 5 * Copyright (c) 1999 Mitsuru IWASAKI <iwasaki@FreeBSD.org> 6 * Copyright (c) 1999 KOIE Hidetaka <koie@suri.co.jp> 7 * All rights reserved. 8 * --- 16 unchanged lines hidden (view full) --- 25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 28 * SUCH DAMAGE. 29 * 30 * $FreeBSD$ 31 */ 32 |
33#include <sys/types.h> |
|
33#include <stdio.h> 34#include <bitstring.h> 35#include <stdlib.h> 36#include <string.h> 37#include "apmd.h" 38 39#ifdef DEBUG 40#define YYDEBUG 1 --- 165 unchanged lines hidden --- | 34#include <stdio.h> 35#include <bitstring.h> 36#include <stdlib.h> 37#include <string.h> 38#include "apmd.h" 39 40#ifdef DEBUG 41#define YYDEBUG 1 --- 165 unchanged lines hidden --- |