WizardsToolkit  1.0.7
token.c File Reference
#include "wizard/studio.h"
#include "wizard/exception.h"
#include "wizard/exception-private.h"
#include "wizard/locale_.h"
#include "wizard/string_.h"
#include "wizard/string-private.h"
#include "wizard/token.h"
#include "wizard/utility.h"
Include dependency graph for token.c:

Go to the source code of this file.

Data Structures

struct  _TokenInfo

Functions

WizardExport void GetWizardToken (const char *start, const char **end, char *token)
WizardExport WizardBooleanType GlobExpression (const char *expression, const char *pattern, const WizardBooleanType case_insensitive)
WizardExport WizardBooleanType IsGlob (const char *path)

Function Documentation

WizardExport void GetWizardToken ( const char *  start,
const char **  end,
char *  token 
)

Definition at line 99 of file token.c.

References StringToDouble(), DirectorySeparator, LocaleNCompare(), CopyWizardString(), and MaxTextExtent.

Referenced by LoadLogList().

WizardExport WizardBooleanType GlobExpression ( const char *  expression,
const char *  pattern,
const WizardBooleanType  case_insensitive 
)
WizardExport WizardBooleanType IsGlob ( const char *  path)

Definition at line 487 of file token.c.

References IsAccessible(), WizardFalse, and WizardTrue.