Main Page   Interface   Data Structures   File List   Data Fields   Globals  

CLI_present.c File Reference

Implements the CLI_present function. More...

#include <stdio.h>
#include "CLI/CLI_pubdefs.h"
#include "CLI_prvdefs.h"

Functions

unsigned int CLI_present (CLI_Control *ctl, const char *text)
 Test for the presence of a qualifier. More...


Detailed Description

Implements the CLI_present function.


Function Documentation

unsigned int CLI_present CLI_Control   ctl,
const char *    text
 

Test for the presence of a qualifier.

Parameters:
ctl  (Opaque) pointer to CLI control structure
text  Text of the qualifier for which to search
Return values:
CLI_ABSENT  Qualifier is absent
CLI_NEGATED  Qualifier is present in its negated form
CLI_NOTCTL  (Opaque) pointer does not point to CLI control structure
CLI_PRESENT  Qualifier is present


Generated on Tue Nov 5 12:16:41 2002 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002