GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <grass/sqlp.h>
#include <stddef.h>
#include <stdio.h>
Go to the source code of this file.
Data Structures | |
union | YYSTYPE |
union | yyalloc |
Macros | |
#define | YYBISON 1 |
#define | YYBISON_VERSION "3.0.2" |
#define | YYSKELETON_NAME "yacc.c" |
#define | YYPURE 0 |
#define | YYPUSH 0 |
#define | YYPULL 1 |
#define | YYDEBUG 1 |
#define | YYERROR_VERBOSE 1 |
#define | YY_NULLPTR 0 |
#define | YYERROR_VERBOSE 1 |
#define | YY_YY_Y_TAB_H_INCLUDED |
#define | YYTOKENTYPE |
#define | COMPARISON_OPERATOR 258 |
#define | NAME 259 |
#define | STRING 260 |
#define | INTNUM 261 |
#define | FLOATNUM 262 |
#define | ADD 263 |
#define | DROP 264 |
#define | COLUMN 265 |
#define | EQUAL 266 |
#define | SELECT 267 |
#define | FROM 268 |
#define | WHERE 269 |
#define | DELETE 270 |
#define | INSERT 271 |
#define | INTO 272 |
#define | VALUES 273 |
#define | UPDATE 274 |
#define | SET 275 |
#define | AND 276 |
#define | OR 277 |
#define | NOT 278 |
#define | ALTER 279 |
#define | TABLE 280 |
#define | CREATE 281 |
#define | NULL_VALUE 282 |
#define | VARCHAR 283 |
#define | INT 284 |
#define | INTEGER 285 |
#define | DOUBLE 286 |
#define | PRECISION 287 |
#define | DATE 288 |
#define | TIME 289 |
#define | ORDER 290 |
#define | BY 291 |
#define | IS 292 |
#define | ASC 293 |
#define | DESC 294 |
#define | YYSTYPE_IS_TRIVIAL 1 |
#define | YYSTYPE_IS_DECLARED 1 |
#define | YYSIZE_T size_t |
#define | YYSIZE_MAXIMUM ((YYSIZE_T) -1) |
#define | YY_(Msgid) Msgid |
#define | YY_ATTRIBUTE(Spec) /* empty */ |
#define | YY_ATTRIBUTE_PURE YY_ATTRIBUTE ((__pure__)) |
#define | YY_ATTRIBUTE_UNUSED YY_ATTRIBUTE ((__unused__)) |
#define | _Noreturn YY_ATTRIBUTE ((__noreturn__)) |
#define | YYUSE(E) ((void) (E)) |
#define | YY_INITIAL_VALUE(Value) Value |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_END |
#define | YYSTACK_ALLOC YYMALLOC |
#define | YYSTACK_FREE YYFREE |
#define | YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
#define | YYMALLOC malloc |
#define | YYFREE free |
#define | YYSTACK_GAP_MAXIMUM (sizeof (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 | YYUNDEFTOK 2 |
#define | YYMAXUTOK 294 |
#define | YYTRANSLATE(YYX) ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
#define | YYPACT_NINF -52 |
#define | yypact_value_is_default(Yystate) (!!((Yystate) == (-52))) |
#define | YYTABLE_NINF -1 |
#define | yytable_value_is_error(Yytable_value) 0 |
#define | yyerrok (yyerrstatus = 0) |
#define | yyclearin (yychar = YYEMPTY) |
#define | YYEMPTY (-2) |
#define | YYEOF 0 |
#define | YYACCEPT goto yyacceptlab |
#define | YYABORT goto yyabortlab |
#define | YYERROR goto yyerrorlab |
#define | YYRECOVERING() (!!yyerrstatus) |
#define | YYBACKUP(Token, Value) |
#define | YYTERROR 1 |
#define | YYERRCODE 256 |
#define | YYFPRINTF fprintf |
#define | YYDPRINTF(Args) |
#define | YY_LOCATION_PRINT(File, Loc) ((void) 0) |
#define | YY_SYMBOL_PRINT(Title, Type, Value, Location) |
#define | YY_STACK_PRINT(Bottom, Top) |
#define | YY_REDUCE_PRINT(Rule) |
#define | YYINITDEPTH 200 |
#define | YYMAXDEPTH 10000 |
#define | YYCASE_(N, S) |
#define | YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) |
#define | YYSYNTAX_ERROR |
Typedefs | |
typedef union YYSTYPE | YYSTYPE |
typedef unsigned char | yytype_uint8 |
typedef signed char | yytype_int8 |
typedef unsigned short int | yytype_uint16 |
typedef short int | yytype_int16 |
Enumerations | |
enum | yytokentype { COMPARISON_OPERATOR = 258, NAME = 259, STRING = 260, INTNUM = 261, FLOATNUM = 262, ADD = 263, DROP = 264, COLUMN = 265, EQUAL = 266, SELECT = 267, FROM = 268, WHERE = 269, DELETE = 270, INSERT = 271, INTO = 272, VALUES = 273, UPDATE = 274, SET = 275, AND = 276, OR = 277, NOT = 278, ALTER = 279, TABLE = 280, CREATE = 281, NULL_VALUE = 282, VARCHAR = 283, INT = 284, INTEGER = 285, DOUBLE = 286, PRECISION = 287, DATE = 288, TIME = 289, ORDER = 290, BY = 291, IS = 292, ASC = 293, DESC = 294, COMPARISON_OPERATOR = 258, NAME = 259, STRING = 260, INTNUM = 261, FLOATNUM = 262, ADD = 263, DROP = 264, COLUMN = 265, EQUAL = 266, SELECT = 267, FROM = 268, WHERE = 269, DELETE = 270, INSERT = 271, INTO = 272, VALUES = 273, UPDATE = 274, SET = 275, AND = 276, OR = 277, NOT = 278, ALTER = 279, TABLE = 280, CREATE = 281, NULL_VALUE = 282, VARCHAR = 283, INT = 284, INTEGER = 285, DOUBLE = 286, PRECISION = 287, DATE = 288, TIME = 289, ORDER = 290, BY = 291, IS = 292, ASC = 293, DESC = 294 } |
Functions | |
int | yyparse (void) |
int | yylex (void) |
void * | malloc (YYSIZE_T) |
void | free (void *) |
Variables | |
int | yydebug |
YYSTYPE | yylval |
int | yychar |
int | yynerrs |
#define _Noreturn YY_ATTRIBUTE ((__noreturn__)) |
#define COLUMN 265 |
Definition at line 158 of file y.tab.c.
Referenced by set_value().
#define EQUAL 266 |
Definition at line 159 of file y.tab.c.
Referenced by order_intersects(), and segs_intersect().
#define FROM 268 |
Definition at line 161 of file y.tab.c.
Referenced by GS_get_from(), GS_get_from_real(), GS_get_modelposition(), GS_get_selected_point_on_surface(), GS_get_viewdir(), GS_init_view(), Gs_load_3dview(), GS_look_here(), gs_los_intersect(), gs_los_intersect1(), GS_moveto(), Gs_save_3dview(), GS_set_viewdir(), gs_setlos_enterdata(), gsd_check_focus(), gsd_get_los(), gsd_get_zup(), gsd_set_view(), gsd_zup_twist(), Nviz_set_cplane_here(), and print_frto().
#define SET 275 |
Definition at line 168 of file y.tab.c.
Referenced by G__read_Cell_head_array().
#define YY_ATTRIBUTE_PURE YY_ATTRIBUTE ((__pure__)) |
#define YY_ATTRIBUTE_UNUSED YY_ATTRIBUTE ((__unused__)) |
#define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
#define YY_IGNORE_MAYBE_UNINITIALIZED_END |
#define YY_REDUCE_PRINT | ( | Rule | ) |
#define YY_STACK_PRINT | ( | Bottom, | |
Top | |||
) |
#define YY_SYMBOL_PRINT | ( | Title, | |
Type, | |||
Value, | |||
Location | |||
) |
#define YYBACKUP | ( | Token, | |
Value | |||
) |
#define YYCASE_ | ( | N, | |
S | |||
) |
#define YYCOPY | ( | Dst, | |
Src, | |||
Count | |||
) |
#define YYDPRINTF | ( | Args | ) |
#define yypact_value_is_default | ( | Yystate | ) | (!!((Yystate) == (-52))) |
#define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |
Stack | |||
) |
#define YYSYNTAX_ERROR |
Referenced by yyparse().
#define yytable_value_is_error | ( | Yytable_value | ) | 0 |
#define YYTRANSLATE | ( | YYX | ) | ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
typedef short int yytype_int16 |
typedef signed char yytype_int8 |
typedef unsigned short int yytype_uint16 |
typedef unsigned char yytype_uint8 |
enum yytokentype |
void free | ( | void * | ) |
Referenced by anderson_darling(), anderson_darling_exp(), atou1(), avl_free(), basename(), bin_install(), BM_destroy(), BM_destroy_sparse(), btree_free(), btree_update(), chi_square(), chi_square_exp(), chouse(), chousv(), cminv(), cmmult(), cramer_von_mises(), cramer_von_mises_exp(), csolv(), db_free(), DBFClose(), DBFCreateLL(), DBFOpenLL(), delete_str(), deregister_entries_gisman(), deregister_html(), DGL_DEL_NODE_INEDGE_FUNC(), DGL_DEL_NODE_OUTEDGE_FUNC(), 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(), dmax(), dmax_exp(), durbins_exact(), eigen(), eigval(), evmax(), free_data_buffs(), G3d_free(), G_free(), G_sites_close(), G_sites_free_fields(), GK_clear_keys(), GK_delete_key(), GK_update_frames(), GS_load_att_map(), GS_write_zoom(), gvd_vect(), heigval(), heigvec(), hevmax(), hmgen(), house(), housev(), I_cluster_begin(), I_free_group_ref(), I_free_signatures(), I_SetClassTitle(), I_SetSigTitle(), insert_str(), ldumat(), link_cleanup(), link_init(), main(), minv(), N_free_les(), nc_fgets(), nc_fgets_html(), nc_fgets_nb(), otrma(), otrsm(), process_point(), read_cube(), register_entries_gisman(), register_html(), restore(), restore_entries_gisman(), restore_html(), rmmult(), rowio_release(), royston(), RTreeFreeNode(), segment_release(), shapiro_francia(), shapiro_wilk(), SHPClose(), SHPCreateLL(), SHPDestroyObject(), SHPOpenLL(), SHPWriteHeader(), SHPWriteObject(), solv(), source_install(), sqpCopyValue(), sqpFreeNode(), sqpFreeStmt(), sqpOperatorCode(), sv2u1v(), sv2uv(), sv2val(), svdu1v(), svduv(), svdval(), tavl_free(), test_install(), uninstall(), unitary(), utrncm(), utrnhm(), V1_close_ogr(), V2_close_ogr(), Vect_rename(), watson_u2(), watson_u2_exp(), and weisberg_bingham().
void* malloc | ( | YYSIZE_T | ) |
Referenced by anderson_darling(), anderson_darling_exp(), avl_malloc(), BM_create(), BM_create_sparse(), BM_file_read(), btree_create(), Cairo_draw_bitmap(), chi_square(), chi_square_exp(), cramer_von_mises(), cramer_von_mises_exp(), dagostino_d(), db_get_column(), db_malloc(), db_realloc(), db_select_CatValArray(), DBFCreateLL(), DBFOpenLL(), delete_str(), depstr(), deregister_entries_gisman(), deregister_html(), DGL_DEL_NODE_INEDGE_FUNC(), DGL_DEL_NODE_OUTEDGE_FUNC(), dgl_edge_prioritizer_add(), dgl_edge_prioritizer_del(), DGL_EDGE_T_INITIALIZE_FUNC(), DGL_NODE_T_INITIALIZE_FUNC(), dgl_read_V1(), dgl_read_V2(), dglReadChunk(), dglTreeEdgeAlloc(), dglTreeEdgePri32Alloc(), dglTreeNode2Alloc(), dglTreeNodeAlloc(), dglTreeNodePri32Alloc(), dglTreePredistAlloc(), dglTreeTouchI32Alloc(), dmax(), dmax_exp(), durbins_exact(), G3d_malloc(), G__malloc(), G__realloc(), G_sites_get_fields(), G_sites_open_old(), GK_add_key(), gvd_vect(), I_cluster_begin(), if(), init_login(), insert_str(), link_init(), link_new(), main(), minv(), MT_divide(), MT_functions_new(), MT_tree_info_new(), MT_tree_new(), nc_fgets(), nc_fgets_html(), nc_fgets_nb(), quad_data_new(), quad_divide_data(), quad_point_new(), read_cube(), register_entries_gisman(), register_html(), restore_entries_gisman(), restore_html(), rowio_setup(), royston(), RTreeNewNode(), shapiro_francia(), shapiro_wilk(), SHPCreateLL(), SHPOpenLL(), SHPWriteHeader(), SHPWriteObject(), tavl_malloc(), Vect__new_line_struct(), Vect_get_dblink(), watson_u2(), watson_u2_exp(), and weisberg_bingham().
int yylex | ( | void | ) |
int yyparse | ( | void | ) |
Definition at line 1174 of file y.tab.c.
References YYSTYPE::node, NULL, sqpAssignment(), sqpColumn(), sqpColumnDef(), sqpCommand(), sqpNewColumnNode(), sqpNewExpressionNode(), sqpNewValueNode(), sqpOperatorCode(), sqpOrderColumn(), sqpTable(), sqpValue(), YY_, YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN, YY_IGNORE_MAYBE_UNINITIALIZED_END, YY_REDUCE_PRINT, YY_STACK_PRINT, YY_SYMBOL_PRINT, YYABORT, YYACCEPT, YYDPRINTF, YYEMPTY, YYEOF, YYFINAL, YYINITDEPTH, YYLAST, yylex(), yylval, YYMAXDEPTH, yynerrs, YYNTOKENS, yypact_value_is_default, YYPOPSTACK, YYSIZE_T, yyalloc::yyss_alloc, YYSTACK_ALLOC, YYSTACK_BYTES, YYSTACK_FREE, YYSTACK_RELOCATE, YYSYNTAX_ERROR, yytable_value_is_error, YYTERROR, YYTRANSLATE, and yyalloc::yyvs_alloc.