lex_test.c revision dafcb997e390efa4423883dafd100c975c4095d6
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
e2d579a02171396d24b1b5fc5ad238d85cabd134Danny Mayer * Copyright (C) 1998-2001 Internet Software Consortium.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Permission to use, copy, modify, and distribute this software for any
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * purpose with or without fee is hereby granted, provided that the above
e2d579a02171396d24b1b5fc5ad238d85cabd134Danny Mayer * copyright notice and this permission notice appear in all copies.
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
e2d579a02171396d24b1b5fc5ad238d85cabd134Danny Mayer * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
e2d579a02171396d24b1b5fc5ad238d85cabd134Danny Mayer * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
c4958494a98a59ce25e9fecad76a9ab0e36cc59fDanny Mayer * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
e2d579a02171396d24b1b5fc5ad238d85cabd134Danny Mayer * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
28b863e609ff2d97b78663b46894494cfa2ea411Mark Andrews * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
e76d4c91bfadf823f04dcca1c1c5bcc14c67671dAndreas Gustafsson * PERFORMANCE OF THIS SOFTWARE.
e76d4c91bfadf823f04dcca1c1c5bcc14c67671dAndreas Gustafsson/* $Id: lex_test.c,v 1.19 2004/03/05 04:58:37 marka Exp $ */
#include <config.h>
case isc_tokentype_unknown:
case isc_tokentype_string:
case isc_tokentype_number:
case isc_tokentype_qstring:
case isc_tokentype_eol:
case isc_tokentype_eof:
case isc_tokentype_initialws:
case isc_tokentype_special:
case isc_tokentype_nomore:
int quiet = 0;
int stats = 0;
unsigned int options = 0;
int done = 0;
masterfile = 0;
if (masterfile) {
if (!quiet) {