/* * * Command Language Interface definitions. */ #ifndef _CLIDEF_H #define _CLIDEF_H /* This module defines the offset values for the data structures used to communicated command information between the CLI and the utility that was requested to perform the operation. */ #define CLI$V_DEBUG 0 #define CLI$V_DBGTRU 1 #define CLI$V_VERIFY 2 #define CLI$V_BATCH 3 #define CLI$V_INDIRECT 4 #define CLI$V_VFYINP 5 #define CLI$M_DEBUG (1<