#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <grass/sqlp.h>
#include "y.tab.h"
#include <unistd.h>
Go to the source code of this file.
#define BEGIN (yy_start) = 1 + 2 * |
#define EOB_ACT_CONTINUE_SCAN 0 |
#define EOB_ACT_END_OF_FILE 1 |
#define EOB_ACT_LAST_MATCH 2 |
#define INT16_MAX (32767) |
#define INT16_MIN (-32767-1) |
#define INT32_MAX (2147483647) |
#define INT32_MIN (-2147483647-1) |
#define REJECT reject_used_but_not_detected |
#define UINT16_MAX (65535U) |
#define UINT32_MAX (4294967295U) |
#define YY_BUF_SIZE 16384 |
#define YY_BUFFER_EOF_PENDING 2 |
#define YY_BUFFER_NORMAL 1 |
#define YY_CURRENT_BUFFER |
Value:( (yy_buffer_stack) \
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
Definition at line 272 of file lex.yy.c.
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] |
#define YY_DECL_IS_OURS 1 |
#define YY_DO_BEFORE_ACTION |
#define YY_END_OF_BUFFER 54 |
#define YY_END_OF_BUFFER_CHAR 0 |
#define YY_EXIT_FAILURE 2 |
#define YY_EXTRA_TYPE void * |
#define YY_FATAL_ERROR |
( |
|
msg | ) |
yy_fatal_error( msg ) |
#define YY_FLEX_MAJOR_VERSION 2 |
#define YY_FLEX_MINOR_VERSION 5 |
#define YY_FLEX_SUBMINOR_VERSION 39 |
#define YY_INPUT |
( |
|
b, |
|
|
|
r, |
|
|
|
ms |
|
) |
| (r = my_yyinput(b, ms)) |
#define YY_INT_ALIGNED short int |
#define YY_LESS_LINENO |
( |
|
n | ) |
|
#define YY_LINENO_REWIND_TO |
( |
|
ptr | ) |
|
#define YY_MORE_ADJ (yy_more_len) |
#define YY_READ_BUF_SIZE 8192 |
#define YY_RESTORE_YY_MORE_OFFSET |
#define YY_SC_TO_UI |
( |
|
c | ) |
((unsigned int) (unsigned char) c) |
#define yy_set_bol |
( |
|
at_bol | ) |
|
Value:
yyensure_buffer_stack ();
\
}
#define YY_CURRENT_BUFFER
#define YY_CURRENT_BUFFER_LVALUE
YY_BUFFER_STATE yy_create_buffer(FILE *file, int size)
Definition at line 330 of file lex.yy.c.
#define yy_set_interactive |
( |
|
is_interactive | ) |
|
Value:
yyensure_buffer_stack ();
\
}
#define YY_CURRENT_BUFFER
#define YY_CURRENT_BUFFER_LVALUE
YY_BUFFER_STATE yy_create_buffer(FILE *file, int size)
Definition at line 320 of file lex.yy.c.
#define YY_START (((yy_start) - 1) / 2) |
#define YY_START_STACK_INCR 25 |
#define YY_STRUCT_YY_BUFFER_STATE |
#define YY_TYPEDEF_YY_BUFFER_STATE |
#define YY_TYPEDEF_YY_SIZE_T |
Value:do \
{ \
\
int yyless_macro_arg = (
n);
\
} \
while ( 0 )
#define YY_RESTORE_YY_MORE_OFFSET
#define YY_DO_BEFORE_ACTION
#define YY_LESS_LINENO(n)
Definition at line 181 of file lex.yy.c.
Value:do \
{ \
\
int yyless_macro_arg = (
n);
\
(yy_c_buf_p) =
yytext + yyless_macro_arg; \
(yy_hold_char) = *(yy_c_buf_p); \
} \
while ( 0 )
#define YY_LESS_LINENO(n)
Definition at line 181 of file lex.yy.c.
#define yymore |
( |
| ) |
((yy_more_flag) = 1) |
#define YYTABLES_NAME "yytables" |
if |
( |
! |
YY_CURRENT_BUFFER | ) |
|
Definition at line 799 of file lex.yy.c.
References YY_BUF_SIZE, yy_create_buffer(), YY_CURRENT_BUFFER_LVALUE, and yyin.
Referenced by G3d_fillHeader(), G_histogram_eq_colors_fp(), get_diag_intersects(), get_horz_intersects(), get_slice_value(), get_vert_intersects(), Gp_set_color(), gsd_norm_arrows(), I_cluster_exec(), I_cluster_means(), I_cluster_signatures(), rtree_write_branch(), segment_seek(), tavl_probe(), V1__rewrite_line_nat(), and V2_read_line_ogr().
int yyget_lineno |
( |
void |
| ) |
|
char* yyget_text |
( |
void |
| ) |
|
int yylex_destroy |
( |
void |
| ) |
|
void yypop_buffer_state |
( |
void |
| ) |
|
void yyrestart |
( |
FILE * |
input_file | ) |
|
void yyset_debug |
( |
int |
debug_flag | ) |
|
void yyset_in |
( |
FILE * |
in_str | ) |
|
void yyset_lineno |
( |
int |
line_number | ) |
|
void yyset_out |
( |
FILE * |
out_str | ) |
|
Initial value:The main scanner function which does all the work.
Definition at line 777 of file lex.yy.c.
FILE * yyout = (FILE *) 0 |