gwenhywfar  5.10.1
Functions
p_options.c File Reference
#include "gwenbuild/parser/p_options.h"
#include "gwenbuild/parser/parser.h"
#include "gwenbuild/types/option.h"
#include <gwenhywfar/debug.h>
#include <gwenhywfar/text.h>
#include <ctype.h>
Include dependency graph for p_options.c:

Go to the source code of this file.

Functions

int _checkAgainstGivenOption (GWB_PROJECT *project, GWB_CONTEXT *currentContext, GWB_OPTION *option)
 
int _checkStringListOption (GWB_PROJECT *project, GWB_OPTION *option, GWB_CONTEXT *currentContext, const char *givenValue)
 
int _checkStringOption (GWB_OPTION *option, GWB_CONTEXT *currentContext, const char *givenValue)
 
int GWB_ParseOption (GWB_PROJECT *project, GWB_CONTEXT *currentContext, GWEN_XMLNODE *xmlNode)
 

Function Documentation

◆ _checkAgainstGivenOption()

int _checkAgainstGivenOption ( GWB_PROJECT project,
GWB_CONTEXT currentContext,
GWB_OPTION option 
)

◆ _checkStringListOption()

int _checkStringListOption ( GWB_PROJECT project,
GWB_OPTION option,
GWB_CONTEXT currentContext,
const char *  givenValue 
)

◆ _checkStringOption()

int _checkStringOption ( GWB_OPTION option,
GWB_CONTEXT currentContext,
const char *  givenValue 
)

◆ GWB_ParseOption()

int GWB_ParseOption ( GWB_PROJECT project,
GWB_CONTEXT currentContext,
GWEN_XMLNODE xmlNode 
)