|
i3
|
#include <sys/types.h>#include <sys/stat.h>#include <sys/wait.h>#include <unistd.h>#include <fcntl.h>#include "all.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 "2.5" |
| #define | YYSKELETON_NAME "yacc.c" |
| #define | YYPURE 0 |
| #define | YYPUSH 0 |
| #define | YYPULL 1 |
| #define | YYLSP_NEEDED 0 |
| #define | YYDEBUG 1 |
| #define | YYERROR_VERBOSE 1 |
| #define | YYTOKEN_TABLE 0 |
| #define | YYTOKENTYPE |
| #define | YYSTYPE_IS_TRIVIAL 1 |
| #define | yystype YYSTYPE /* obsolescent; will be withdrawn */ |
| #define | YYSTYPE_IS_DECLARED 1 |
| #define | YYSIZE_T unsigned int |
| #define | YYSIZE_MAXIMUM ((YYSIZE_T) -1) |
| #define | YY_(msgid) msgid |
| #define | YYUSE(e) ((void) (e)) |
| #define | YYID(n) (n) |
| #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(To, From, Count) |
| #define | YYFINAL 2 |
| #define | YYLAST 225 |
| #define | YYNTOKENS 102 |
| #define | YYNNTS 80 |
| #define | YYNRULES 177 |
| #define | YYNSTATES 268 |
| #define | YYUNDEFTOK 2 |
| #define | YYMAXUTOK 350 |
| #define | YYTRANSLATE(YYX) ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
| #define | YYPACT_NINF -83 |
| #define | YYTABLE_NINF -1 |
| #define | yypact_value_is_default(yystate) ((yystate) == (-83)) |
| #define | yytable_value_is_error(yytable_value) YYID (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 | YYFAIL goto yyerrlab |
| #define | YYRECOVERING() (!!yyerrstatus) |
| #define | YYBACKUP(Token, Value) |
| #define | YYTERROR 1 |
| #define | YYERRCODE 256 |
| #define | YYRHSLOC(Rhs, K) ((Rhs)[K]) |
| #define | YYLLOC_DEFAULT(Current, Rhs, N) |
| #define | YY_LOCATION_PRINT(File, Loc) ((void) 0) |
| #define | YYLEX yylex (context) |
| #define | YYFPRINTF fprintf |
| #define | YYDPRINTF(Args) |
| #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 struct yy_buffer_state * | YY_BUFFER_STATE |
| typedef union YYSTYPE | YYSTYPE |
| typedef unsigned char | yytype_uint8 |
| typedef short int | yytype_int8 |
| typedef unsigned short int | yytype_uint16 |
| typedef short int | yytype_int16 |
Functions | |
| int | yylex (struct context *context) |
| int | yyparse (void) |
| int | yylex_destroy (void) |
| YY_BUFFER_STATE | yy_scan_string (const char *) |
| void | yyerror (const char *error_message) |
| int | yywrap (void) |
| static int | detect_version (char *buf) |
| static char * | migrate_config (char *input, off_t size) |
| static void | nagbar_exited (EV_P_ ev_child *watcher, int revents) |
| static void | start_configerror_nagbar (const char *config_path) |
| void | kill_configerror_nagbar (bool wait_for_it) |
| Kills the configerror i3-nagbar process, if any. | |
| static void | check_for_duplicate_bindings (struct context *context) |
| static void | migrate_i3bar_exec (struct Autostart *exec) |
| void | parse_file (const char *f) |
| static void | yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const *const yyvaluep) |
| static void | yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const *const yyvaluep) |
| static void | yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) |
| static void | yy_reduce_print (YYSTYPE *yyvsp, int yyrule) |
| static YYSIZE_T | yystrlen (char *yystr) const |
| static char * | yystpcpy (char *yydest, const char *yysrc) |
| static YYSIZE_T | yytnamerr (char *yyres, const char *yystr) |
| static int | yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) |
| static void | yydestruct (char *yymsg, int yytype, YYSTYPE *yyvaluep) const |
Variables | |
| static pid_t | configerror_pid = -1 |
| static Match | current_match |
| static Barconfig | current_bar |
| static char * | font_pattern |
| FILE * | yyin = (FILE *) 0 |
| static struct bindings_head * | current_bindings |
| static struct context * | context |
| static const yytype_uint8 | yytranslate [] |
| static const yytype_uint16 | yyprhs [] |
| static const yytype_int16 | yyrhs [] |
| static const yytype_uint16 | yyrline [] |
| static const char *const | yytname [] |
| static const yytype_uint8 | yyr1 [] |
| static const yytype_uint8 | yyr2 [] |
| static const yytype_uint8 | yydefact [] |
| static const yytype_int16 | yydefgoto [] |
| static const yytype_int16 | yypact [] |
| static const yytype_int16 | yypgoto [] |
| static const yytype_uint16 | yytable [] |
| static const yytype_int16 | yycheck [] |
| static const yytype_uint8 | yystos [] |
| int | yydebug |
| int | yychar |
| YYSTYPE | yylval |
| int | yynerrs |
| #define YY_ | ( | msgid | ) | msgid |
Definition at line 921 of file cfgparse.tab.c.
Referenced by yyparse(), and yysyntax_error().
| #define YY_LOCATION_PRINT | ( | File, | |
| Loc | |||
| ) | ((void) 0) |
Definition at line 1632 of file cfgparse.tab.c.
| #define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 1791 of file cfgparse.tab.c.
Referenced by yyparse().
| #define YY_STACK_PRINT | ( | Bottom, | |
| Top | |||
| ) |
Definition at line 1753 of file cfgparse.tab.c.
Referenced by yyparse().
| #define YY_SYMBOL_PRINT | ( | Title, | |
| Type, | |||
| Value, | |||
| Location | |||
| ) |
Definition at line 1658 of file cfgparse.tab.c.
Referenced by yydestruct(), and yyparse().
| #define YYABORT goto yyabortlab |
Definition at line 1561 of file cfgparse.tab.c.
Referenced by yyparse().
| #define YYACCEPT goto yyacceptlab |
Definition at line 1560 of file cfgparse.tab.c.
Referenced by yyparse().
| #define YYBACKUP | ( | Token, | |
| Value | |||
| ) |
| #define YYBISON 1 |
Definition at line 44 of file cfgparse.tab.c.
| #define YYBISON_VERSION "2.5" |
Definition at line 47 of file cfgparse.tab.c.
| #define YYCASE_ | ( | N, | |
| S | |||
| ) |
Referenced by yysyntax_error().
Definition at line 1556 of file cfgparse.tab.c.
| #define YYCOPY | ( | To, | |
| From, | |||
| Count | |||
| ) |
Definition at line 1068 of file cfgparse.tab.c.
| #define YYCOPY_NEEDED 1 |
Definition at line 1040 of file cfgparse.tab.c.
| #define YYDEBUG 1 |
Definition at line 714 of file cfgparse.tab.c.
| #define YYDPRINTF | ( | Args | ) |
Definition at line 1652 of file cfgparse.tab.c.
Referenced by yyparse().
| #define YYEMPTY (-2) |
Definition at line 1557 of file cfgparse.tab.c.
Referenced by yyparse(), and yysyntax_error().
| #define YYEOF 0 |
Definition at line 1558 of file cfgparse.tab.c.
Referenced by yyparse().
| #define YYERRCODE 256 |
Definition at line 1600 of file cfgparse.tab.c.
| #define yyerrok (yyerrstatus = 0) |
Definition at line 1555 of file cfgparse.tab.c.
| #define YYERROR goto yyerrorlab |
Definition at line 1562 of file cfgparse.tab.c.
| #define YYERROR_VERBOSE 1 |
Definition at line 722 of file cfgparse.tab.c.
| #define YYFAIL goto yyerrlab |
Definition at line 1572 of file cfgparse.tab.c.
| #define YYFINAL 2 |
Definition at line 1081 of file cfgparse.tab.c.
Referenced by yyparse().
| #define YYFPRINTF fprintf |
Definition at line 1649 of file cfgparse.tab.c.
Referenced by yy_reduce_print(), yy_stack_print(), and yy_symbol_print().
| #define YYFREE free |
Definition at line 1010 of file cfgparse.tab.c.
| #define YYID | ( | n | ) | (n) |
Definition at line 934 of file cfgparse.tab.c.
Referenced by yyparse().
| #define YYINITDEPTH 200 |
Definition at line 1810 of file cfgparse.tab.c.
Referenced by yyparse().
| #define YYLAST 225 |
Definition at line 1083 of file cfgparse.tab.c.
Referenced by yyparse(), and yysyntax_error().
Definition at line 1641 of file cfgparse.tab.c.
Referenced by yyparse().
| #define YYLLOC_DEFAULT | ( | Current, | |
| Rhs, | |||
| N | |||
| ) |
Definition at line 1609 of file cfgparse.tab.c.
| #define YYLSP_NEEDED 0 |
Definition at line 62 of file cfgparse.tab.c.
| #define YYMALLOC malloc |
Definition at line 1003 of file cfgparse.tab.c.
| #define YYMAXDEPTH 10000 |
Definition at line 1821 of file cfgparse.tab.c.
Referenced by yyparse().
| #define YYMAXUTOK 350 |
Definition at line 1096 of file cfgparse.tab.c.
| #define YYNNTS 80 |
Definition at line 1088 of file cfgparse.tab.c.
| #define YYNRULES 177 |
Definition at line 1090 of file cfgparse.tab.c.
| #define YYNSTATES 268 |
Definition at line 1092 of file cfgparse.tab.c.
| #define YYNTOKENS 102 |
Definition at line 1086 of file cfgparse.tab.c.
Referenced by yy_symbol_print(), yy_symbol_value_print(), yyparse(), and yysyntax_error().
| #define YYPACT_NINF -83 |
Definition at line 1413 of file cfgparse.tab.c.
| #define yypact_value_is_default | ( | yystate | ) | ((yystate) == (-83)) |
Definition at line 1489 of file cfgparse.tab.c.
Referenced by yyparse(), and yysyntax_error().
| #define YYPOPSTACK | ( | N | ) | (yyvsp -= (N), yyssp -= (N)) |
Referenced by yyparse().
| #define YYPULL 1 |
Definition at line 59 of file cfgparse.tab.c.
| #define YYPURE 0 |
Definition at line 53 of file cfgparse.tab.c.
| #define YYPUSH 0 |
Definition at line 56 of file cfgparse.tab.c.
| #define YYRECOVERING | ( | ) | (!!yyerrstatus) |
Definition at line 1580 of file cfgparse.tab.c.
| #define YYRHSLOC | ( | Rhs, | |
| K | |||
| ) | ((Rhs)[K]) |
Definition at line 1607 of file cfgparse.tab.c.
| #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) |
Definition at line 911 of file cfgparse.tab.c.
| #define YYSIZE_T unsigned int |
Definition at line 907 of file cfgparse.tab.c.
Referenced by yyparse(), yystrlen(), yysyntax_error(), and yytnamerr().
| #define YYSKELETON_NAME "yacc.c" |
Definition at line 50 of file cfgparse.tab.c.
| #define YYSTACK_ALLOC YYMALLOC |
Definition at line 989 of file cfgparse.tab.c.
Referenced by yyparse().
| #define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 992 of file cfgparse.tab.c.
Referenced by yysyntax_error().
| #define YYSTACK_BYTES | ( | N | ) |
| #define YYSTACK_FREE YYFREE |
Definition at line 990 of file cfgparse.tab.c.
Referenced by yyparse().
| #define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) |
Definition at line 1032 of file cfgparse.tab.c.
| #define YYSTACK_RELOCATE | ( | Stack_alloc, | |
| Stack | |||
| ) |
Definition at line 1047 of file cfgparse.tab.c.
Referenced by yyparse().
| #define yystype YYSTYPE /* obsolescent; will be withdrawn */ |
Definition at line 855 of file cfgparse.tab.c.
| #define YYSTYPE_IS_DECLARED 1 |
Definition at line 856 of file cfgparse.tab.c.
| #define YYSTYPE_IS_TRIVIAL 1 |
Definition at line 854 of file cfgparse.tab.c.
| #define YYSYNTAX_ERROR |
Referenced by yyparse().
| #define YYTABLE_NINF -1 |
Definition at line 1461 of file cfgparse.tab.c.
| #define yytable_value_is_error | ( | yytable_value | ) | YYID (0) |
Definition at line 1492 of file cfgparse.tab.c.
Referenced by yyparse(), and yysyntax_error().
| #define YYTERROR 1 |
Definition at line 1599 of file cfgparse.tab.c.
Referenced by yyparse(), and yysyntax_error().
| #define YYTOKEN_TABLE 0 |
Definition at line 727 of file cfgparse.tab.c.
| #define YYTOKENTYPE |
Definition at line 733 of file cfgparse.tab.c.
| #define YYTRANSLATE | ( | YYX | ) | ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
Definition at line 1098 of file cfgparse.tab.c.
Referenced by yyparse().
| #define YYUNDEFTOK 2 |
Definition at line 1095 of file cfgparse.tab.c.
| #define YYUSE | ( | e | ) | ((void) (e)) |
Definition at line 927 of file cfgparse.tab.c.
Referenced by yy_symbol_value_print(), and yydestruct().
| typedef struct yy_buffer_state* YY_BUFFER_STATE |
Definition at line 92 of file cfgparse.tab.c.
| typedef short int yytype_int16 |
Definition at line 894 of file cfgparse.tab.c.
| typedef short int yytype_int8 |
Definition at line 882 of file cfgparse.tab.c.
| typedef unsigned short int yytype_uint16 |
Definition at line 888 of file cfgparse.tab.c.
| typedef unsigned char yytype_uint8 |
Definition at line 873 of file cfgparse.tab.c.
| enum yytokentype |
Definition at line 736 of file cfgparse.tab.c.
|
static |
Definition at line 430 of file cfgparse.tab.c.
References bindings, Binding::command, ELOG, context::has_errors, Binding::keycode, Binding::mods, Binding::symbol, and TAILQ_FOREACH.
Referenced by parse_file().
|
static |
Definition at line 133 of file cfgparse.tab.c.
Referenced by parse_file().
| void kill_configerror_nagbar | ( | bool | wait_for_it | ) |
Kills the configerror i3-nagbar process, if any.
Called when reloading/restarting.
If wait_for_it is set (restarting), this function will waitpid(), otherwise, ev is assumed to handle it (reloading).
Definition at line 406 of file cfgparse.tab.c.
References configerror_pid.
Referenced by cmd_reload(), and i3_restart().
|
static |
Definition at line 201 of file cfgparse.tab.c.
References exec_i3_utility(), and FREE.
Referenced by parse_file().

|
static |
Definition at line 470 of file cfgparse.tab.c.
References barconfigs, Autostart::command, ELOG, context::has_warnings, Barconfig::id, scalloc(), sstrdup(), Barconfig::status_command, and TAILQ_INSERT_TAIL.
Referenced by parse_file().

|
static |
Definition at line 303 of file cfgparse.tab.c.
References configerror_pid.
Referenced by start_configerror_nagbar().
| void parse_file | ( | const char * | f | ) |
Definition at line 495 of file cfgparse.tab.c.
References autostarts, autostarts_always, check_for_duplicate_bindings(), Autostart::command, detect_version(), die, DLOG, ELOG, context::filename, font_pattern, FREE, context::has_errors, context::has_warnings, Variable::key, context::line_copy, migrate_config(), migrate_i3bar_exec(), Variable::next_match, scalloc(), SLIST_EMPTY, SLIST_FIRST, SLIST_FOREACH, SLIST_HEAD, SLIST_HEAD_INITIALIZER, SLIST_INSERT_HEAD, SLIST_REMOVE_HEAD, smalloc(), sstrdup(), start_configerror_nagbar(), TAILQ_FIRST, TAILQ_NEXT, TAILQ_REMOVE, Variable::value, yy_scan_string(), yylex_destroy(), and yyparse().
Referenced by parse_configuration().

|
static |
Definition at line 343 of file cfgparse.tab.c.
References configerror_pid, errorfilename, exec_i3_utility(), context::has_errors, main_loop, nagbar_exited(), only_check_config, sasprintf(), and smalloc().
Referenced by parse_file().

|
static |
Definition at line 1770 of file cfgparse.tab.c.
References yy_symbol_print(), and YYFPRINTF.

| YY_BUFFER_STATE yy_scan_string | ( | const char * | ) |
Referenced by parse_file().
|
static |
Definition at line 1739 of file cfgparse.tab.c.
References YYFPRINTF.
|
static |
Definition at line 1713 of file cfgparse.tab.c.
References yy_symbol_value_print(), YYFPRINTF, and YYNTOKENS.
Referenced by yy_reduce_print().

|
static |
Definition at line 1681 of file cfgparse.tab.c.
References YYNTOKENS, and YYUSE.
Referenced by yy_symbol_print().
|
static |
Definition at line 2074 of file cfgparse.tab.c.
References YY_SYMBOL_PRINT, and YYUSE.
Referenced by yyparse().
| void yyerror | ( | const char * | error_message | ) |
Definition at line 107 of file cfgparse.tab.c.
References ELOG, context::filename, context::first_column, context::has_errors, context::last_column, context::line_copy, and context::line_number.
Referenced by yyparse().
| int yylex | ( | struct context * | context | ) |
| int yylex_destroy | ( | void | ) |
Definition at line 6867 of file cfgparse.yy.c.
References yy_buffer_stack, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_delete_buffer(), yy_init_globals(), yy_start_stack, yy_state_buf, yyfree(), and yypop_buffer_state().
Referenced by parse_file().

| int yyparse | ( | void | ) |
Definition at line 2142 of file cfgparse.tab.c.
References Barconfig::bar_colors::active_workspace_bg, Barconfig::bar_colors::active_workspace_border, Barconfig::bar_colors::active_workspace_text, assignments, autostarts, autostarts_always, Colortriple::background, Barconfig::bar_colors::background, barconfigs, BIND_CONTROL, BIND_SHIFT, YYSTYPE::binding, bindings, Mode::bindings, Colortriple::border, BS_1PIXEL, BS_NONE, BS_NORMAL, Match::class, YYSTYPE::color, Barconfig::colors, Binding::command, Assignment::command, Match::con_id, config, Config::container_stack_limit, Config::container_stack_limit_value, current_bindings, current_match, Config::default_border, Config::default_floating_border, Config::default_layout, Config::default_orientation, Assignment::dest, Config::disable_focus_follows_mouse, Config::disable_workspace_bar, DLOG, ELOG, Config::fake_outputs, Config::floating_maximum_height, Config::floating_maximum_width, Config::floating_minimum_height, Config::floating_minimum_width, Config::floating_modifier, Barconfig::bar_colors::focused_workspace_bg, Barconfig::bar_colors::focused_workspace_border, Barconfig::bar_colors::focused_workspace_text, Config::font, Barconfig::font, font_pattern, Config::force_focus_wrapping, Config::force_xinerama, FREE, get_colorpixel(), context::has_warnings, Barconfig::hide_workspace_buttons, HORIZ, Barconfig::i3bar_command, Barconfig::id, Match::id, Barconfig::bar_colors::inactive_workspace_bg, Barconfig::bar_colors::inactive_workspace_border, Barconfig::bar_colors::inactive_workspace_text, Colortriple::indicator, Match::instance, Config::ipc_socket_path, Binding::keycode, load_font(), Match::mark, Assignment::match, match_copy(), match_init(), match_is_empty(), Barconfig::mode, modes, Barconfig::modifier, Binding::mods, Mode::name, Workspace_Assignment::name, NO_ORIENTATION, Barconfig::num_outputs, YYSTYPE::number, Workspace_Assignment::output, Barconfig::outputs, Config::popup_during_fullscreen, Barconfig::position, regex_new(), Config::restart_state_path, Match::role, sasprintf(), scalloc(), set_font(), YYSTYPE::single_color, SLIST_INSERT_HEAD, smalloc(), Barconfig::socket_path, srealloc(), sstrdup(), Barconfig::status_command, Barconfig::bar_colors::statusline, YYSTYPE::string, Binding::symbol, TAILQ_FOREACH, TAILQ_INIT, TAILQ_INSERT_TAIL, Colortriple::text, Match::title, Barconfig::tray_output, Assignment::type, Match::urgent, Barconfig::bar_colors::urgent_workspace_bg, Barconfig::bar_colors::urgent_workspace_border, Barconfig::bar_colors::urgent_workspace_text, Barconfig::verbose, VERT, Assignment::workspace, Config::workspace_auto_back_and_forth, workspace_get(), ws_assignments, x, YY_, YY_REDUCE_PRINT, YY_STACK_PRINT, YY_SYMBOL_PRINT, YYABORT, YYACCEPT, yydestruct(), YYDPRINTF, YYEMPTY, YYEOF, yyerror(), YYFINAL, YYID, 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.
Referenced by parse_file().

|
static |
Definition at line 1862 of file cfgparse.tab.c.
Referenced by yytnamerr().
|
static |
Definition at line 1838 of file cfgparse.tab.c.
References YYSIZE_T.
Referenced by yysyntax_error(), and yytnamerr().
|
static |
Definition at line 1935 of file cfgparse.tab.c.
References YY_, YYCASE_, YYEMPTY, YYLAST, YYNTOKENS, yypact_value_is_default, YYSIZE_T, YYSTACK_ALLOC_MAXIMUM, yystrlen(), yytable_value_is_error, YYTERROR, and yytnamerr().

|
static |
Definition at line 1887 of file cfgparse.tab.c.
References YYSIZE_T, yystpcpy(), and yystrlen().
Referenced by yysyntax_error().

| int yywrap | ( | void | ) |
Definition at line 123 of file cfgparse.tab.c.
|
static |
Definition at line 83 of file cfgparse.tab.c.
Referenced by kill_configerror_nagbar(), nagbar_exited(), and start_configerror_nagbar().
Definition at line 100 of file cfgparse.tab.c.
Referenced by start_application().
|
static |
Definition at line 86 of file cfgparse.tab.c.
|
static |
Definition at line 99 of file cfgparse.tab.c.
Referenced by yyparse().
|
static |
Definition at line 85 of file cfgparse.tab.c.
Referenced by cmd_criteria_add(), cmd_criteria_init(), cmd_criteria_match_windows(), cmd_focus(), cmd_kill(), cmd_layout(), cmd_move_con_to_workspace_name(), cmd_move_con_to_workspace_number(), cmd_resize(), cmd_scratchpad_show(), GENERATED_call(), and yyparse().
|
static |
Definition at line 90 of file cfgparse.tab.c.
Referenced by parse_file(), and yyparse().
| int yychar |
Definition at line 2112 of file cfgparse.tab.c.
|
static |
Definition at line 1495 of file cfgparse.tab.c.
| int yydebug |
Definition at line 1799 of file cfgparse.tab.c.
|
static |
Definition at line 1367 of file cfgparse.tab.c.
|
static |
Definition at line 1399 of file cfgparse.tab.c.
| FILE * yyin = (FILE *) 0 |
Definition at line 337 of file cfgparse.yy.c.
Referenced by yy_init_globals(), yyget_in(), and yyset_in().
| YYSTYPE yylval |
Definition at line 2115 of file cfgparse.tab.c.
Referenced by yyparse().
| int yynerrs |
Definition at line 2118 of file cfgparse.tab.c.
Referenced by yyparse().
|
static |
Definition at line 1414 of file cfgparse.tab.c.
|
static |
Definition at line 1446 of file cfgparse.tab.c.
|
static |
Definition at line 1145 of file cfgparse.tab.c.
|
static |
Definition at line 1319 of file cfgparse.tab.c.
|
static |
Definition at line 1342 of file cfgparse.tab.c.
|
static |
Definition at line 1168 of file cfgparse.tab.c.
|
static |
Definition at line 1221 of file cfgparse.tab.c.
|
static |
Definition at line 1524 of file cfgparse.tab.c.
|
static |
Definition at line 1462 of file cfgparse.tab.c.
|
static |
Definition at line 1247 of file cfgparse.tab.c.
|
static |
Definition at line 1102 of file cfgparse.tab.c.
1.8.1.1