GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-b4e4cb0fe9
|
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <grass/sqlp.h>
#include "sqlp.tab.h"
#include <limits.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | YYBISON 30705 |
#define | YYBISON_VERSION "3.7.5" |
#define | YYSKELETON_NAME "yacc.c" |
#define | YYPURE 0 |
#define | YYPUSH 0 |
#define | YYPULL 1 |
#define | YYDEBUG 1 |
#define | YYERROR_VERBOSE 1 |
#define | YY_CAST(Type, Val) ((Type) (Val)) |
#define | YY_REINTERPRET_CAST(Type, Val) ((Type) (Val)) |
#define | YY_NULLPTR ((void*)0) |
#define | YYPTRDIFF_T long |
#define | YYPTRDIFF_MAXIMUM LONG_MAX |
#define | YYSIZE_T unsigned |
#define | YYSIZE_MAXIMUM |
#define | YYSIZEOF(X) YY_CAST (YYPTRDIFF_T, sizeof (X)) |
#define | YY_(Msgid) Msgid |
#define | YY_ATTRIBUTE_PURE |
#define | YY_ATTRIBUTE_UNUSED |
#define | YY_USE(E) ((void) (E)) |
#define | YY_INITIAL_VALUE(Value) Value |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_END |
#define | YY_IGNORE_USELESS_CAST_BEGIN |
#define | YY_IGNORE_USELESS_CAST_END |
#define | YY_ASSERT(E) ((void) (0 && (E))) |
#define | YYSTACK_ALLOC YYMALLOC |
#define | YYSTACK_FREE YYFREE |
#define | YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
#define | YYMALLOC malloc |
#define | YYFREE free |
#define | YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1) |
#define | YYSTACK_BYTES(N) |
#define | YYCOPY_NEEDED 1 |
#define | YYSTACK_RELOCATE(Stack_alloc, Stack) |
#define | YYCOPY(Dst, Src, Count) |
#define | YYFINAL 27 |
#define | YYLAST 156 |
#define | YYNTOKENS 48 |
#define | YYNNTS 32 |
#define | YYNRULES 87 |
#define | YYNSTATES 157 |
#define | YYMAXUTOK 294 |
#define | YYTRANSLATE(YYX) |
#define | YY_ACCESSING_SYMBOL(State) YY_CAST (yysymbol_kind_t, yystos[State]) |
#define | YYPACT_NINF (-52) |
#define | yypact_value_is_default(Yyn) ((Yyn) == YYPACT_NINF) |
#define | YYTABLE_NINF (-1) |
#define | yytable_value_is_error(Yyn) 0 |
#define | yyerrok (yyerrstatus = 0) |
#define | yyclearin (yychar = YYEMPTY) |
#define | YYACCEPT goto yyacceptlab |
#define | YYABORT goto yyabortlab |
#define | YYERROR goto yyerrorlab |
#define | YYRECOVERING() (!!yyerrstatus) |
#define | YYBACKUP(Token, Value) |
#define | YYERRCODE YYUNDEF |
#define | YYFPRINTF fprintf |
#define | YYDPRINTF(Args) |
#define | YY_LOCATION_PRINT(File, Loc) ((void) 0) |
#define | YY_SYMBOL_PRINT(Title, Kind, Value, Location) |
#define | YY_STACK_PRINT(Bottom, Top) |
#define | YY_REDUCE_PRINT(Rule) |
#define | YYINITDEPTH 200 |
#define | YYMAXDEPTH 10000 |
#define | YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) |
Typedefs | |
typedef enum yysymbol_kind_t | yysymbol_kind_t |
typedef signed char | yytype_int8 |
typedef short | yytype_int16 |
typedef unsigned char | yytype_uint8 |
typedef unsigned short | yytype_uint16 |
typedef yytype_uint8 | yy_state_t |
typedef int | yy_state_fast_t |
Functions | |
int | yylex (void) |
void * | malloc (YYSIZE_T) |
void | free (void *) |
int | yyparse (void) |
Variables | |
int | yydebug |
int | yychar |
YYSTYPE | yylval |
int | yynerrs |
#define YY_ | ( | Msgid | ) | Msgid |
Definition at line 326 of file sqlp.tab.c.
#define YY_ACCESSING_SYMBOL | ( | State | ) | YY_CAST (yysymbol_kind_t, yystos[State]) |
Accessing symbol of state STATE.
Definition at line 593 of file sqlp.tab.c.
#define YY_ASSERT | ( | E | ) | ((void) (0 && (E))) |
Definition at line 386 of file sqlp.tab.c.
#define YY_ATTRIBUTE_PURE |
Definition at line 335 of file sqlp.tab.c.
#define YY_ATTRIBUTE_UNUSED |
Definition at line 343 of file sqlp.tab.c.
#define YY_CAST | ( | Type, | |
Val | |||
) | ((Type) (Val)) |
Definition at line 88 of file sqlp.tab.c.
#define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
Definition at line 366 of file sqlp.tab.c.
#define YY_IGNORE_MAYBE_UNINITIALIZED_END |
Definition at line 367 of file sqlp.tab.c.
#define YY_IGNORE_USELESS_CAST_BEGIN |
Definition at line 381 of file sqlp.tab.c.
#define YY_IGNORE_USELESS_CAST_END |
Definition at line 382 of file sqlp.tab.c.
#define YY_INITIAL_VALUE | ( | Value | ) | Value |
Definition at line 363 of file sqlp.tab.c.
#define YY_LOCATION_PRINT | ( | File, | |
Loc | |||
) | ((void) 0) |
Definition at line 856 of file sqlp.tab.c.
#define YY_NULLPTR ((void*)0) |
Definition at line 100 of file sqlp.tab.c.
#define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 957 of file sqlp.tab.c.
#define YY_REINTERPRET_CAST | ( | Type, | |
Val | |||
) | ((Type) (Val)) |
Definition at line 89 of file sqlp.tab.c.
#define YY_STACK_PRINT | ( | Bottom, | |
Top | |||
) |
Definition at line 926 of file sqlp.tab.c.
#define YY_SYMBOL_PRINT | ( | Title, | |
Kind, | |||
Value, | |||
Location | |||
) |
Definition at line 860 of file sqlp.tab.c.
#define YY_USE | ( | E | ) | ((void) (E)) |
Definition at line 349 of file sqlp.tab.c.
#define YYABORT goto yyabortlab |
Definition at line 812 of file sqlp.tab.c.
#define YYACCEPT goto yyacceptlab |
Definition at line 811 of file sqlp.tab.c.
#define YYBACKUP | ( | Token, | |
Value | |||
) |
Definition at line 818 of file sqlp.tab.c.
#define YYBISON 30705 |
Definition at line 49 of file sqlp.tab.c.
#define YYBISON_VERSION "3.7.5" |
Definition at line 52 of file sqlp.tab.c.
Definition at line 809 of file sqlp.tab.c.
#define YYCOPY | ( | Dst, | |
Src, | |||
Count | |||
) |
Definition at line 503 of file sqlp.tab.c.
#define YYCOPY_NEEDED 1 |
Definition at line 475 of file sqlp.tab.c.
#define YYDEBUG 1 |
Definition at line 77 of file sqlp.tab.c.
#define YYDPRINTF | ( | Args | ) |
Definition at line 848 of file sqlp.tab.c.
#define YYERRCODE YYUNDEF |
Definition at line 837 of file sqlp.tab.c.
#define yyerrok (yyerrstatus = 0) |
Definition at line 808 of file sqlp.tab.c.
#define YYERROR goto yyerrorlab |
Definition at line 813 of file sqlp.tab.c.
#define YYERROR_VERBOSE 1 |
Definition at line 78 of file sqlp.tab.c.
#define YYFINAL 27 |
Definition at line 516 of file sqlp.tab.c.
#define YYFPRINTF fprintf |
Definition at line 845 of file sqlp.tab.c.
#define YYFREE free |
Definition at line 447 of file sqlp.tab.c.
#define YYINITDEPTH 200 |
Definition at line 976 of file sqlp.tab.c.
#define YYLAST 156 |
Definition at line 518 of file sqlp.tab.c.
#define YYMALLOC malloc |
Definition at line 441 of file sqlp.tab.c.
#define YYMAXDEPTH 10000 |
Definition at line 987 of file sqlp.tab.c.
#define YYMAXUTOK 294 |
Definition at line 530 of file sqlp.tab.c.
#define YYNNTS 32 |
Definition at line 523 of file sqlp.tab.c.
#define YYNRULES 87 |
Definition at line 525 of file sqlp.tab.c.
#define YYNSTATES 157 |
Definition at line 527 of file sqlp.tab.c.
#define YYNTOKENS 48 |
Definition at line 521 of file sqlp.tab.c.
#define YYPACT_NINF (-52) |
Definition at line 639 of file sqlp.tab.c.
#define yypact_value_is_default | ( | Yyn | ) | ((Yyn) == YYPACT_NINF) |
Definition at line 641 of file sqlp.tab.c.
#define YYPTRDIFF_MAXIMUM LONG_MAX |
Definition at line 286 of file sqlp.tab.c.
#define YYPTRDIFF_T long |
Definition at line 285 of file sqlp.tab.c.
#define YYPULL 1 |
Definition at line 64 of file sqlp.tab.c.
#define YYPURE 0 |
Definition at line 58 of file sqlp.tab.c.
#define YYPUSH 0 |
Definition at line 61 of file sqlp.tab.c.
#define YYRECOVERING | ( | ) | (!!yyerrstatus) |
Definition at line 816 of file sqlp.tab.c.
#define YYSIZE_MAXIMUM |
Definition at line 303 of file sqlp.tab.c.
#define YYSIZE_T unsigned |
Definition at line 299 of file sqlp.tab.c.
#define YYSIZEOF | ( | X | ) | YY_CAST (YYPTRDIFF_T, sizeof (X)) |
Definition at line 309 of file sqlp.tab.c.
#define YYSKELETON_NAME "yacc.c" |
Definition at line 55 of file sqlp.tab.c.
#define YYSTACK_ALLOC YYMALLOC |
Definition at line 427 of file sqlp.tab.c.
#define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 430 of file sqlp.tab.c.
#define YYSTACK_BYTES | ( | N | ) |
Definition at line 471 of file sqlp.tab.c.
#define YYSTACK_FREE YYFREE |
Definition at line 428 of file sqlp.tab.c.
Definition at line 467 of file sqlp.tab.c.
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |
Stack | |||
) |
Definition at line 482 of file sqlp.tab.c.
#define YYTABLE_NINF (-1) |
Definition at line 644 of file sqlp.tab.c.
#define yytable_value_is_error | ( | Yyn | ) | 0 |
Definition at line 646 of file sqlp.tab.c.
#define YYTRANSLATE | ( | YYX | ) |
Definition at line 535 of file sqlp.tab.c.
typedef int yy_state_fast_t |
Definition at line 316 of file sqlp.tab.c.
typedef yytype_uint8 yy_state_t |
Definition at line 313 of file sqlp.tab.c.
typedef enum yysymbol_kind_t yysymbol_kind_t |
Definition at line 1 of file sqlp.tab.c.
typedef short yytype_int16 |
Definition at line 237 of file sqlp.tab.c.
typedef signed char yytype_int8 |
Definition at line 229 of file sqlp.tab.c.
typedef unsigned short yytype_uint16 |
Definition at line 269 of file sqlp.tab.c.
typedef unsigned char yytype_uint8 |
Definition at line 258 of file sqlp.tab.c.
anonymous enum |
Enumerator | |
---|---|
YYENOMEM |
Definition at line 806 of file sqlp.tab.c.
enum yysymbol_kind_t |
Definition at line 106 of file sqlp.tab.c.
void free | ( | void * | ) |
Referenced by BM_create_sparse(), BM_destroy(), Cdhc_anderson_darling(), Cdhc_anderson_darling_exp(), Cdhc_chi_square(), Cdhc_chi_square_exp(), Cdhc_cramer_von_mises(), Cdhc_cramer_von_mises_exp(), Cdhc_dmax(), Cdhc_dmax_exp(), Cdhc_shapiro_francia(), Cdhc_watson_u2(), Cdhc_watson_u2_exp(), Cdhc_weisberg_bingham(), dgl_edge_prioritizer_del(), DGL_EDGE_T_RELEASE_FUNC(), DGL_NODE_T_RELEASE_FUNC(), dgl_read_V1(), dgl_read_V2(), dgl_release_V1(), dgl_release_V2(), DGL_SPAN_DEPTHFIRST_SPANNING_FUNC(), DGL_UNFLATTEN_FUNC(), dglFreeSPReport(), dglHeapFree(), dglTreeEdgeAdd(), dglTreeEdgeCancel(), dglTreeEdgePri32Add(), dglTreeEdgePri32Cancel(), dglTreeNode2Add(), dglTreeNode2Cancel(), dglTreeNodeAdd(), dglTreeNodeCancel(), dglTreeNodePri32Add(), dglTreeNodePri32Cancel(), dglTreePredistAdd(), dglTreePredistCancel(), dglTreeTouchI32Add(), dglTreeTouchI32Cancel(), dig_free_area(), BasicMinMaxHeap< T >::freeHeap(), G_free(), GS_write_zoom(), gvd_vect(), I_cluster_begin(), I_free_group_ref(), I_free_signatures(), I_SetClassTitle(), I_SetSigTitle(), link_cleanup(), link_init(), N_free_les(), Rast3d_free(), rbtree_clear(), rbtree_destroy(), Rowio_release(), RTreeDestroyTree(), RTreeFreeBoundary(), RTreeFreeListBranch(), RTreeFreeListNode(), RTreeFreeNode(), RTreeFreeRect(), SHPClose(), SHPDestroyObject(), SHPWriteHeader(), sqpCopyValue(), sqpFreeNode(), and sqpFreeStmt().
void* malloc | ( | YYSIZE_T | ) |
Referenced by avl_malloc(), BM_create_sparse(), Cdhc_anderson_darling(), Cdhc_anderson_darling_exp(), Cdhc_chi_square(), Cdhc_chi_square_exp(), Cdhc_cramer_von_mises(), Cdhc_cramer_von_mises_exp(), Cdhc_dmax(), Cdhc_dmax_exp(), Cdhc_shapiro_francia(), Cdhc_watson_u2(), Cdhc_watson_u2_exp(), Cdhc_weisberg_bingham(), DBFCloneEmpty(), dgl_edge_prioritizer_add(), dgl_edge_prioritizer_del(), DGL_EDGE_T_INITIALIZE_FUNC(), DGL_NODE_T_INITIALIZE_FUNC(), dgl_read_V1(), dgl_read_V2(), dglTreeEdgeAlloc(), dglTreeEdgePri32Alloc(), dglTreeNode2Alloc(), dglTreeNodeAlloc(), dglTreeNodePri32Alloc(), dglTreePredistAlloc(), dglTreeTouchI32Alloc(), gvd_vect(), I_cluster_begin(), if(), link_init(), MT_divide(), MT_functions_new(), MT_tree_info_new(), quad_point_new(), Rast3d_malloc(), rbtree_create(), RTreeAllocBoundary(), RTreeAllocNode(), RTreeAllocRect(), RTreeCreateTree(), RTreeNewListNode(), SHPWriteHeader(), SHPWriteObject(), tavl_malloc(), Vect__new_line_struct(), and Vect_new_map_struct().
int yylex | ( | void | ) |
int yyparse | ( | void | ) |
Definition at line 1030 of file sqlp.tab.c.
References YY_, YY_ASSERT, YY_CAST, YY_IGNORE_USELESS_CAST_BEGIN, YY_IGNORE_USELESS_CAST_END, YY_STACK_PRINT, YYABORT, YYACCEPT, yyalloc(), yychar, YYDPRINTF, YYEMPTY, YYFINAL, YYINITDEPTH, YYMAXDEPTH, YYNSTATES, YYPTRDIFF_T, YYSIZE_T, YYSIZEOF, YYSTACK_ALLOC, YYSTACK_BYTES, YYSTACK_FREE, YYSTACK_RELOCATE, and YYSYMBOL_YYEMPTY.
int yychar |
Definition at line 1015 of file sqlp.tab.c.
Referenced by yyparse().
int yydebug |
Definition at line 965 of file sqlp.tab.c.
YYSTYPE yylval |
Definition at line 1018 of file sqlp.tab.c.
int yynerrs |
Definition at line 1020 of file sqlp.tab.c.