/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. * See the License for the specific language governing permissions * and limitations under the License. * * When distributing Covered Code, include this CDDL HEADER in each * file and include the License file at usr/src/OPENSOLARIS.LICENSE. * If applicable, add the following below this CDDL HEADER, with the * fields enclosed by brackets "[]" replaced with your own identifying * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END */ /* * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, Chris Fraire . */ /* * nwamcfg is a lex/yacc based command interpreter used to manage network * configurations. The lexer (see nwamcfg_lex.l) builds up tokens, which * the grammar (see nwamcfg_grammar.y) builds up into commands, some of * which takes resources and/or properties as arguments. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "nwamcfg.h" #if !defined(TEXT_DOMAIN) /* should be defined by cc -D */ #define TEXT_DOMAIN "SYS_TEST" /* Use this only if it wasn't */ #endif struct help { uint_t cmd_num; const char *cmd_name; const char *cmd_usage; }; extern int yyparse(void); extern int lex_lineno; #define MAX_LINE_LEN 1024 #define MAX_CMD_HIST 1024 /* usage of commands */ #define SHELP_CANCEL "cancel" #define SHELP_CLEAR "clear " #define SHELP_COMMIT "commit" #define SHELP_CREATE "create [-t