The sqlcode.l
File Reference
Included Headers
Classes Index
struct | sqlcodeYY_state |
struct | Private |
Typedefs Index
typedef | yyguts_t * yyscan_t |
Functions Index
static const char * | stateToString (int state) |
static void | setCurrentDoc (yyscan_t yyscanner, const QCString &anchor) |
static void | startCodeLine (yyscan_t yyscanner) |
static void | endFontClass (yyscan_t yyscanner) |
static void | endCodeLine (yyscan_t yyscanner) |
static void | nextCodeLine (yyscan_t yyscanner) |
static void | codifyLines (yyscan_t yyscanner, const char *text) |
static void | startFontClass (yyscan_t yyscanner, const char *s) |
static int | countLines (yyscan_t yyscanner) |
static int | yyread (yyscan_t yyscanner, char *buf, int max_size) |
static const char * | getLexerFILE () |
int | yylex (yyscan_t yyscanner) |
Macro Definitions Index
#define | YY_TYPEDEF_YY_SCANNER_T |
#define | YY_NEVER_INTERACTIVE 1 |
#define | YY_NO_INPUT 1 |
#define | YY_NO_UNISTD_H 1 |
#define | YY_INPUT(buf, result, max_size) result=yyread(yyscanner,buf,max_size); |
Functions
codifyLines()
| static |
Definition at line 310 of file sqlcode.l.
Reference nextCodeLine.
countLines()
| static |
counts the number of lines in the input
Definition at line 345 of file sqlcode.l.
endCodeLine()
| static |
Definition at line 287 of file sqlcode.l.
Reference endFontClass.
endFontClass()
| static |
Definition at line 277 of file sqlcode.l.
getLexerFILE()
| inline static |
Definition at line 92 of file sqlcode.l.
nextCodeLine()
| static |
Definition at line 295 of file sqlcode.l.
References endCodeLine and startCodeLine.
setCurrentDoc()
Definition at line 210 of file sqlcode.l.
Reference Doxygen::searchIndex.
startCodeLine()
| static |
start a new line of code, inserting a line number if yyextra->sourceFileDef is true. If a definition starts at the current line, then the line number is linked to the documentation of that definition.
Definition at line 230 of file sqlcode.l.
References Definition::getOutputFileBase, Definition::getReference, Definition::isLinkableInProject, Definition::name, setCurrentDoc and QCString::sprintf.
startFontClass()
| static |
Definition at line 336 of file sqlcode.l.
Reference endFontClass.
stateToString()
| static |
Definition at line 76 of file sqlcode.l.
yylex()
|
Definition at line 133 of file sqlcode.l.
yyread()
| static |
Definition at line 364 of file sqlcode.l.
Macro Definitions
YY_INPUT
|
YY_NEVER_INTERACTIVE
|
YY_NO_INPUT
YY_NO_UNISTD_H
YY_TYPEDEF_YY_SCANNER_T
Generated via doxygen2docusaurus by Doxygen 1.14.0.