|
gwenhywfar 5.12.0
|
#include "gwenbuild/parser/p_checkcompiler.h"#include "gwenbuild/parser/parser.h"#include "gwenbuild/tools/trycompile.h"#include <gwenhywfar/debug.h>#include <ctype.h>
Go to the source code of this file.
Functions | |
| static int | _parseArg (GWB_CONTEXT *currentContext, GWEN_XMLNODE *xmlNode) |
| static int | _parseChildNodes (GWB_CONTEXT *currentContext, GWEN_XMLNODE *xmlNode) |
| int | GWB_ParseCheckCompiler (GWEN_UNUSED GWB_PROJECT *project, GWB_CONTEXT *currentContext, GWEN_XMLNODE *xmlNode) |
|
static |
Definition at line 82 of file p_checkcompiler.c.
References DBG_ERROR, DBG_INFO, GWB_Context_GetVars(), GWB_Parser_ReadXmlDataIntoBufferAndExpand(), GWB_Tools_CheckCompilerArgs(), GWEN_Buffer_GetStart(), GWEN_DB_FLAGS_OVERWRITE_VARS, GWEN_DB_SetCharValue(), GWEN_ERROR_GENERIC, GWEN_XMLNode_ExpandProperties(), GWEN_XMLNode_GetProperty(), and NULL.
Referenced by _parseChildNodes().


|
static |
Definition at line 48 of file p_checkcompiler.c.
References _parseArg(), DBG_DEBUG, DBG_ERROR, DBG_INFO, GWEN_LOGDOMAIN, GWEN_XMLNode_GetData(), GWEN_XMLNode_GetFirstTag(), GWEN_XMLNode_GetNextTag(), and NULL.
Referenced by _parseChildNodes(), _parseChildNodes(), _parseChildNodes(), and GWB_ParseCheckCompiler().


| int GWB_ParseCheckCompiler | ( | GWEN_UNUSED GWB_PROJECT * | project, |
| GWB_CONTEXT * | currentContext, | ||
| GWEN_XMLNODE * | xmlNode ) |
Definition at line 33 of file p_checkcompiler.c.
References _parseChildNodes(), DBG_INFO, GWEN_UNUSED, and NULL.
Referenced by _parseChildNodes().

