#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <iostream>
#include "OSConfig.h"
#include "OSErrorClass.h"
#include <sstream>
#include "OSOptionsStruc.h"
#include <unistd.h>
Go to the source code of this file.
Classes | |
struct | yy_buffer_state |
struct | yy_trans_info |
struct | yyguts_t |
Defines | |
#define | YY_INT_ALIGNED short int |
#define | FLEX_SCANNER |
#define | YY_FLEX_MAJOR_VERSION 2 |
#define | YY_FLEX_MINOR_VERSION 5 |
#define | YY_FLEX_SUBMINOR_VERSION 33 |
#define | FLEX_BETA |
#define | INT8_MIN (-128) |
#define | INT16_MIN (-32767-1) |
#define | INT32_MIN (-2147483647-1) |
#define | INT8_MAX (127) |
#define | INT16_MAX (32767) |
#define | INT32_MAX (2147483647) |
#define | UINT8_MAX (255U) |
#define | UINT16_MAX (65535U) |
#define | UINT32_MAX (4294967295U) |
#define | yyconst |
#define | YY_NULL 0 |
#define | YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) |
#define | yyin yyg->yyin_r |
#define | yyout yyg->yyout_r |
#define | yyextra yyg->yyextra_r |
#define | yyleng yyg->yyleng_r |
#define | yytext yyg->yytext_r |
#define | yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) |
#define | yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column) |
#define | yy_flex_debug yyg->yy_flex_debug_r |
#define | BEGIN yyg->yy_start = 1 + 2 * |
#define | YY_START ((yyg->yy_start - 1) / 2) |
#define | YYSTATE YY_START |
#define | YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) |
#define | YY_NEW_FILE osssrestart(yyin ,yyscanner ) |
#define | YY_END_OF_BUFFER_CHAR 0 |
#define | YY_BUF_SIZE 16384 |
#define | YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) |
#define | EOB_ACT_CONTINUE_SCAN 0 |
#define | EOB_ACT_END_OF_FILE 1 |
#define | EOB_ACT_LAST_MATCH 2 |
#define | YY_LESS_LINENO(n) |
#define | yyless(n) |
#define | unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) |
#define | YY_BUFFER_NEW 0 |
#define | YY_BUFFER_NORMAL 1 |
#define | YY_BUFFER_EOF_PENDING 2 |
#define | YY_CURRENT_BUFFER |
#define | YY_CURRENT_BUFFER_LVALUE yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] |
#define | YY_FLUSH_BUFFER osss_flush_buffer(YY_CURRENT_BUFFER ,yyscanner) |
#define | yy_new_buffer osss_create_buffer |
#define | yy_set_interactive(is_interactive) |
#define | yy_set_bol(at_bol) |
#define | YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) |
#define | ossswrap(n) 1 |
#define | YY_SKIP_YYWRAP |
#define | yytext_ptr yytext_r |
#define | YY_DO_BEFORE_ACTION |
#define | YY_NUM_RULES 20 |
#define | YY_END_OF_BUFFER 21 |
#define | REJECT reject_used_but_not_detected |
#define | yymore() yymore_used_but_not_detected |
#define | YY_MORE_ADJ 0 |
#define | YY_RESTORE_YY_MORE_OFFSET |
#define | PARSERDEBUG |
#define | YY_PRINT printf("%s", yytext); |
#define | YY_EXTRA_TYPE struct osOptionsStruc* |
#define | INITIAL 0 |
#define | YY_READ_BUF_SIZE 8192 |
#define | ECHO (void) fwrite( yytext, yyleng, 1, yyout ) |
#define | YY_INPUT(buf, result, max_size) |
#define | yyterminate() return YY_NULL |
#define | YY_START_STACK_INCR 25 |
#define | YY_FATAL_ERROR(msg) yy_fatal_error( msg , yyscanner) |
#define | YY_DECL_IS_OURS 1 |
#define | YY_DECL int ossslex (yyscan_t yyscanner) |
#define | YY_BREAK break; |
#define | YY_RULE_SETUP YY_USER_ACTION |
#define | YY_EXIT_FAILURE 2 |
#define | yyless(n) |
#define | YYTABLES_NAME "yytables" |
Typedefs | |
typedef signed char | flex_int8_t |
typedef short int | flex_int16_t |
typedef int | flex_int32_t |
typedef unsigned char | flex_uint8_t |
typedef unsigned short int | flex_uint16_t |
typedef unsigned int | flex_uint32_t |
typedef void * | yyscan_t |
typedef struct yy_buffer_state * | YY_BUFFER_STATE |
typedef unsigned int | yy_size_t |
typedef unsigned char | YY_CHAR |
typedef int | yy_state_type |
Functions | |
int | ossslex_init (yyscan_t *scanner) |
void | osssrestart (FILE *input_file, yyscan_t yyscanner) |
void | osss_switch_to_buffer (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner) |
YY_BUFFER_STATE | osss_create_buffer (FILE *file, int size, yyscan_t yyscanner) |
void | osss_delete_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner) |
void | osss_flush_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner) |
Discard all buffered characters. | |
void | ossspush_buffer_state (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner) |
Pushes the new state onto the stack. | |
void | ossspop_buffer_state (yyscan_t yyscanner) |
Removes and deletes the top of the stack, if present. | |
static void | osssensure_buffer_stack (yyscan_t yyscanner) |
static void | osss_load_buffer_state (yyscan_t yyscanner) |
static void | osss_init_buffer (YY_BUFFER_STATE b, FILE *file, yyscan_t yyscanner) |
The main scanner function which does all the work. | |
YY_BUFFER_STATE | osss_scan_buffer (char *base, yy_size_t size, yyscan_t yyscanner) |
Setup the input buffer state to scan directly from a user-specified character buffer. | |
YY_BUFFER_STATE | osss_scan_string (yyconst char *yystr, yyscan_t yyscanner) |
Setup the input buffer state to scan a string. | |
YY_BUFFER_STATE | osss_scan_bytes (yyconst char *yybytes, int _yybytes_len, yyscan_t yyscanner) |
Setup the input buffer state to scan the given bytes. | |
void * | osssalloc (yy_size_t, yyscan_t yyscanner) |
void * | osssrealloc (void *, yy_size_t, yyscan_t yyscanner) |
void | osssfree (void *, yyscan_t yyscanner) |
static yy_state_type | yy_get_previous_state (yyscan_t yyscanner) |
static yy_state_type | yy_try_NUL_trans (yy_state_type current_state, yyscan_t yyscanner) |
static int | yy_get_next_buffer (yyscan_t yyscanner) |
static void | yy_fatal_error (yyconst char msg[], yyscan_t yyscanner) |
void | setyyextra (osOptionsStruc *osoptions, void *scanner) |
static int | yy_init_globals (yyscan_t yyscanner) |
int | ossslex_destroy (yyscan_t yyscanner) |
int | osssget_debug (yyscan_t yyscanner) |
void | osssset_debug (int debug_flag, yyscan_t yyscanner) |
YY_EXTRA_TYPE | osssget_extra (yyscan_t yyscanner) |
Get the user-defined data for this scanner. | |
void | osssset_extra (YY_EXTRA_TYPE user_defined, yyscan_t yyscanner) |
Set the user-defined data. | |
FILE * | osssget_in (yyscan_t yyscanner) |
Get the input stream. | |
void | osssset_in (FILE *in_str, yyscan_t yyscanner) |
Set the input stream. | |
FILE * | osssget_out (yyscan_t yyscanner) |
Get the output stream. | |
void | osssset_out (FILE *out_str, yyscan_t yyscanner) |
int | osssget_leng (yyscan_t yyscanner) |
Get the length of the current token. | |
char * | osssget_text (yyscan_t yyscanner) |
Get the current token. | |
int | osssget_lineno (yyscan_t yyscanner) |
Get the current line number. | |
void | osssset_lineno (int line_number, yyscan_t yyscanner) |
Set the current line number. | |
static void | yyunput (int c, char *buf_ptr, yyscan_t yyscanner) |
static int | input (yyscan_t yyscanner) |
int | ossslex (yyscan_t yyscanner) |
static void | yy_fatal_error (yyconst char *msg, yyscan_t yyscanner) |
int | osssget_column (yyscan_t yyscanner) |
Get the current column number. | |
void | osssset_column (int column_no, yyscan_t yyscanner) |
Set the current column. | |
Variables | |
static yyconst flex_int16_t | yy_accept [184] |
static yyconst flex_int32_t | yy_ec [256] |
static yyconst flex_int32_t | yy_meta [34] |
static yyconst flex_int16_t | yy_base [209] |
static yyconst flex_int16_t | yy_def [209] |
static yyconst flex_int16_t | yy_nxt [353] |
static yyconst flex_int16_t | yy_chk [353] |
static yyconst flex_int32_t | yy_rule_can_match_eol [21] |
#define YY_INT_ALIGNED short int |
Definition at line 5 of file OSParseosss.cpp.
#define FLEX_SCANNER |
Definition at line 9 of file OSParseosss.cpp.
#define YY_FLEX_MAJOR_VERSION 2 |
Definition at line 10 of file OSParseosss.cpp.
#define YY_FLEX_MINOR_VERSION 5 |
Definition at line 11 of file OSParseosss.cpp.
#define YY_FLEX_SUBMINOR_VERSION 33 |
Definition at line 12 of file OSParseosss.cpp.
#define FLEX_BETA |
Definition at line 14 of file OSParseosss.cpp.
#define INT8_MIN (-128) |
Definition at line 61 of file OSParseosss.cpp.
#define INT16_MIN (-32767-1) |
Definition at line 64 of file OSParseosss.cpp.
#define INT32_MIN (-2147483647-1) |
Definition at line 67 of file OSParseosss.cpp.
#define INT8_MAX (127) |
Definition at line 70 of file OSParseosss.cpp.
#define INT16_MAX (32767) |
Definition at line 73 of file OSParseosss.cpp.
#define INT32_MAX (2147483647) |
Definition at line 76 of file OSParseosss.cpp.
#define UINT8_MAX (255U) |
Definition at line 79 of file OSParseosss.cpp.
#define UINT16_MAX (65535U) |
Definition at line 82 of file OSParseosss.cpp.
#define UINT32_MAX (4294967295U) |
Definition at line 85 of file OSParseosss.cpp.
#define yyconst |
Definition at line 107 of file OSParseosss.cpp.
#define YY_NULL 0 |
Definition at line 111 of file OSParseosss.cpp.
#define YY_SC_TO_UI | ( | c | ) | ((unsigned int) (unsigned char) c) |
Definition at line 118 of file OSParseosss.cpp.
#define yyin yyg->yyin_r |
Definition at line 128 of file OSParseosss.cpp.
#define yyout yyg->yyout_r |
Definition at line 129 of file OSParseosss.cpp.
#define yyextra yyg->yyextra_r |
Definition at line 130 of file OSParseosss.cpp.
#define yyleng yyg->yyleng_r |
Definition at line 131 of file OSParseosss.cpp.
#define yytext yyg->yytext_r |
Definition at line 132 of file OSParseosss.cpp.
#define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) |
Definition at line 133 of file OSParseosss.cpp.
#define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column) |
Definition at line 134 of file OSParseosss.cpp.
#define yy_flex_debug yyg->yy_flex_debug_r |
Definition at line 135 of file OSParseosss.cpp.
#define BEGIN yyg->yy_start = 1 + 2 * |
Definition at line 143 of file OSParseosss.cpp.
#define YY_START ((yyg->yy_start - 1) / 2) |
Definition at line 149 of file OSParseosss.cpp.
#define YYSTATE YY_START |
Definition at line 150 of file OSParseosss.cpp.
#define YY_STATE_EOF | ( | state | ) | (YY_END_OF_BUFFER + state + 1) |
Definition at line 153 of file OSParseosss.cpp.
#define YY_NEW_FILE osssrestart(yyin ,yyscanner ) |
Definition at line 156 of file OSParseosss.cpp.
#define YY_END_OF_BUFFER_CHAR 0 |
Definition at line 158 of file OSParseosss.cpp.
#define YY_BUF_SIZE 16384 |
Definition at line 162 of file OSParseosss.cpp.
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) |
Definition at line 167 of file OSParseosss.cpp.
#define EOB_ACT_CONTINUE_SCAN 0 |
Definition at line 174 of file OSParseosss.cpp.
#define EOB_ACT_END_OF_FILE 1 |
Definition at line 175 of file OSParseosss.cpp.
#define EOB_ACT_LAST_MATCH 2 |
Definition at line 176 of file OSParseosss.cpp.
#define YY_LESS_LINENO | ( | n | ) |
Value:
do { \ int yyl;\ for ( yyl = n; yyl < yyleng; ++yyl )\ if ( yytext[yyl] == '\n' )\ --yylineno;\ }while(0)
Definition at line 185 of file OSParseosss.cpp.
#define yyless | ( | n | ) |
Value:
do \ { \ /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = yyg->yy_hold_char; \ YY_RESTORE_YY_MORE_OFFSET \ yyg->yy_c_buf_p = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up yytext again */ \ } \ while ( 0 )
Definition at line 2117 of file OSParseosss.cpp.
#define unput | ( | c | ) | yyunput( c, yyg->yytext_ptr , yyscanner ) |
Definition at line 207 of file OSParseosss.cpp.
#define YY_BUFFER_NEW 0 |
Definition at line 267 of file OSParseosss.cpp.
#define YY_BUFFER_NORMAL 1 |
Definition at line 268 of file OSParseosss.cpp.
#define YY_BUFFER_EOF_PENDING 2 |
Definition at line 279 of file OSParseosss.cpp.
#define YY_CURRENT_BUFFER |
Value:
( yyg->yy_buffer_stack \ ? yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] \ : NULL)
Definition at line 290 of file OSParseosss.cpp.
#define YY_CURRENT_BUFFER_LVALUE yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] |
Definition at line 297 of file OSParseosss.cpp.
#define YY_FLUSH_BUFFER osss_flush_buffer(YY_CURRENT_BUFFER ,yyscanner) |
Definition at line 311 of file OSParseosss.cpp.
#define yy_new_buffer osss_create_buffer |
Definition at line 321 of file OSParseosss.cpp.
#define yy_set_interactive | ( | is_interactive | ) |
Value:
{ \ if ( ! YY_CURRENT_BUFFER ){ \ osssensure_buffer_stack (yyscanner); \ YY_CURRENT_BUFFER_LVALUE = \ osss_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ }
Definition at line 323 of file OSParseosss.cpp.
#define yy_set_bol | ( | at_bol | ) |
Value:
{ \ if ( ! YY_CURRENT_BUFFER ){\ osssensure_buffer_stack (yyscanner); \ YY_CURRENT_BUFFER_LVALUE = \ osss_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ }
Definition at line 333 of file OSParseosss.cpp.
#define YY_AT_BOL | ( | ) | (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) |
Definition at line 343 of file OSParseosss.cpp.
#define ossswrap | ( | n | ) | 1 |
Definition at line 347 of file OSParseosss.cpp.
#define YY_SKIP_YYWRAP |
Definition at line 348 of file OSParseosss.cpp.
#define yytext_ptr yytext_r |
Definition at line 354 of file OSParseosss.cpp.
#define YY_DO_BEFORE_ACTION |
Value:
yyg->yytext_ptr = yy_bp; \ yyleng = (size_t) (yy_cp - yy_bp); \ yyg->yy_hold_char = *yy_cp; \ *yy_cp = '\0'; \ yyg->yy_c_buf_p = yy_cp;
Definition at line 364 of file OSParseosss.cpp.
#define YY_NUM_RULES 20 |
Definition at line 371 of file OSParseosss.cpp.
#define YY_END_OF_BUFFER 21 |
Definition at line 372 of file OSParseosss.cpp.
#define REJECT reject_used_but_not_detected |
Definition at line 593 of file OSParseosss.cpp.
#define yymore | ( | ) | yymore_used_but_not_detected |
Definition at line 594 of file OSParseosss.cpp.
#define YY_MORE_ADJ 0 |
Definition at line 595 of file OSParseosss.cpp.
#define YY_RESTORE_YY_MORE_OFFSET |
Definition at line 596 of file OSParseosss.cpp.
#define PARSERDEBUG |
Definition at line 648 of file OSParseosss.cpp.
#define YY_PRINT printf("%s", yytext); |
Definition at line 650 of file OSParseosss.cpp.
#define YY_EXTRA_TYPE struct osOptionsStruc* |
Definition at line 666 of file OSParseosss.cpp.
#define INITIAL 0 |
Definition at line 699 of file OSParseosss.cpp.
#define YY_READ_BUF_SIZE 8192 |
Definition at line 812 of file OSParseosss.cpp.
#define ECHO (void) fwrite( yytext, yyleng, 1, yyout ) |
Definition at line 820 of file OSParseosss.cpp.
#define YY_INPUT | ( | buf, | |||
result, | |||||
max_size | ) |
Value:
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( yyin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(yyin); \ } \ }\ \
Definition at line 827 of file OSParseosss.cpp.
#define yyterminate | ( | ) | return YY_NULL |
Definition at line 864 of file OSParseosss.cpp.
#define YY_START_STACK_INCR 25 |
Definition at line 869 of file OSParseosss.cpp.
#define YY_FATAL_ERROR | ( | msg | ) | yy_fatal_error( msg , yyscanner) |
Definition at line 874 of file OSParseosss.cpp.
#define YY_DECL_IS_OURS 1 |
Definition at line 883 of file OSParseosss.cpp.
#define YY_DECL int ossslex (yyscan_t yyscanner) |
Definition at line 887 of file OSParseosss.cpp.
#define YY_BREAK break; |
Definition at line 899 of file OSParseosss.cpp.
#define YY_RULE_SETUP YY_USER_ACTION |
Definition at line 902 of file OSParseosss.cpp.
#define YY_EXIT_FAILURE 2 |
Definition at line 2105 of file OSParseosss.cpp.
#define yyless | ( | n | ) |
Value:
do \ { \ /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ yytext[yyleng] = yyg->yy_hold_char; \ yyg->yy_c_buf_p = yytext + yyless_macro_arg; \ yyg->yy_hold_char = *yyg->yy_c_buf_p; \ *yyg->yy_c_buf_p = '\0'; \ yyleng = yyless_macro_arg; \ } \ while ( 0 )
Definition at line 2117 of file OSParseosss.cpp.
#define YYTABLES_NAME "yytables" |
Definition at line 2414 of file OSParseosss.cpp.
typedef signed char flex_int8_t |
Definition at line 51 of file OSParseosss.cpp.
typedef short int flex_int16_t |
Definition at line 52 of file OSParseosss.cpp.
typedef int flex_int32_t |
Definition at line 53 of file OSParseosss.cpp.
typedef unsigned char flex_uint8_t |
Definition at line 54 of file OSParseosss.cpp.
typedef unsigned short int flex_uint16_t |
Definition at line 55 of file OSParseosss.cpp.
typedef unsigned int flex_uint32_t |
Definition at line 56 of file OSParseosss.cpp.
typedef void* yyscan_t |
Definition at line 123 of file OSParseosss.cpp.
typedef struct yy_buffer_state* YY_BUFFER_STATE |
Definition at line 171 of file OSParseosss.cpp.
typedef unsigned int yy_size_t |
Definition at line 216 of file OSParseosss.cpp.
typedef unsigned char YY_CHAR |
Definition at line 350 of file OSParseosss.cpp.
typedef int yy_state_type |
Definition at line 352 of file OSParseosss.cpp.
int ossslex_init | ( | yyscan_t * | scanner | ) |
Definition at line 2284 of file OSParseosss.cpp.
References osssalloc(), and yy_init_globals().
Referenced by main().
void osssrestart | ( | FILE * | input_file, | |
yyscan_t | yyscanner | |||
) |
void osss_switch_to_buffer | ( | YY_BUFFER_STATE | new_buffer, | |
yyscan_t | yyscanner | |||
) |
Referenced by osss_scan_buffer().
YY_BUFFER_STATE osss_create_buffer | ( | FILE * | file, | |
int | size, | |||
yyscan_t | yyscanner | |||
) |
void osss_delete_buffer | ( | YY_BUFFER_STATE | b, | |
yyscan_t | yyscanner | |||
) |
Referenced by ossslex_destroy(), and ossspop_buffer_state().
void osss_flush_buffer | ( | YY_BUFFER_STATE | b, | |
yyscan_t | yyscanner | |||
) |
Discard all buffered characters.
On the next scan, YY_INPUT will be called.
b | the buffer state to be flushed, usually YY_CURRENT_BUFFER . | |
yyscanner | The scanner object. |
Definition at line 1897 of file OSParseosss.cpp.
References osss_load_buffer_state(), yy_buffer_state::yy_at_bol, yy_buffer_state::yy_buf_pos, YY_BUFFER_NEW, yy_buffer_state::yy_buffer_status, yy_buffer_state::yy_ch_buf, YY_CURRENT_BUFFER, YY_END_OF_BUFFER_CHAR, and yy_buffer_state::yy_n_chars.
Referenced by osss_init_buffer().
void ossspush_buffer_state | ( | YY_BUFFER_STATE | new_buffer, | |
yyscan_t | yyscanner | |||
) |
Pushes the new state onto the stack.
The new state becomes the current state. This function will allocate the stack if necessary.
new_buffer | The new state. | |
yyscanner | The scanner object. |
Definition at line 1927 of file OSParseosss.cpp.
References osss_load_buffer_state(), osssensure_buffer_stack(), yyguts_t::yy_buffer_stack_top, yyguts_t::yy_c_buf_p, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yyguts_t::yy_did_buffer_switch_on_eof, yyguts_t::yy_hold_char, and yyguts_t::yy_n_chars.
void ossspop_buffer_state | ( | yyscan_t | yyscanner | ) |
Removes and deletes the top of the stack, if present.
The next element becomes the new top.
yyscanner | The scanner object. |
Definition at line 1958 of file OSParseosss.cpp.
References osss_delete_buffer(), osss_load_buffer_state(), yyguts_t::yy_buffer_stack_top, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, and yyguts_t::yy_did_buffer_switch_on_eof.
Referenced by ossslex_destroy().
static void osssensure_buffer_stack | ( | yyscan_t | yyscanner | ) | [static] |
Definition at line 1978 of file OSParseosss.cpp.
References osssalloc(), osssrealloc(), yyguts_t::yy_buffer_stack, yyguts_t::yy_buffer_stack_max, and yyguts_t::yy_buffer_stack_top.
Referenced by ossspush_buffer_state().
static void osss_load_buffer_state | ( | yyscan_t | yyscanner | ) | [static] |
Referenced by osss_flush_buffer(), ossspop_buffer_state(), and ossspush_buffer_state().
static void osss_init_buffer | ( | YY_BUFFER_STATE | b, | |
FILE * | file, | |||
yyscan_t | yyscanner | |||
) | [static] |
The main scanner function which does all the work.
Definition at line 1868 of file OSParseosss.cpp.
References osss_flush_buffer(), yy_buffer_state::yy_bs_column, yy_buffer_state::yy_bs_lineno, YY_CURRENT_BUFFER, yy_buffer_state::yy_fill_buffer, yy_buffer_state::yy_input_file, and yy_buffer_state::yy_is_interactive.
YY_BUFFER_STATE osss_scan_buffer | ( | char * | base, | |
yy_size_t | size, | |||
yyscan_t | yyscanner | |||
) |
Setup the input buffer state to scan directly from a user-specified character buffer.
base | the character buffer | |
size | the size in bytes of the character buffer | |
yyscanner | The scanner object. |
Definition at line 2024 of file OSParseosss.cpp.
References osss_switch_to_buffer(), osssalloc(), yy_buffer_state::yy_at_bol, yy_buffer_state::yy_buf_pos, yy_buffer_state::yy_buf_size, YY_BUFFER_NEW, yy_buffer_state::yy_buffer_status, yy_buffer_state::yy_ch_buf, YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, yy_buffer_state::yy_fill_buffer, yy_buffer_state::yy_input_file, yy_buffer_state::yy_is_interactive, yy_buffer_state::yy_is_our_buffer, and yy_buffer_state::yy_n_chars.
Referenced by osss_scan_bytes().
YY_BUFFER_STATE osss_scan_string | ( | yyconst char * | yystr, | |
yyscan_t | yyscanner | |||
) |
Setup the input buffer state to scan a string.
The next call to ossslex() will scan from a copy of str.
str | a NUL-terminated string to scan | |
yyscanner | The scanner object. |
Definition at line 2061 of file OSParseosss.cpp.
References osss_scan_bytes().
Referenced by main().
YY_BUFFER_STATE osss_scan_bytes | ( | yyconst char * | yybytes, | |
int | _yybytes_len, | |||
yyscan_t | yyscanner | |||
) |
Setup the input buffer state to scan the given bytes.
The next call to ossslex() will scan from a copy of bytes.
bytes | the byte buffer to scan | |
len | the number of bytes in the buffer pointed to by bytes. | |
yyscanner | The scanner object. |
Definition at line 2074 of file OSParseosss.cpp.
References osss_scan_buffer(), osssalloc(), YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, and yy_buffer_state::yy_is_our_buffer.
Referenced by osss_scan_string().
Definition at line 2392 of file OSParseosss.cpp.
Referenced by osss_scan_buffer(), osss_scan_bytes(), osssensure_buffer_stack(), and ossslex_init().
void osssfree | ( | void * | ptr, | |
yyscan_t | yyscanner | |||
) |
static yy_state_type yy_get_previous_state | ( | yyscan_t | yyscanner | ) | [static] |
static yy_state_type yy_try_NUL_trans | ( | yy_state_type | current_state, | |
yyscan_t | yyscanner | |||
) | [static] |
static int yy_get_next_buffer | ( | yyscan_t | yyscanner | ) | [static] |
static void yy_fatal_error | ( | yyconst char | msg[], | |
yyscan_t | yyscanner | |||
) | [static] |
void setyyextra | ( | osOptionsStruc * | osoptions, | |
void * | scanner | |||
) |
static int yy_init_globals | ( | yyscan_t | yyscanner | ) | [static] |
Definition at line 2305 of file OSParseosss.cpp.
References yyguts_t::yy_buffer_stack, yyguts_t::yy_buffer_stack_max, yyguts_t::yy_buffer_stack_top, yyguts_t::yy_c_buf_p, yyguts_t::yy_init, yyguts_t::yy_start, yyguts_t::yy_start_stack, yyguts_t::yy_start_stack_depth, yyguts_t::yy_start_stack_ptr, yyin, and yyout.
int ossslex_destroy | ( | yyscan_t | yyscanner | ) |
Definition at line 2339 of file OSParseosss.cpp.
References osss_delete_buffer(), osssfree(), ossspop_buffer_state(), yyguts_t::yy_buffer_stack, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_init_globals(), and yyguts_t::yy_start_stack.
Referenced by main().
int osssget_debug | ( | yyscan_t | yyscanner | ) |
void osssset_debug | ( | int | debug_flag, | |
yyscan_t | yyscanner | |||
) |
YY_EXTRA_TYPE osssget_extra | ( | yyscan_t | yyscanner | ) |
Get the user-defined data for this scanner.
yyscanner | The scanner object. |
Definition at line 2136 of file OSParseosss.cpp.
References yyextra.
void osssset_extra | ( | YY_EXTRA_TYPE | user_defined, | |
yyscan_t | yyscanner | |||
) |
Set the user-defined data.
This data is never touched by the scanner.
user_defined | The data to be associated with this scanner. | |
yyscanner | The scanner object. |
Definition at line 2209 of file OSParseosss.cpp.
References yyextra.
Referenced by setyyextra().
FILE * osssget_in | ( | yyscan_t | yyscanner | ) |
Get the input stream.
yyscanner | The scanner object. |
Definition at line 2171 of file OSParseosss.cpp.
References yyin.
void osssset_in | ( | FILE * | in_str, | |
yyscan_t | yyscanner | |||
) |
Set the input stream.
This does not discard the current input buffer.
in_str | A readable stream. | |
yyscanner | The scanner object. |
Definition at line 2251 of file OSParseosss.cpp.
References yyin.
FILE * osssget_out | ( | yyscan_t | yyscanner | ) |
Get the output stream.
yyscanner | The scanner object. |
Definition at line 2180 of file OSParseosss.cpp.
References yyout.
void osssset_out | ( | FILE * | out_str, | |
yyscan_t | yyscanner | |||
) |
int osssget_leng | ( | yyscan_t | yyscanner | ) |
Get the length of the current token.
yyscanner | The scanner object. |
Definition at line 2189 of file OSParseosss.cpp.
References yyleng.
char * osssget_text | ( | yyscan_t | yyscanner | ) |
Get the current token.
yyscanner | The scanner object. |
Definition at line 2199 of file OSParseosss.cpp.
References yytext.
int osssget_lineno | ( | yyscan_t | yyscanner | ) |
Get the current line number.
yyscanner | The scanner object. |
Definition at line 2145 of file OSParseosss.cpp.
References YY_CURRENT_BUFFER, and yylineno.
void osssset_lineno | ( | int | line_number, | |
yyscan_t | yyscanner | |||
) |
Set the current line number.
line_number | ||
yyscanner | The scanner object. |
Definition at line 2219 of file OSParseosss.cpp.
References YY_CURRENT_BUFFER, yy_fatal_error(), and yylineno.
static void yyunput | ( | int | c, | |
char * | buf_ptr, | |||
yyscan_t | yyscanner | |||
) | [static] |
static int input | ( | yyscan_t | yyscanner | ) | [static] |
static void yy_fatal_error | ( | yyconst char * | msg, | |
yyscan_t | yyscanner | |||
) | [static] |
int osssget_column | ( | yyscan_t | yyscanner | ) |
Get the current column number.
yyscanner | The scanner object. |
Definition at line 2158 of file OSParseosss.cpp.
References YY_CURRENT_BUFFER, and yycolumn.
void osssset_column | ( | int | column_no, | |
yyscan_t | yyscanner | |||
) |
Set the current column.
line_number | ||
yyscanner | The scanner object. |
Definition at line 2234 of file OSParseosss.cpp.
References YY_CURRENT_BUFFER, yy_fatal_error(), and yycolumn.
yyconst flex_int16_t yy_accept[184] [static] |
Initial value:
{ 0, 1, 1, 21, 19, 1, 1, 19, 1, 0, 0, 0, 4, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 15, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 7, 0, 10, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 7, 0, 10, 0, 0, 0, 8, 0, 0, 5, 0, 0, 2, 0, 0, 0, 0, 0, 0, 17, 0, 18, 0, 2, 0, 9, 0, 0, 0, 0, 0, 17, 0, 18, 0, 9, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 11, 0, 12, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 14, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
Definition at line 380 of file OSParseosss.cpp.
yyconst flex_int32_t yy_ec[256] [static] |
Definition at line 404 of file OSParseosss.cpp.
yyconst flex_int32_t yy_meta[34] [static] |
Initial value:
{ 0, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 }
Definition at line 436 of file OSParseosss.cpp.
yyconst flex_int16_t yy_base[209] [static] |
Initial value:
{ 0, 0, 2, 318, 319, 7, 9, 7, 12, 3, 289, 290, 319, 290, 287, 290, 283, 0, 319, 294, 293, 283, 283, 278, 277, 16, 16, 277, 281, 280, 274, 268, 282, 289, 22, 43, 275, 274, 273, 272, 262, 261, 265, 262, 261, 268, 267, 46, 26, 49, 38, 52, 8, 54, 266, 269, 319, 264, 267, 264, 253, 55, 58, 60, 319, 63, 66, 256, 249, 69, 264, 250, 251, 248, 72, 245, 73, 319, 75, 78, 80, 83, 247, 243, 85, 88, 255, 91, 246, 93, 95, 98, 99, 319, 101, 319, 239, 242, 103, 319, 98, 108, 319, 111, 113, 116, 119, 238, 236, 240, 248, 121, 124, 126, 129, 131, 319, 133, 136, 139, 234, 248, 232, 140, 319, 142, 319, 144, 319, 147, 150, 248, 240, 151, 154, 157, 229, 232, 159, 319, 161, 164, 236, 240, 166, 319, 229, 169, 229, 171, 173, 236, 13, 235, 160, 176, 221, 227, 223, 218, 222, 223, 178, 181, 236, 221, 228, 214, 225, 208, 184, 319, 213, 319, 216, 216, 219, 221, 217, 225, 200, 224, 213, 319, 200, 227, 226, 202, 204, 225, 196, 195, 206, 208, 210, 194, 193, 192, 212, 190, 214, 216, 218, 189, 220, 187, 222, 5, 224 }
Definition at line 444 of file OSParseosss.cpp.
yyconst flex_int16_t yy_def[209] [static] |
Initial value:
{ 0, 184, 184, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 185, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 186, 187, 185, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 188, 186, 187, 183, 189, 190, 183, 183, 191, 183, 183, 183, 183, 183, 183, 188, 183, 192, 189, 193, 190, 183, 183, 194, 191, 183, 183, 183, 183, 195, 183, 192, 183, 193, 183, 183, 183, 194, 183, 183, 196, 183, 197, 198, 195, 199, 183, 183, 183, 183, 200, 196, 201, 197, 198, 183, 202, 199, 183, 183, 183, 183, 200, 183, 201, 183, 202, 183, 203, 183, 183, 183, 204, 203, 205, 183, 183, 204, 183, 206, 205, 183, 183, 206, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 207, 183, 183, 183, 183, 183, 183, 208, 207, 183, 183, 183, 183, 183, 183, 208, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 0, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183 }
Definition at line 471 of file OSParseosss.cpp.
yyconst flex_int16_t yy_nxt[353] [static] |
Definition at line 498 of file OSParseosss.cpp.
yyconst flex_int16_t yy_chk[353] [static] |
Definition at line 541 of file OSParseosss.cpp.
yyconst flex_int32_t yy_rule_can_match_eol[21] [static] |
Initial value:
{ 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, }
Definition at line 585 of file OSParseosss.cpp.