Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
postproc.c File Reference
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
Include dependency graph for postproc.c:

Go to the source code of this file.

Data Structures

struct  yy_buffer_state
 
struct  yy_trans_info
 

Macros

#define YY_INT_ALIGNED   short int
 
#define yy_create_buffer   post_create_buffer
 
#define yy_delete_buffer   post_delete_buffer
 
#define yy_scan_buffer   post_scan_buffer
 
#define yy_scan_string   post_scan_string
 
#define yy_scan_bytes   post_scan_bytes
 
#define yy_init_buffer   post_init_buffer
 
#define yy_flush_buffer   post_flush_buffer
 
#define yy_load_buffer_state   post_load_buffer_state
 
#define yy_switch_to_buffer   post_switch_to_buffer
 
#define yypush_buffer_state   postpush_buffer_state
 
#define yypop_buffer_state   postpop_buffer_state
 
#define yyensure_buffer_stack   postensure_buffer_stack
 
#define yy_flex_debug   post_flex_debug
 
#define yyin   postin
 
#define yyleng   postleng
 
#define yylex   postlex
 
#define yylineno   postlineno
 
#define yyout   postout
 
#define yyrestart   postrestart
 
#define yytext   posttext
 
#define yywrap   postwrap
 
#define yyalloc   postalloc
 
#define yyrealloc   postrealloc
 
#define yyfree   postfree
 
#define FLEX_SCANNER
 
#define YY_FLEX_MAJOR_VERSION   2
 
#define YY_FLEX_MINOR_VERSION   6
 
#define YY_FLEX_SUBMINOR_VERSION   4
 
#define FLEX_BETA
 
#define post_create_buffer_ALREADY_DEFINED
 
#define post_delete_buffer_ALREADY_DEFINED
 
#define post_scan_buffer_ALREADY_DEFINED
 
#define post_scan_string_ALREADY_DEFINED
 
#define post_scan_bytes_ALREADY_DEFINED
 
#define post_init_buffer_ALREADY_DEFINED
 
#define post_flush_buffer_ALREADY_DEFINED
 
#define post_load_buffer_state_ALREADY_DEFINED
 
#define post_switch_to_buffer_ALREADY_DEFINED
 
#define postpush_buffer_state_ALREADY_DEFINED
 
#define postpop_buffer_state_ALREADY_DEFINED
 
#define postensure_buffer_stack_ALREADY_DEFINED
 
#define postlex_ALREADY_DEFINED
 
#define postrestart_ALREADY_DEFINED
 
#define yylex_init   postlex_init
 
#define yylex_init_extra   postlex_init_extra
 
#define yylex_destroy   postlex_destroy
 
#define yyget_debug   postget_debug
 
#define yyset_debug   postset_debug
 
#define yyget_extra   postget_extra
 
#define yyset_extra   postset_extra
 
#define yyget_in   postget_in
 
#define yyset_in   postset_in
 
#define yyget_out   postget_out
 
#define yyset_out   postset_out
 
#define yyget_leng   postget_leng
 
#define yyget_text   postget_text
 
#define yyget_lineno   postget_lineno
 
#define yyset_lineno   postset_lineno
 
#define postwrap_ALREADY_DEFINED
 
#define postalloc_ALREADY_DEFINED
 
#define postrealloc_ALREADY_DEFINED
 
#define postfree_ALREADY_DEFINED
 
#define posttext_ALREADY_DEFINED
 
#define postleng_ALREADY_DEFINED
 
#define postin_ALREADY_DEFINED
 
#define postout_ALREADY_DEFINED
 
#define post_flex_debug_ALREADY_DEFINED
 
#define postlineno_ALREADY_DEFINED
 
#define FLEXINT_H
 
#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 SIZE_MAX   (~(size_t)0)
 
#define yyconst   const
 
#define yynoreturn
 
#define YY_NULL   0
 
#define YY_SC_TO_UI(c)   ((YY_CHAR) (c))
 
#define BEGIN   (yy_start) = 1 + 2 *
 
#define YY_START   (((yy_start) - 1) / 2)
 
#define YYSTATE   YY_START
 
#define YY_STATE_EOF(state)   (YY_END_OF_BUFFER + state + 1)
 
#define YY_NEW_FILE   yyrestart( yyin )
 
#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 YY_TYPEDEF_YY_BUFFER_STATE
 
#define YY_TYPEDEF_YY_SIZE_T
 
#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 YY_LINENO_REWIND_TO(ptr)
 
#define yyless(n)
 
#define unput(c)   yyunput( c, (yytext_ptr) )
 
#define YY_STRUCT_YY_BUFFER_STATE
 
#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   (yy_buffer_stack)[(yy_buffer_stack_top)]
 
#define YY_FLUSH_BUFFER   yy_flush_buffer( YY_CURRENT_BUFFER )
 
#define yy_new_buffer   yy_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 postwrap()   (/*CONSTCOND*/1)
 
#define YY_SKIP_YYWRAP
 
#define yytext_ptr   yytext
 
#define YY_DO_BEFORE_ACTION
 
#define YY_NUM_RULES   15
 
#define YY_END_OF_BUFFER   16
 
#define REJECT
 
#define yymore()   yymore_used_but_not_detected
 
#define YY_MORE_ADJ   0
 
#define YY_RESTORE_YY_MORE_OFFSET
 
#define nonspace(s)   { while (strchr(" \t\v\n\f", *s)) s++; }
 
#define space(s)   { while (!strchr(" \t\v\n\f", *s)) s++; }
 
#define YY_INPUT(buf, result, max_size)
 
#define INITIAL   0
 
#define YY_EXTRA_TYPE   void *
 
#define YY_READ_BUF_SIZE   8192
 
#define ECHO   do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
 
#define yyterminate()   return YY_NULL
 
#define YY_START_STACK_INCR   25
 
#define YY_FATAL_ERROR(msg)   yy_fatal_error( msg )
 
#define YY_DECL_IS_OURS   1
 
#define YY_DECL   int yylex (void)
 
#define YY_USER_ACTION
 
#define YY_BREAK   /*LINTED*/break;
 
#define YY_RULE_SETUP
 
#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 struct yy_buffer_stateYY_BUFFER_STATE
 
typedef size_t yy_size_t
 
typedef flex_uint8_t YY_CHAR
 
typedef int yy_state_type
 

Functions

void postrestart (FILE *input_file)
 Immediately switch to a different input stream.
 
void post_switch_to_buffer (YY_BUFFER_STATE new_buffer)
 Switch to a different input buffer.
 
YY_BUFFER_STATE post_create_buffer (FILE *file, int size)
 Allocate and initialize an input buffer state.
 
void post_delete_buffer (YY_BUFFER_STATE b)
 Destroy the buffer.
 
void post_flush_buffer (YY_BUFFER_STATE b)
 Discard all buffered characters.
 
void postpush_buffer_state (YY_BUFFER_STATE new_buffer)
 Pushes the new state onto the stack.
 
void postpop_buffer_state (void)
 Removes and deletes the top of the stack, if present.
 
static void postensure_buffer_stack (void)
 
static void post_load_buffer_state (void)
 
static void post_init_buffer (YY_BUFFER_STATE b, FILE *file)
 
YY_BUFFER_STATE post_scan_buffer (char *base, yy_size_t size)
 Setup the input buffer state to scan directly from a user-specified character buffer.
 
YY_BUFFER_STATE post_scan_string (const char *yystr)
 Setup the input buffer state to scan a string.
 
YY_BUFFER_STATE post_scan_bytes (const char *yybytes, int _yybytes_len)
 Setup the input buffer state to scan the given bytes.
 
voidpostalloc (yy_size_t)
 
voidpostrealloc (void *, yy_size_t)
 
void postfree (void *)
 
static yy_state_type yy_get_previous_state (void)
 
static yy_state_type yy_try_NUL_trans (yy_state_type current_state)
 
static int yy_get_next_buffer (void)
 
static void yy_fatal_error (const char *msg)
 
static int input (void)
 
static void comment (void)
 
int getput (void)
 
static int input0 (FILE *postin)
 
static int yy_init_globals (void)
 
int postlex_destroy (void)
 
int postget_debug (void)
 
void postset_debug (int debug_flag)
 
voidpostget_extra (void)
 
void postset_extra (void *user_defined)
 
FILEpostget_in (void)
 Get the input stream.
 
void postset_in (FILE *_in_str)
 Set the input stream.
 
FILEpostget_out (void)
 Get the output stream.
 
void postset_out (FILE *_out_str)
 
int postget_leng (void)
 Get the length of the current token.
 
charpostget_text (void)
 Get the current token.
 
int postget_lineno (void)
 Get the current line number.
 
void postset_lineno (int _line_number)
 Set the current line number.
 
static void yyunput (int c, char *buf_ptr)
 
int postlex (void)
 The main scanner function which does all the work.
 
int postproc (FILE *fin, FILE *fout, char **autolink1, int _nolineno)
 

Variables

int postleng
 
FILEpostin = NULL
 
FILEpostout = NULL
 
static size_t yy_buffer_stack_top = 0
 index of top of stack.
 
static size_t yy_buffer_stack_max = 0
 capacity of stack.
 
static YY_BUFFER_STATEyy_buffer_stack = NULL
 Stack as an array.
 
static char yy_hold_char
 
static int yy_n_chars
 
static charyy_c_buf_p = NULL
 
static int yy_init = 0
 
static int yy_start = 0
 
static int yy_did_buffer_switch_on_eof
 
int postlineno = 1
 
charposttext
 
static const flex_int16_t yy_acclist [48]
 
static const flex_int16_t yy_accept [115]
 
static const YY_CHAR yy_ec [256]
 
static const YY_CHAR yy_meta [46]
 
static const flex_int16_t yy_base [126]
 
static const flex_int16_t yy_def [126]
 
static const flex_int16_t yy_nxt [307]
 
static const flex_int16_t yy_chk [307]
 
int post_flex_debug = 0
 
static yy_state_typeyy_state_buf =0
 
static yy_state_typeyy_state_ptr =0
 
static charyy_full_match
 
static int yy_lp
 
static int line = 1
 
static int indef = 0
 
static int nolineno = 0
 
static charautolink = NULL
 

Macro Definition Documentation

◆ BEGIN

#define BEGIN   (yy_start) = 1 + 2 *

Definition at line 379 of file postproc.c.

◆ ECHO

#define ECHO   do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)

Definition at line 1016 of file postproc.c.

◆ EOB_ACT_CONTINUE_SCAN

#define EOB_ACT_CONTINUE_SCAN   0

Definition at line 423 of file postproc.c.

◆ EOB_ACT_END_OF_FILE

#define EOB_ACT_END_OF_FILE   1

Definition at line 424 of file postproc.c.

◆ EOB_ACT_LAST_MATCH

#define EOB_ACT_LAST_MATCH   2

Definition at line 425 of file postproc.c.

◆ FLEX_BETA

#define FLEX_BETA

Definition at line 41 of file postproc.c.

◆ FLEX_SCANNER

#define FLEX_SCANNER

Definition at line 36 of file postproc.c.

◆ FLEXINT_H

#define FLEXINT_H

Definition at line 291 of file postproc.c.

◆ INITIAL

#define INITIAL   0

Definition at line 921 of file postproc.c.

◆ INT16_MAX

#define INT16_MAX   (32767)

Definition at line 333 of file postproc.c.

◆ INT16_MIN

#define INT16_MIN   (-32767-1)

Definition at line 324 of file postproc.c.

◆ INT32_MAX

#define INT32_MAX   (2147483647)

Definition at line 336 of file postproc.c.

◆ INT32_MIN

#define INT32_MIN   (-2147483647-1)

Definition at line 327 of file postproc.c.

◆ INT8_MAX

#define INT8_MAX   (127)

Definition at line 330 of file postproc.c.

◆ INT8_MIN

#define INT8_MIN   (-128)

Definition at line 321 of file postproc.c.

◆ nonspace

#define nonspace (   s)    { while (strchr(" \t\v\n\f", *s)) s++; }

Definition at line 858 of file postproc.c.

◆ post_create_buffer_ALREADY_DEFINED

#define post_create_buffer_ALREADY_DEFINED

Definition at line 45 of file postproc.c.

◆ post_delete_buffer_ALREADY_DEFINED

#define post_delete_buffer_ALREADY_DEFINED

Definition at line 51 of file postproc.c.

◆ post_flex_debug_ALREADY_DEFINED

#define post_flex_debug_ALREADY_DEFINED

Definition at line 267 of file postproc.c.

◆ post_flush_buffer_ALREADY_DEFINED

#define post_flush_buffer_ALREADY_DEFINED

Definition at line 81 of file postproc.c.

◆ post_init_buffer_ALREADY_DEFINED

#define post_init_buffer_ALREADY_DEFINED

Definition at line 75 of file postproc.c.

◆ post_load_buffer_state_ALREADY_DEFINED

#define post_load_buffer_state_ALREADY_DEFINED

Definition at line 87 of file postproc.c.

◆ post_scan_buffer_ALREADY_DEFINED

#define post_scan_buffer_ALREADY_DEFINED

Definition at line 57 of file postproc.c.

◆ post_scan_bytes_ALREADY_DEFINED

#define post_scan_bytes_ALREADY_DEFINED

Definition at line 69 of file postproc.c.

◆ post_scan_string_ALREADY_DEFINED

#define post_scan_string_ALREADY_DEFINED

Definition at line 63 of file postproc.c.

◆ post_switch_to_buffer_ALREADY_DEFINED

#define post_switch_to_buffer_ALREADY_DEFINED

Definition at line 93 of file postproc.c.

◆ postalloc_ALREADY_DEFINED

#define postalloc_ALREADY_DEFINED

Definition at line 225 of file postproc.c.

◆ postensure_buffer_stack_ALREADY_DEFINED

#define postensure_buffer_stack_ALREADY_DEFINED

Definition at line 111 of file postproc.c.

◆ postfree_ALREADY_DEFINED

#define postfree_ALREADY_DEFINED

Definition at line 237 of file postproc.c.

◆ postin_ALREADY_DEFINED

#define postin_ALREADY_DEFINED

Definition at line 255 of file postproc.c.

◆ postleng_ALREADY_DEFINED

#define postleng_ALREADY_DEFINED

Definition at line 249 of file postproc.c.

◆ postlex_ALREADY_DEFINED

#define postlex_ALREADY_DEFINED

Definition at line 117 of file postproc.c.

◆ postlineno_ALREADY_DEFINED

#define postlineno_ALREADY_DEFINED

Definition at line 273 of file postproc.c.

◆ postout_ALREADY_DEFINED

#define postout_ALREADY_DEFINED

Definition at line 261 of file postproc.c.

◆ postpop_buffer_state_ALREADY_DEFINED

#define postpop_buffer_state_ALREADY_DEFINED

Definition at line 105 of file postproc.c.

◆ postpush_buffer_state_ALREADY_DEFINED

#define postpush_buffer_state_ALREADY_DEFINED

Definition at line 99 of file postproc.c.

◆ postrealloc_ALREADY_DEFINED

#define postrealloc_ALREADY_DEFINED

Definition at line 231 of file postproc.c.

◆ postrestart_ALREADY_DEFINED

#define postrestart_ALREADY_DEFINED

Definition at line 123 of file postproc.c.

◆ posttext_ALREADY_DEFINED

#define posttext_ALREADY_DEFINED

Definition at line 243 of file postproc.c.

◆ postwrap

#define postwrap ( )    (/*CONSTCOND*/1)

Definition at line 588 of file postproc.c.

◆ postwrap_ALREADY_DEFINED

#define postwrap_ALREADY_DEFINED

Definition at line 219 of file postproc.c.

◆ REJECT

#define REJECT
Value:
{ \
*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
++(yy_lp); \
goto find_rule; \
}
int x
Definition common.h:76
static char yy_hold_char
Definition postproc.c:530
static char * yy_full_match
Definition postproc.c:811
static int yy_lp
Definition postproc.c:812

Definition at line 813 of file postproc.c.

◆ SIZE_MAX

#define SIZE_MAX   (~(size_t)0)

Definition at line 349 of file postproc.c.

◆ space

#define space (   s)    { while (!strchr(" \t\v\n\f", *s)) s++; }

Definition at line 859 of file postproc.c.

◆ UINT16_MAX

#define UINT16_MAX   (65535U)

Definition at line 342 of file postproc.c.

◆ UINT32_MAX

#define UINT32_MAX   (4294967295U)

Definition at line 345 of file postproc.c.

◆ UINT8_MAX

#define UINT8_MAX   (255U)

Definition at line 339 of file postproc.c.

◆ unput

#define unput (   c)    yyunput( c, (yytext_ptr) )

Definition at line 443 of file postproc.c.

◆ YY_AT_BOL

#define YY_AT_BOL ( )    (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)

Definition at line 584 of file postproc.c.

◆ YY_BREAK

#define YY_BREAK   /*LINTED*/break;

Definition at line 1095 of file postproc.c.

◆ YY_BUF_SIZE

#define YY_BUF_SIZE   16384

Definition at line 401 of file postproc.c.

◆ YY_BUFFER_EOF_PENDING

#define YY_BUFFER_EOF_PENDING   2

Definition at line 505 of file postproc.c.

◆ YY_BUFFER_NEW

#define YY_BUFFER_NEW   0

Definition at line 493 of file postproc.c.

◆ YY_BUFFER_NORMAL

#define YY_BUFFER_NORMAL   1

Definition at line 494 of file postproc.c.

◆ yy_create_buffer

#define yy_create_buffer   post_create_buffer

Definition at line 11 of file postproc.c.

◆ YY_CURRENT_BUFFER

#define YY_CURRENT_BUFFER
Value:
: NULL)
static YY_BUFFER_STATE * yy_buffer_stack
Stack as an array.
Definition postproc.c:513
static size_t yy_buffer_stack_top
index of top of stack.
Definition postproc.c:511

Definition at line 521 of file postproc.c.

◆ YY_CURRENT_BUFFER_LVALUE

#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]

Definition at line 527 of file postproc.c.

◆ YY_DECL

#define YY_DECL   int yylex (void)

Definition at line 1083 of file postproc.c.

◆ YY_DECL_IS_OURS

#define YY_DECL_IS_OURS   1

Definition at line 1079 of file postproc.c.

◆ yy_delete_buffer

#define yy_delete_buffer   post_delete_buffer

Definition at line 12 of file postproc.c.

◆ YY_DO_BEFORE_ACTION

#define YY_DO_BEFORE_ACTION
Value:
yyleng = (int) (yy_cp - yy_bp); \
*yy_cp = '\0'; \
static int
Definition include.c:978
#define yytext_ptr
Definition postproc.c:603
static char * yy_c_buf_p
Definition postproc.c:535
#define yyleng
Definition postproc.c:25

Definition at line 613 of file postproc.c.

◆ YY_END_OF_BUFFER

#define YY_END_OF_BUFFER   16

Definition at line 620 of file postproc.c.

◆ YY_END_OF_BUFFER_CHAR

#define YY_END_OF_BUFFER_CHAR   0

Definition at line 390 of file postproc.c.

◆ YY_EXIT_FAILURE

#define YY_EXIT_FAILURE   2

Definition at line 2115 of file postproc.c.

◆ YY_EXTRA_TYPE

#define YY_EXTRA_TYPE   void *

Definition at line 932 of file postproc.c.

◆ YY_FATAL_ERROR

#define YY_FATAL_ERROR (   msg)    yy_fatal_error( msg )

Definition at line 1070 of file postproc.c.

◆ yy_flex_debug

#define yy_flex_debug   post_flex_debug

Definition at line 23 of file postproc.c.

◆ YY_FLEX_MAJOR_VERSION

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 37 of file postproc.c.

◆ YY_FLEX_MINOR_VERSION

#define YY_FLEX_MINOR_VERSION   6

Definition at line 38 of file postproc.c.

◆ YY_FLEX_SUBMINOR_VERSION

#define YY_FLEX_SUBMINOR_VERSION   4

Definition at line 39 of file postproc.c.

◆ yy_flush_buffer

#define yy_flush_buffer   post_flush_buffer

Definition at line 17 of file postproc.c.

◆ YY_FLUSH_BUFFER

#define YY_FLUSH_BUFFER   yy_flush_buffer( YY_CURRENT_BUFFER )

Definition at line 555 of file postproc.c.

◆ yy_init_buffer

#define yy_init_buffer   post_init_buffer

Definition at line 16 of file postproc.c.

◆ YY_INPUT

#define YY_INPUT (   buf,
  result,
  max_size 
)
Value:
{ \
int c = input0 (yyin); \
result = (c == EOF) ? YY_NULL : (buf[0] = c, 1); \
}
size *double * buf
static int input0(FILE *postin)
Definition postproc.c:861
#define YY_NULL
Definition postproc.c:368
#define yyin
Definition postproc.c:24
scalar c
Definition vof.h:57

Definition at line 912 of file postproc.c.

◆ YY_INT_ALIGNED

#define YY_INT_ALIGNED   short int

Definition at line 7 of file postproc.c.

◆ YY_LESS_LINENO

#define YY_LESS_LINENO (   n)

Definition at line 427 of file postproc.c.

◆ YY_LINENO_REWIND_TO

#define YY_LINENO_REWIND_TO (   ptr)

Definition at line 428 of file postproc.c.

◆ yy_load_buffer_state

#define yy_load_buffer_state   post_load_buffer_state

Definition at line 18 of file postproc.c.

◆ YY_MORE_ADJ

#define YY_MORE_ADJ   0

Definition at line 822 of file postproc.c.

◆ yy_new_buffer

#define yy_new_buffer   yy_create_buffer

Definition at line 565 of file postproc.c.

◆ YY_NEW_FILE

#define YY_NEW_FILE   yyrestart( yyin )

Definition at line 389 of file postproc.c.

◆ YY_NULL

#define YY_NULL   0

Definition at line 368 of file postproc.c.

◆ YY_NUM_RULES

#define YY_NUM_RULES   15

Definition at line 619 of file postproc.c.

◆ YY_READ_BUF_SIZE

#define YY_READ_BUF_SIZE   8192

Definition at line 1007 of file postproc.c.

◆ YY_RESTORE_YY_MORE_OFFSET

#define YY_RESTORE_YY_MORE_OFFSET

Definition at line 823 of file postproc.c.

◆ YY_RULE_SETUP

#define YY_RULE_SETUP
Value:
if ( yyleng > 0 ) \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \
(yytext[yyleng - 1] == '\n'); \
#define yytext
Definition postproc.c:30
#define YY_USER_ACTION
Definition postproc.c:1090
#define YY_CURRENT_BUFFER_LVALUE
Definition postproc.c:527

Definition at line 1098 of file postproc.c.

◆ YY_SC_TO_UI

#define YY_SC_TO_UI (   c)    ((YY_CHAR) (c))

Definition at line 373 of file postproc.c.

◆ yy_scan_buffer

#define yy_scan_buffer   post_scan_buffer

Definition at line 13 of file postproc.c.

◆ yy_scan_bytes

#define yy_scan_bytes   post_scan_bytes

Definition at line 15 of file postproc.c.

◆ yy_scan_string

#define yy_scan_string   post_scan_string

Definition at line 14 of file postproc.c.

◆ yy_set_bol

#define yy_set_bol (   at_bol)
Value:

Definition at line 575 of file postproc.c.

◆ yy_set_interactive

#define yy_set_interactive (   is_interactive)

◆ YY_SKIP_YYWRAP

#define YY_SKIP_YYWRAP

Definition at line 589 of file postproc.c.

◆ YY_START

#define YY_START   (((yy_start) - 1) / 2)

Definition at line 384 of file postproc.c.

◆ YY_START_STACK_INCR

#define YY_START_STACK_INCR   25

Definition at line 1065 of file postproc.c.

◆ YY_STATE_BUF_SIZE

#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))

Definition at line 407 of file postproc.c.

◆ YY_STATE_EOF

#define YY_STATE_EOF (   state)    (YY_END_OF_BUFFER + state + 1)

Definition at line 387 of file postproc.c.

◆ YY_STRUCT_YY_BUFFER_STATE

#define YY_STRUCT_YY_BUFFER_STATE

Definition at line 446 of file postproc.c.

◆ yy_switch_to_buffer

#define yy_switch_to_buffer   post_switch_to_buffer

Definition at line 19 of file postproc.c.

◆ YY_TYPEDEF_YY_BUFFER_STATE

#define YY_TYPEDEF_YY_BUFFER_STATE

Definition at line 410 of file postproc.c.

◆ YY_TYPEDEF_YY_SIZE_T

#define YY_TYPEDEF_YY_SIZE_T

Definition at line 415 of file postproc.c.

◆ YY_USER_ACTION

#define YY_USER_ACTION

Definition at line 1090 of file postproc.c.

◆ yyalloc

#define yyalloc   postalloc

Definition at line 32 of file postproc.c.

◆ yyconst

#define yyconst   const

Definition at line 359 of file postproc.c.

◆ yyensure_buffer_stack

#define yyensure_buffer_stack   postensure_buffer_stack

Definition at line 22 of file postproc.c.

◆ yyfree

#define yyfree   postfree

Definition at line 34 of file postproc.c.

◆ yyget_debug

#define yyget_debug   postget_debug

Definition at line 149 of file postproc.c.

◆ yyget_extra

#define yyget_extra   postget_extra

Definition at line 161 of file postproc.c.

◆ yyget_in

#define yyget_in   postget_in

Definition at line 173 of file postproc.c.

◆ yyget_leng

#define yyget_leng   postget_leng

Definition at line 197 of file postproc.c.

◆ yyget_lineno

#define yyget_lineno   postget_lineno

Definition at line 209 of file postproc.c.

◆ yyget_out

#define yyget_out   postget_out

Definition at line 185 of file postproc.c.

◆ yyget_text

#define yyget_text   postget_text

Definition at line 203 of file postproc.c.

◆ yyin

#define yyin   postin

Definition at line 24 of file postproc.c.

◆ yyleng

#define yyleng   postleng

Definition at line 25 of file postproc.c.

◆ yyless [1/2]

#define yyless (   n)
Value:
do \
{ \
/* Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
} \
while ( 0 )
else return n
Definition curvature.h:101
#define YY_RESTORE_YY_MORE_OFFSET
Definition postproc.c:823
#define YY_MORE_ADJ
Definition postproc.c:822
#define YY_DO_BEFORE_ACTION
Definition postproc.c:613

Definition at line 431 of file postproc.c.

◆ yyless [2/2]

#define yyless (   n)
Value:
do \
{ \
/* Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
*(yy_c_buf_p) = '\0'; \
} \
while ( 0 )

Definition at line 431 of file postproc.c.

◆ yylex

#define yylex   postlex

Definition at line 26 of file postproc.c.

◆ yylex_destroy

#define yylex_destroy   postlex_destroy

Definition at line 143 of file postproc.c.

◆ yylex_init

#define yylex_init   postlex_init

Definition at line 131 of file postproc.c.

◆ yylex_init_extra

#define yylex_init_extra   postlex_init_extra

Definition at line 137 of file postproc.c.

◆ yylineno

#define yylineno   postlineno

Definition at line 27 of file postproc.c.

◆ yymore

Definition at line 821 of file postproc.c.

◆ yynoreturn

#define yynoreturn

Definition at line 364 of file postproc.c.

◆ yyout

#define yyout   postout

Definition at line 28 of file postproc.c.

◆ yypop_buffer_state

#define yypop_buffer_state   postpop_buffer_state

Definition at line 21 of file postproc.c.

◆ yypush_buffer_state

#define yypush_buffer_state   postpush_buffer_state

Definition at line 20 of file postproc.c.

◆ yyrealloc

#define yyrealloc   postrealloc

Definition at line 33 of file postproc.c.

◆ yyrestart

#define yyrestart   postrestart

Definition at line 29 of file postproc.c.

◆ yyset_debug

#define yyset_debug   postset_debug

Definition at line 155 of file postproc.c.

◆ yyset_extra

#define yyset_extra   postset_extra

Definition at line 167 of file postproc.c.

◆ yyset_in

#define yyset_in   postset_in

Definition at line 179 of file postproc.c.

◆ yyset_lineno

#define yyset_lineno   postset_lineno

Definition at line 215 of file postproc.c.

◆ yyset_out

#define yyset_out   postset_out

Definition at line 191 of file postproc.c.

◆ YYSTATE

#define YYSTATE   YY_START

Definition at line 385 of file postproc.c.

◆ YYTABLES_NAME

#define YYTABLES_NAME   "yytables"

Definition at line 2327 of file postproc.c.

◆ yyterminate

#define yyterminate ( )    return YY_NULL

Definition at line 1060 of file postproc.c.

◆ yytext

#define yytext   posttext

Definition at line 30 of file postproc.c.

◆ yytext_ptr

#define yytext_ptr   yytext

Definition at line 603 of file postproc.c.

◆ yywrap

#define yywrap   postwrap

Definition at line 31 of file postproc.c.

Typedef Documentation

◆ flex_int16_t

Definition at line 313 of file postproc.c.

◆ flex_int32_t

Definition at line 314 of file postproc.c.

◆ flex_int8_t

Definition at line 312 of file postproc.c.

◆ flex_uint16_t

Definition at line 316 of file postproc.c.

◆ flex_uint32_t

Definition at line 317 of file postproc.c.

◆ flex_uint8_t

Definition at line 315 of file postproc.c.

◆ YY_BUFFER_STATE

◆ YY_CHAR

Definition at line 590 of file postproc.c.

◆ yy_size_t

Definition at line 416 of file postproc.c.

◆ yy_state_type

Definition at line 594 of file postproc.c.

Function Documentation

◆ comment()

static void comment ( void  )
static

Definition at line 830 of file postproc.c.

References c, and input().

Referenced by postlex().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getput()

int getput ( void  )

Definition at line 848 of file postproc.c.

References c, input(), x, and yyout.

Referenced by postlex().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ input()

static int input ( void  )
static

Definition at line 1693 of file postproc.c.

References c, EOB_ACT_CONTINUE_SCAN, EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, input(), int, x, yy_c_buf_p, YY_CURRENT_BUFFER_LVALUE, yy_did_buffer_switch_on_eof, YY_END_OF_BUFFER_CHAR, yy_get_next_buffer(), yy_hold_char, yy_n_chars, YY_NEW_FILE, yyin, yyrestart, yytext_ptr, and yywrap.

Referenced by comment(), getput(), and input().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ input0()

static int input0 ( FILE postin)
static

Definition at line 861 of file postproc.c.

References buf, c, d, line, n, x, yyin, and yyout.

◆ post_create_buffer()

YY_BUFFER_STATE post_create_buffer ( FILE file,
int  size 
)

Allocate and initialize an input buffer state.

Parameters
fileA readable stream.
sizeThe character buffer size in bytes. When in doubt, use YY_BUF_SIZE.
Returns
the allocated buffer state.

Definition at line 1832 of file postproc.c.

References b, file, size, YY_FATAL_ERROR, yy_init_buffer, and yyalloc.

◆ post_delete_buffer()

void post_delete_buffer ( YY_BUFFER_STATE  b)

Destroy the buffer.

Parameters
ba buffer created with yy_create_buffer()

Definition at line 1860 of file postproc.c.

References b, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, and yyfree.

◆ post_flush_buffer()

void post_flush_buffer ( YY_BUFFER_STATE  b)

Discard all buffered characters.

On the next scan, YY_INPUT will be called.

Parameters
bthe buffer state to be flushed, usually YY_CURRENT_BUFFER.

Definition at line 1907 of file postproc.c.

References b, YY_BUFFER_NEW, YY_CURRENT_BUFFER, YY_END_OF_BUFFER_CHAR, and yy_load_buffer_state.

◆ post_init_buffer()

static void post_init_buffer ( YY_BUFFER_STATE  b,
FILE file 
)
static

Definition at line 1879 of file postproc.c.

References b, file, x, YY_CURRENT_BUFFER, and yy_flush_buffer.

◆ post_load_buffer_state()

static void post_load_buffer_state ( void  )
static

Definition at line 1818 of file postproc.c.

References yy_c_buf_p, YY_CURRENT_BUFFER_LVALUE, yy_hold_char, yy_n_chars, yyin, and yytext_ptr.

◆ post_scan_buffer()

YY_BUFFER_STATE post_scan_buffer ( char base,
yy_size_t  size 
)

Setup the input buffer state to scan directly from a user-specified character buffer.

Parameters
basethe character buffer
sizethe size in bytes of the character buffer
Returns
the newly allocated buffer state object.

Definition at line 2034 of file postproc.c.

References b, int, size, x, YY_BUFFER_NEW, YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, yy_switch_to_buffer, and yyalloc.

◆ post_scan_bytes()

YY_BUFFER_STATE post_scan_bytes ( const char yybytes,
int  _yybytes_len 
)

Setup the input buffer state to scan the given bytes.

The next call to yylex() will scan from a copy of bytes.

Parameters
yybytesthe byte buffer to scan
_yybytes_lenthe number of bytes in the buffer pointed to by bytes.
Returns
the newly allocated buffer state object.

Definition at line 2084 of file postproc.c.

References b, buf, i, n, x, YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, yy_scan_buffer, and yyalloc.

◆ post_scan_string()

YY_BUFFER_STATE post_scan_string ( const char yystr)

Setup the input buffer state to scan a string.

The next call to yylex() will scan from a copy of str.

Parameters
yystra NUL-terminated string to scan
Returns
the newly allocated buffer state object.
Note
If you want to scan bytes that may contain NUL values, then use yy_scan_bytes() instead.

Definition at line 2071 of file postproc.c.

References x, and yy_scan_bytes.

◆ post_switch_to_buffer()

void post_switch_to_buffer ( YY_BUFFER_STATE  new_buffer)

Switch to a different input buffer.

Parameters
new_bufferThe new input buffer.

Definition at line 1787 of file postproc.c.

References x, yy_c_buf_p, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_did_buffer_switch_on_eof, yy_hold_char, yy_load_buffer_state, yy_n_chars, and yyensure_buffer_stack.

◆ postalloc()

void * postalloc ( yy_size_t  size)

Definition at line 2304 of file postproc.c.

References size, and x.

◆ postensure_buffer_stack()

static void postensure_buffer_stack ( void  )
static

◆ postfree()

void postfree ( void ptr)

Definition at line 2322 of file postproc.c.

References free().

Here is the call graph for this function:

◆ postget_debug()

int postget_debug ( void  )

Definition at line 2211 of file postproc.c.

References yy_flex_debug.

◆ postget_extra()

void * postget_extra ( void  )

◆ postget_in()

FILE * postget_in ( void  )

Get the input stream.

Definition at line 2155 of file postproc.c.

References yyin.

◆ postget_leng()

int postget_leng ( void  )

Get the length of the current token.

Definition at line 2171 of file postproc.c.

References yyleng.

◆ postget_lineno()

int postget_lineno ( void  )

Get the current line number.

Definition at line 2146 of file postproc.c.

References yylineno.

◆ postget_out()

FILE * postget_out ( void  )

Get the output stream.

Definition at line 2163 of file postproc.c.

References yyout.

◆ postget_text()

char * postget_text ( void  )

Get the current token.

Definition at line 2180 of file postproc.c.

References yytext.

◆ postlex()

◆ postlex_destroy()

int postlex_destroy ( void  )

Definition at line 2255 of file postproc.c.

References x, yy_buffer_stack, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_delete_buffer, yy_init_globals(), yy_state_buf, yyfree, and yypop_buffer_state.

Referenced by compdir().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ postpop_buffer_state()

void postpop_buffer_state ( void  )

Removes and deletes the top of the stack, if present.

The next element becomes the new top.

Definition at line 1966 of file postproc.c.

References x, yy_buffer_stack_top, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_delete_buffer, yy_did_buffer_switch_on_eof, and yy_load_buffer_state.

◆ postproc()

int postproc ( FILE fin,
FILE fout,
char **  autolink1,
int  _nolineno 
)

Definition at line 2332 of file postproc.c.

References autolink, indef, line, nolineno, x, yyin, yylex, yyout, and yyunput().

Referenced by compdir().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ postpush_buffer_state()

void postpush_buffer_state ( YY_BUFFER_STATE  new_buffer)

Pushes the new state onto the stack.

The new state becomes the current state. This function will allocate the stack if necessary.

Parameters
new_bufferThe new state.

Definition at line 1936 of file postproc.c.

References x, yy_buffer_stack_top, yy_c_buf_p, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_did_buffer_switch_on_eof, yy_hold_char, yy_load_buffer_state, yy_n_chars, and yyensure_buffer_stack.

◆ postrealloc()

void * postrealloc ( void ptr,
yy_size_t  size 
)

Definition at line 2309 of file postproc.c.

References realloc(), and size.

Here is the call graph for this function:

◆ postrestart()

void postrestart ( FILE input_file)

Immediately switch to a different input stream.

Parameters
input_fileA readable stream.
Note
This function does not reset the start condition to INITIAL .

Definition at line 1770 of file postproc.c.

References x, YY_BUF_SIZE, yy_create_buffer, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_init_buffer, yy_load_buffer_state, yyensure_buffer_stack, and yyin.

◆ postset_debug()

void postset_debug ( int  debug_flag)

Definition at line 2216 of file postproc.c.

References x, and yy_flex_debug.

◆ postset_extra()

void postset_extra ( void user_defined)

◆ postset_in()

void postset_in ( FILE _in_str)

Set the input stream.

This does not discard the current input buffer.

Parameters
_in_strA readable stream.
See also
yy_switch_to_buffer

Definition at line 2201 of file postproc.c.

References x, and yyin.

◆ postset_lineno()

void postset_lineno ( int  _line_number)

Set the current line number.

Parameters
_line_numberline number

Definition at line 2189 of file postproc.c.

References x, and yylineno.

◆ postset_out()

void postset_out ( FILE _out_str)

Definition at line 2206 of file postproc.c.

References x, and yyout.

◆ yy_fatal_error()

static void yy_fatal_error ( const char msg)
static

Definition at line 2118 of file postproc.c.

References x, and YY_EXIT_FAILURE.

◆ yy_get_next_buffer()

static int yy_get_next_buffer ( void  )
static

Definition at line 1489 of file postproc.c.

References EOB_ACT_CONTINUE_SCAN, EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, i, int, source, x, YY_BUFFER_EOF_PENDING, yy_c_buf_p, YY_CURRENT_BUFFER_LVALUE, YY_END_OF_BUFFER_CHAR, YY_FATAL_ERROR, YY_INPUT, YY_MORE_ADJ, yy_n_chars, YY_READ_BUF_SIZE, yyin, yyrealloc, yyrestart, and yytext_ptr.

Referenced by input(), and postlex().

Here is the caller graph for this function:

◆ yy_get_previous_state()

static yy_state_type yy_get_previous_state ( void  )
static

Definition at line 1597 of file postproc.c.

References int, x, YY_AT_BOL, yy_base, yy_c_buf_p, yy_chk, yy_def, yy_ec, yy_meta, YY_MORE_ADJ, yy_nxt, YY_SC_TO_UI, yy_start, yy_state_buf, yy_state_ptr, and yytext_ptr.

Referenced by postlex().

Here is the caller graph for this function:

◆ yy_init_globals()

static int yy_init_globals ( void  )
static

Definition at line 2221 of file postproc.c.

References x, yy_buffer_stack, yy_buffer_stack_max, yy_buffer_stack_top, yy_c_buf_p, yy_full_match, yy_init, yy_lp, yy_start, yy_state_buf, yy_state_ptr, yyin, and yyout.

Referenced by postlex_destroy().

Here is the caller graph for this function:

◆ yy_try_NUL_trans()

static yy_state_type yy_try_NUL_trans ( yy_state_type  current_state)
static

Definition at line 1629 of file postproc.c.

References int, x, yy_base, yy_chk, yy_def, yy_meta, yy_nxt, and yy_state_ptr.

Referenced by postlex().

Here is the caller graph for this function:

◆ yyunput()

static void yyunput ( int  c,
char buf_ptr 
)
static

Definition at line 1650 of file postproc.c.

References c, int, source, x, yy_c_buf_p, YY_CURRENT_BUFFER_LVALUE, YY_FATAL_ERROR, yy_hold_char, yy_n_chars, and yytext_ptr.

Referenced by postproc().

Here is the caller graph for this function:

Variable Documentation

◆ autolink

char* autolink = NULL
static

Definition at line 856 of file postproc.c.

Referenced by postlex(), and postproc().

◆ indef

int indef = 0
static

Definition at line 855 of file postproc.c.

Referenced by postlex(), and postproc().

◆ line

int line = 1
static

Definition at line 855 of file postproc.c.

Referenced by input0(), postlex(), and postproc().

◆ nolineno

int nolineno = 0
static

Definition at line 855 of file postproc.c.

Referenced by postlex(), and postproc().

◆ post_flex_debug

int post_flex_debug = 0

Definition at line 808 of file postproc.c.

◆ postin

FILE * postin = NULL

Definition at line 592 of file postproc.c.

◆ postleng

int postleng

Definition at line 532 of file postproc.c.

◆ postlineno

int postlineno = 1

Definition at line 597 of file postproc.c.

◆ postout

FILE * postout = NULL

Definition at line 421 of file postproc.c.

◆ posttext

char * posttext

Definition at line 824 of file postproc.c.

◆ yy_accept

const flex_int16_t yy_accept[115]
static
Initial value:
=
{ 0,
1, 1, 1, 2, 4, 6, 8, 10, 13, 15,
17, 19, 22, 22, 23, 23, 24, 25, 25, 25,
25, 25, 25, 25, 26, 26, 26, 27, 27, 27,
27, 28, 28, 28, 28, 28, 28, 28, 29, 29,
29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
29, 29, 29, 29, 29, 29, 29, 29, 30, 31,
31, 31, 31, 31, 32, 32, 32, 32, 33, 34,
35, 35, 35, 35, 35, 35, 35, 35, 35, 36,
37, 37, 37, 38, 38, 38, 38, 38, 39, 40,
40, 40, 40, 40, 41, 42, 42, 42, 43, 43,
43, 44, 45, 45, 47, 47, 47, 47, 47, 47,
47, 47, 48, 48
}

Definition at line 637 of file postproc.c.

Referenced by postlex().

◆ yy_acclist

const flex_int16_t yy_acclist[48]
static
Initial value:
=
{ 0,
16, 14, 15, 13, 15, 14, 15, 14, 15, 7,
14, 15, 14, 15, 14, 15, 14, 15, 7, 14,
15, 12, 1, 2, 8, 8, 2, 8, 5, 5,
4, 5, 5, 5, 5, 10, 4, 5, 9, 6,
5, 5, 5, 11, 5, 6, 3
}

Definition at line 628 of file postproc.c.

Referenced by postlex().

◆ yy_base

const flex_int16_t yy_base[126]
static
Initial value:
=
{ 0,
0, 24, 260, 261, 261, 4, 2, 261, 231, 2,
12, 15, 13, 253, 9, 261, 0, 4, 37, 19,
31, 40, 215, 252, 34, 43, 44, 50, 52, 0,
0, 236, 41, 57, 225, 249, 52, 60, 66, 67,
98, 231, 232, 236, 78, 215, 69, 67, 82, 80,
0, 232, 227, 218, 90, 207, 84, 240, 83, 222,
214, 211, 92, 87, 79, 189, 88, 209, 97, 94,
184, 173, 165, 130, 111, 0, 119, 104, 131, 261,
159, 168, 135, 138, 161, 150, 96, 136, 261, 156,
140, 0, 136, 170, 144, 143, 125, 140, 136, 119,
147, 261, 120, 149, 115, 66, 57, 154, 159, 4,
181, 261, 261, 194, 199, 204, 207, 211, 216, 218,
223, 228, 231, 232, 237
}

Definition at line 695 of file postproc.c.

Referenced by postlex(), yy_get_previous_state(), and yy_try_NUL_trans().

◆ yy_buffer_stack

YY_BUFFER_STATE* yy_buffer_stack = NULL
static

Stack as an array.

Definition at line 513 of file postproc.c.

Referenced by postensure_buffer_stack(), postlex_destroy(), and yy_init_globals().

◆ yy_buffer_stack_max

size_t yy_buffer_stack_max = 0
static

capacity of stack.

Definition at line 512 of file postproc.c.

Referenced by postensure_buffer_stack(), and yy_init_globals().

◆ yy_buffer_stack_top

size_t yy_buffer_stack_top = 0
static

index of top of stack.

Definition at line 511 of file postproc.c.

Referenced by postensure_buffer_stack(), postpop_buffer_state(), postpush_buffer_state(), and yy_init_globals().

◆ yy_c_buf_p

◆ yy_chk

const flex_int16_t yy_chk[307]
static

Definition at line 769 of file postproc.c.

Referenced by postlex(), yy_get_previous_state(), and yy_try_NUL_trans().

◆ yy_def

const flex_int16_t yy_def[126]
static
Initial value:
=
{ 0,
114, 114, 113, 113, 113, 115, 113, 113, 113, 113,
113, 116, 115, 113, 117, 113, 118, 113, 113, 113,
116, 113, 113, 119, 116, 116, 119, 115, 115, 120,
118, 113, 113, 113, 113, 119, 119, 119, 119, 115,
115, 113, 113, 113, 113, 113, 119, 119, 119, 115,
41, 113, 113, 113, 121, 113, 119, 122, 122, 113,
113, 113, 121, 113, 123, 113, 119, 122, 122, 122,
113, 113, 113, 113, 121, 124, 113, 119, 122, 113,
113, 113, 113, 121, 121, 113, 119, 122, 113, 113,
121, 85, 113, 119, 122, 113, 113, 122, 113, 113,
122, 113, 113, 122, 113, 113, 113, 113, 125, 125,
125, 113, 0, 113, 113, 113, 113, 113, 113, 113,
113, 113, 113, 113, 113
}

Definition at line 713 of file postproc.c.

Referenced by postlex(), yy_get_previous_state(), and yy_try_NUL_trans().

◆ yy_did_buffer_switch_on_eof

int yy_did_buffer_switch_on_eof
static

◆ yy_ec

const YY_CHAR yy_ec[256]
static

Definition at line 654 of file postproc.c.

Referenced by postlex(), and yy_get_previous_state().

◆ yy_full_match

char* yy_full_match
static

Definition at line 811 of file postproc.c.

Referenced by postlex(), and yy_init_globals().

◆ yy_hold_char

char yy_hold_char
static

◆ yy_init

int yy_init = 0
static

Definition at line 536 of file postproc.c.

Referenced by postlex(), and yy_init_globals().

◆ yy_lp

int yy_lp
static

Definition at line 812 of file postproc.c.

Referenced by postlex(), and yy_init_globals().

◆ yy_meta

const YY_CHAR yy_meta[46]
static
Initial value:
=
{ 0,
1, 1, 2, 1, 3, 1, 3, 1, 1, 1,
4, 5, 1, 5, 5, 5, 5, 1, 1, 1,
1, 1, 1, 1, 1, 1, 3, 1, 4, 4,
5, 5, 4, 1, 1, 1, 1, 1, 3, 1,
1, 3, 3, 1, 3
}

Definition at line 686 of file postproc.c.

Referenced by postlex(), yy_get_previous_state(), and yy_try_NUL_trans().

◆ yy_n_chars

◆ yy_nxt

const flex_int16_t yy_nxt[307]
static

Definition at line 731 of file postproc.c.

Referenced by postlex(), yy_get_previous_state(), and yy_try_NUL_trans().

◆ yy_start

int yy_start = 0
static

Definition at line 537 of file postproc.c.

Referenced by postlex(), yy_get_previous_state(), and yy_init_globals().

◆ yy_state_buf

yy_state_type* yy_state_buf =0
static

Definition at line 810 of file postproc.c.

Referenced by postlex(), postlex_destroy(), yy_get_previous_state(), and yy_init_globals().

◆ yy_state_ptr

yy_state_type * yy_state_ptr =0
static

Definition at line 810 of file postproc.c.

Referenced by postlex(), yy_get_previous_state(), yy_init_globals(), and yy_try_NUL_trans().