cmd_batch

Synopsis

    
    #include "cmdalgo.h"
    int cmd_batch( char *cmd, int test );
    void cmd_init( void );
    

Description

cmd_init() and cmd_batch() are generated by CMDGEN. cmd_init() resets the parser to its start state. cmd_batch() provides an input string that the parser will act on. If test is non-zero, no actions associated with the command will be executed.

Returns

cmd_batch() returns the same error codes as ci_sendcmd().

See Also

Command Server and Client functions.

Source File

/usr/local/src/nortlib/cis.c

Alphabetical List
Subject List
Return to Manuals Page
webmaster@huarp.harvard.edu
Copyright 2001 by the President and Fellows of Harvard College