Implement support for brackets in filter expressions
[lttng-tools.git] / src / lib / lttng-ctl / filter / filter-symbols.h
CommitLineData
c6228685
MD
1#ifndef _FILTER_SYMBOLS_H
2#define _FILTER_SYMBOLS_H
3
4/*
5 * filter-symbols.h
6 *
7 * LTTng filter flex/bison symbol prefixes
8 *
9 * Copyright 2012 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10 *
11 * This library is free software; you can redistribute it and/or modify it
12 * under the terms of the GNU Lesser General Public License, version 2.1 only,
13 * as published by the Free Software Foundation.
14 *
15 * This library is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * Lesser General Public License for more details.
19 *
20 * You should have received a copy of the GNU Lesser General Public License
21 * along with this library; if not, write to the Free Software Foundation,
22 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 */
24
25#define yy_create_buffer lttng_yy_create_buffer
26#define yy_delete_buffer lttng_yy_delete_buffer
27#define yy_flush_buffer lttng_yy_flush_buffer
28#define yy_scan_buffer lttng_yy_scan_buffer
29#define yy_scan_bytes lttng_yy_scan_bytes
30#define yy_scan_string lttng_yy_scan_string
31#define yy_switch_to_buffer lttng_yy_switch_to_buffer
32#define yyalloc lttng_yyalloc
33#define yyfree lttng_yyfree
34#define yyget_column lttng_yyget_column
35#define yyget_debug lttng_yyget_debug
36#define yyget_extra lttng_yyget_extra
37#define yyget_in lttng_yyget_in
38#define yyget_leng lttng_yyget_leng
39#define yyget_lineno lttng_yyget_lineno
40#define yyget_lval lttng_yyget_lval
41#define yyget_out lttng_yyget_out
42#define yyget_text lttng_yyget_text
43#define yylex_init lttng_yylex_init
44#define yypop_buffer_state lttng_yypop_buffer_state
45#define yypush_buffer_state lttng_yypush_buffer_state
46#define yyrealloc lttng_yyrealloc
47#define yyset_column lttng_yyset_column
48#define yyset_debug lttng_yyset_debug
49#define yyset_extra lttng_yyset_extra
50#define yyset_in lttng_yyset_in
51#define yyset_lineno lttng_yyset_lineno
52#define yyset_lval lttng_yyset_lval
53#define yyset_out lttng_yyset_out
54
55#endif /* _FILTER_SYMBOLS_H */
This page took 0.035131 seconds and 4 git commands to generate.