PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
YYLLOC_DEFAULT
#define YYLLOC_DEFAULT
(
Current,
Rhs,
N
)
Value:
do \
if
(N) \
{ \
(Current).first_line =
YYRHSLOC
(Rhs, 1).first_line; \
(Current).first_column =
YYRHSLOC
(Rhs, 1).first_column; \
(Current).last_line =
YYRHSLOC
(Rhs, N).last_line; \
(Current).last_column =
YYRHSLOC
(Rhs, N).last_column; \
} \
else \
{ \
(Current).first_line = (Current).last_line = \
YYRHSLOC (Rhs, 0).last_line; \
(Current).first_column = (Current).last_column = \
YYRHSLOC (Rhs, 0).last_column; \
} \
while (0)
YYRHSLOC
#define YYRHSLOC(Rhs, K)
Definition:
lwin_wkt_parse.c:960
if
if(!(yy_init))
Definition:
lwin_wkt_lex.c:1080
Definition at line
941
of file
lwin_wkt_parse.c
.
Referenced by
yyparse()
.
liblwgeom
lwin_wkt_parse.c
Generated by
1.8.13