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.6.1" |
#define | YYSKELETON_NAME "yacc.c" |
#define | YYPURE 0 |
#define | YYPUSH 0 |
#define | YYPULL 1 |
#define | I3__FILE__ "cfgparse.y" |
#define | YY_NULL 0 |
#define | YYERROR_VERBOSE 1 |
#define | YY_SRC_CFGPARSE_TAB_H |
#define | YYDEBUG 1 |
#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(Dst, Src, Count) |
#define | YYFINAL 2 |
#define | YYLAST 237 |
#define | YYNTOKENS 108 |
#define | YYNNTS 86 |
#define | YYNRULES 193 |
#define | YYNSTATES 288 |
#define | YYUNDEFTOK 2 |
#define | YYMAXUTOK 356 |
#define | YYTRANSLATE(YYX) ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
#define | YYPACT_NINF -149 |
#define | YYTABLE_NINF -1 |
#define | yypact_value_is_default(yystate) ((yystate) == (-149)) |
#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 | YYLLOC_DEFAULT(Current, Rhs, N) |
#define | YYRHSLOC(Rhs, K) ((Rhs)[K]) |
#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 bool | write_nagbar_script (const char *path, const char *command) |
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 | |
bool | force_old_config_parser = false |
static pid_t | configerror_pid = -1 |
static Match | current_match |
static Barconfig | current_bar |
static char * | font_pattern |
static char * | edit_script_path |
static char * | pager_script_path |
FILE * | yyin = (FILE *) 0 |
static struct bindings_head * | current_bindings |
static struct context * | context |
int | yydebug |
YYSTYPE | yylval |
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_uint16 | yycheck [] |
static const yytype_uint8 | yystos [] |
int | yychar |
int | yynerrs |
#define I3__FILE__ "cfgparse.y" |
Definition at line 73 of file cfgparse.tab.c.
#define YY_ | ( | msgid | ) | msgid |
Definition at line 1003 of file cfgparse.tab.c.
Referenced by yyparse(), and yysyntax_error().
#define YY_LOCATION_PRINT | ( | File, | |
Loc | |||
) | ((void) 0) |
Definition at line 1742 of file cfgparse.tab.c.
#define YY_NULL 0 |
Definition at line 770 of file cfgparse.tab.c.
Referenced by yysyntax_error().
#define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 1903 of file cfgparse.tab.c.
Referenced by yyparse().
#define YY_SRC_CFGPARSE_TAB_H |
Definition at line 785 of file cfgparse.tab.c.
#define YY_STACK_PRINT | ( | Bottom, | |
Top | |||
) |
Definition at line 1865 of file cfgparse.tab.c.
Referenced by yyparse().
#define YY_SYMBOL_PRINT | ( | Title, | |
Type, | |||
Value, | |||
Location | |||
) |
Definition at line 1768 of file cfgparse.tab.c.
Referenced by yydestruct(), and yyparse().
#define YYABORT goto yyabortlab |
Definition at line 1669 of file cfgparse.tab.c.
Referenced by yyparse().
#define YYACCEPT goto yyacceptlab |
Definition at line 1668 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.6.1" |
Definition at line 47 of file cfgparse.tab.c.
#define YYCASE_ | ( | N, | |
S | |||
) |
Referenced by yysyntax_error().
Definition at line 1664 of file cfgparse.tab.c.
#define YYCOPY | ( | Dst, | |
Src, | |||
Count | |||
) |
Definition at line 1151 of file cfgparse.tab.c.
#define YYCOPY_NEEDED 1 |
Definition at line 1123 of file cfgparse.tab.c.
#define YYDEBUG 1 |
Definition at line 788 of file cfgparse.tab.c.
#define YYDPRINTF | ( | Args | ) |
Definition at line 1762 of file cfgparse.tab.c.
Referenced by yyparse().
#define YYEMPTY (-2) |
Definition at line 1665 of file cfgparse.tab.c.
Referenced by yyparse(), and yysyntax_error().
#define YYEOF 0 |
Definition at line 1666 of file cfgparse.tab.c.
Referenced by yyparse().
#define YYERRCODE 256 |
Definition at line 1709 of file cfgparse.tab.c.
#define yyerrok (yyerrstatus = 0) |
Definition at line 1663 of file cfgparse.tab.c.
#define YYERROR goto yyerrorlab |
Definition at line 1670 of file cfgparse.tab.c.
#define YYERROR_VERBOSE 1 |
Definition at line 779 of file cfgparse.tab.c.
#define YYFAIL goto yyerrlab |
Definition at line 1680 of file cfgparse.tab.c.
#define YYFINAL 2 |
Definition at line 1164 of file cfgparse.tab.c.
Referenced by yyparse().
#define YYFPRINTF fprintf |
Definition at line 1759 of file cfgparse.tab.c.
Referenced by yy_reduce_print(), yy_stack_print(), and yy_symbol_print().
#define YYFREE free |
Definition at line 1093 of file cfgparse.tab.c.
#define YYID | ( | n | ) | (n) |
Definition at line 1016 of file cfgparse.tab.c.
Referenced by yyparse().
#define YYINITDEPTH 200 |
Definition at line 1922 of file cfgparse.tab.c.
Referenced by yyparse().
#define YYLAST 237 |
Definition at line 1166 of file cfgparse.tab.c.
Referenced by yyparse(), and yysyntax_error().
Definition at line 1751 of file cfgparse.tab.c.
Referenced by yyparse().
#define YYLLOC_DEFAULT | ( | Current, | |
Rhs, | |||
N | |||
) |
Definition at line 1716 of file cfgparse.tab.c.
#define YYMALLOC malloc |
Definition at line 1086 of file cfgparse.tab.c.
#define YYMAXDEPTH 10000 |
Definition at line 1933 of file cfgparse.tab.c.
Referenced by yyparse().
#define YYMAXUTOK 356 |
Definition at line 1179 of file cfgparse.tab.c.
#define YYNNTS 86 |
Definition at line 1171 of file cfgparse.tab.c.
#define YYNRULES 193 |
Definition at line 1173 of file cfgparse.tab.c.
#define YYNSTATES 288 |
Definition at line 1175 of file cfgparse.tab.c.
#define YYNTOKENS 108 |
Definition at line 1169 of file cfgparse.tab.c.
Referenced by yy_symbol_print(), yy_symbol_value_print(), yyparse(), and yysyntax_error().
#define YYPACT_NINF -149 |
Definition at line 1514 of file cfgparse.tab.c.
#define yypact_value_is_default | ( | yystate | ) | ((yystate) == (-149)) |
Definition at line 1594 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 1688 of file cfgparse.tab.c.
#define YYRHSLOC | ( | Rhs, | |
K | |||
) | ((Rhs)[K]) |
Definition at line 1735 of file cfgparse.tab.c.
#define YYSIZE_MAXIMUM ((YYSIZE_T) -1) |
Definition at line 993 of file cfgparse.tab.c.
#define YYSIZE_T unsigned int |
Definition at line 989 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 1072 of file cfgparse.tab.c.
Referenced by yyparse().
#define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 1075 of file cfgparse.tab.c.
Referenced by yysyntax_error().
#define YYSTACK_BYTES | ( | N | ) |
#define YYSTACK_FREE YYFREE |
Definition at line 1073 of file cfgparse.tab.c.
Referenced by yyparse().
#define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) |
Definition at line 1115 of file cfgparse.tab.c.
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |
Stack | |||
) |
Definition at line 1130 of file cfgparse.tab.c.
Referenced by yyparse().
#define yystype YYSTYPE /* obsolescent; will be withdrawn */ |
Definition at line 921 of file cfgparse.tab.c.
#define YYSTYPE_IS_DECLARED 1 |
Definition at line 922 of file cfgparse.tab.c.
#define YYSTYPE_IS_TRIVIAL 1 |
Definition at line 920 of file cfgparse.tab.c.
#define YYSYNTAX_ERROR |
Referenced by yyparse().
#define YYTABLE_NINF -1 |
Definition at line 1565 of file cfgparse.tab.c.
#define yytable_value_is_error | ( | yytable_value | ) | YYID (0) |
Definition at line 1597 of file cfgparse.tab.c.
Referenced by yyparse(), and yysyntax_error().
#define YYTERROR 1 |
Definition at line 1708 of file cfgparse.tab.c.
Referenced by yyparse(), and yysyntax_error().
#define YYTOKENTYPE |
Definition at line 796 of file cfgparse.tab.c.
#define YYTRANSLATE | ( | YYX | ) | ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
Definition at line 1181 of file cfgparse.tab.c.
Referenced by yyparse().
#define YYUNDEFTOK 2 |
Definition at line 1178 of file cfgparse.tab.c.
#define YYUSE | ( | e | ) | ((void) (e)) |
Definition at line 1009 of file cfgparse.tab.c.
Referenced by yy_symbol_value_print(), and yydestruct().
typedef struct yy_buffer_state* YY_BUFFER_STATE |
Definition at line 96 of file cfgparse.tab.c.
typedef short int yytype_int16 |
Definition at line 976 of file cfgparse.tab.c.
typedef short int yytype_int8 |
Definition at line 964 of file cfgparse.tab.c.
typedef unsigned short int yytype_uint16 |
Definition at line 970 of file cfgparse.tab.c.
typedef unsigned char yytype_uint8 |
Definition at line 955 of file cfgparse.tab.c.
enum yytokentype |
Definition at line 799 of file cfgparse.tab.c.
|
static |
Definition at line 477 of file cfgparse.tab.c.
References bindings, Binding::command, ELOG, context::has_errors, Binding::keycode, Binding::mods, Binding::release, Binding::symbol, and TAILQ_FOREACH.
Referenced by parse_file().
|
static |
Definition at line 137 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 453 of file cfgparse.tab.c.
References configerror_pid.
Referenced by cmd_reload(), and i3_restart().
|
static |
Definition at line 206 of file cfgparse.tab.c.
References exec_i3_utility(), and FREE.
Referenced by parse_file().
|
static |
Definition at line 519 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 308 of file cfgparse.tab.c.
References configerror_pid, edit_script_path, and pager_script_path.
Referenced by start_configerror_nagbar().
void parse_file | ( | const char * | f | ) |
Definition at line 544 of file cfgparse.tab.c.
References autostarts, autostarts_always, check_for_duplicate_bindings(), Autostart::command, detect_version(), die, DLOG, ELOG, context::filename, font_pattern, force_old_config_parser, FREE, context::has_errors, context::has_warnings, ConfigResult::json_gen, Variable::key, context::line_copy, migrate_config(), migrate_i3bar_exec(), Variable::next_match, parse_config(), 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 371 of file cfgparse.tab.c.
References configerror_pid, edit_script_path, errorfilename, exec_i3_utility(), get_process_filename(), context::has_errors, main_loop, nagbar_exited(), only_check_config, pager_script_path, sasprintf(), smalloc(), and write_nagbar_script().
Referenced by parse_file().
|
static |
Definition at line 352 of file cfgparse.tab.c.
Referenced by start_configerror_nagbar().
|
static |
Definition at line 1882 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 1851 of file cfgparse.tab.c.
References YYFPRINTF.
|
static |
Definition at line 1825 of file cfgparse.tab.c.
References yy_symbol_value_print(), YYFPRINTF, and YYNTOKENS.
Referenced by yy_reduce_print().
|
static |
Definition at line 1791 of file cfgparse.tab.c.
References YYNTOKENS, and YYUSE.
Referenced by yy_symbol_print().
|
static |
Definition at line 2186 of file cfgparse.tab.c.
References YY_SYMBOL_PRINT, and YYUSE.
Referenced by yyparse().
void yyerror | ( | const char * | error_message | ) |
Definition at line 111 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 | ) |
Referenced by parse_file().
int yyparse | ( | void | ) |
Definition at line 2240 of file cfgparse.tab.c.
References Barconfig::bar_colors::active_workspace_bg, Barconfig::bar_colors::active_workspace_border, Barconfig::bar_colors::active_workspace_text, ADJ_LEFT_SCREEN_EDGE, ADJ_LOWER_SCREEN_EDGE, ADJ_NONE, ADJ_RIGHT_SCREEN_EDGE, ADJ_UPPER_SCREEN_EDGE, assignments, autostarts, autostarts_always, Colortriple::background, Barconfig::bar_colors::background, barconfigs, BIND_CONTROL, BIND_SHIFT, YYSTYPE::binding, bindings, Mode::bindings, Colortriple::border, BS_NONE, BS_NORMAL, BS_PIXEL, 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_border_width, 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, Config::hide_edge_borders, 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(), Config::workspace_urgency_timer, 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 1974 of file cfgparse.tab.c.
Referenced by yytnamerr().
|
static |
Definition at line 1950 of file cfgparse.tab.c.
References YYSIZE_T.
Referenced by yysyntax_error(), and yytnamerr().
|
static |
Definition at line 2047 of file cfgparse.tab.c.
References YY_, YY_NULL, 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 1999 of file cfgparse.tab.c.
References YYSIZE_T, yystpcpy(), and yystrlen().
Referenced by yysyntax_error().
int yywrap | ( | void | ) |
Definition at line 127 of file cfgparse.tab.c.
|
static |
Definition at line 84 of file cfgparse.tab.c.
Referenced by kill_configerror_nagbar(), nagbar_exited(), and start_configerror_nagbar().
Definition at line 104 of file cfgparse.tab.c.
Referenced by start_application().
|
static |
Definition at line 87 of file cfgparse.tab.c.
|
static |
Definition at line 103 of file cfgparse.tab.c.
Referenced by yyparse().
|
static |
Definition at line 86 of file cfgparse.tab.c.
Referenced by CFGFUN(), cmd_criteria_add(), cmd_criteria_match_windows(), cmd_focus(), cmd_kill(), cmd_layout(), cmd_layout_toggle(), cmd_move_con_to_workspace(), cmd_move_con_to_workspace_name(), cmd_move_con_to_workspace_number(), cmd_resize(), cmd_scratchpad_show(), cmd_split(), GENERATED_call(), TAILQ_HEAD(), and yyparse().
|
static |
Definition at line 94 of file cfgparse.tab.c.
Referenced by nagbar_exited(), and start_configerror_nagbar().
|
static |
Definition at line 91 of file cfgparse.tab.c.
Referenced by parse_file(), and yyparse().
bool force_old_config_parser = false |
Definition at line 82 of file cfgparse.tab.c.
Referenced by main(), and parse_file().
|
static |
Definition at line 94 of file cfgparse.tab.c.
Referenced by nagbar_exited(), and start_configerror_nagbar().
int yychar |
Definition at line 2210 of file cfgparse.tab.c.
|
static |
Definition at line 1600 of file cfgparse.tab.c.
int yydebug |
Definition at line 1911 of file cfgparse.tab.c.
|
static |
Definition at line 1465 of file cfgparse.tab.c.
|
static |
Definition at line 1499 of file cfgparse.tab.c.
FILE * yyin = (FILE *) 0 |
Definition at line 338 of file cfgparse.yy.c.
YYSTYPE yylval |
Definition at line 2213 of file cfgparse.tab.c.
Referenced by yyparse().
int yynerrs |
Definition at line 2216 of file cfgparse.tab.c.
Referenced by yyparse().
|
static |
Definition at line 1515 of file cfgparse.tab.c.
|
static |
Definition at line 1549 of file cfgparse.tab.c.
|
static |
Definition at line 1228 of file cfgparse.tab.c.
|
static |
Definition at line 1413 of file cfgparse.tab.c.
|
static |
Definition at line 1438 of file cfgparse.tab.c.
|
static |
Definition at line 1253 of file cfgparse.tab.c.
|
static |
Definition at line 1309 of file cfgparse.tab.c.
|
static |
Definition at line 1630 of file cfgparse.tab.c.
|
static |
Definition at line 1566 of file cfgparse.tab.c.
|
static |
Definition at line 1337 of file cfgparse.tab.c.
|
static |
Definition at line 1185 of file cfgparse.tab.c.