i3
Variables
GENERATED_command_tokens.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static cmdp_token tokens_RENAME_WORKSPACE_LIKELY_TO [2]
 
static cmdp_token tokens_RENAME_WORKSPACE_NEW_NAME [2]
 
static cmdp_token tokens_MOVE_TO_ABSOLUTE_POSITION [1]
 
static cmdp_token tokens_MOVE_WORKSPACE_TO_OUTPUT [2]
 
static cmdp_token tokens_MOVE_WORKSPACE_NUMBER [1]
 
static cmdp_token tokens_RENAME_WORKSPACE_TO [1]
 
static cmdp_token tokens_MOVE_TO_POSITION_X [2]
 
static cmdp_token tokens_MOVE_TO_POSITION_Y [2]
 
static cmdp_token tokens_MOVE_DIRECTION_PX [2]
 
static cmdp_token tokens_BAR_HIDDEN_STATE [3]
 
static cmdp_token tokens_MOVE_TO_POSITION [2]
 
static cmdp_token tokens_RENAME_WORKSPACE [2]
 
static cmdp_token tokens_WORKSPACE_NUMBER [1]
 
static cmdp_token tokens_RESIZE_TILING_OR [3]
 
static cmdp_token tokens_RESIZE_DIRECTION [6]
 
static cmdp_token tokens_MOVE_WORKSPACE [9]
 
static cmdp_token tokens_MOVE_DIRECTION [2]
 
static cmdp_token tokens_MOVE_TO_OUTPUT [1]
 
static cmdp_token tokens_APPEND_LAYOUT [1]
 
static cmdp_token tokens_LAYOUT_TOGGLE [3]
 
static cmdp_token tokens_RESIZE_TILING [3]
 
static cmdp_token tokens_CRITERION_STR [1]
 
static cmdp_token tokens_FOCUS_OUTPUT [1]
 
static cmdp_token tokens_BORDER_WIDTH [2]
 
static cmdp_token tokens_SCRATCHPAD [1]
 
static cmdp_token tokens_FULLSCREEN [2]
 
static cmdp_token tokens_WORKSPACE [7]
 
static cmdp_token tokens_RESIZE_PX [2]
 
static cmdp_token tokens_CRITERION [1]
 
static cmdp_token tokens_BAR_W_ID [2]
 
static cmdp_token tokens_DEBUGLOG [3]
 
static cmdp_token tokens_BAR_MODE [4]
 
static cmdp_token tokens_FLOATING [3]
 
static cmdp_token tokens_CRITERIA [9]
 
static cmdp_token tokens_INITIAL [27]
 
static cmdp_token tokens_BORDER [5]
 
static cmdp_token tokens_RENAME [1]
 
static cmdp_token tokens_LAYOUT [7]
 
static cmdp_token tokens_SHMLOG [1]
 
static cmdp_token tokens_UNMARK [2]
 
static cmdp_token tokens_RESIZE [2]
 
static cmdp_token tokens_FOCUS [11]
 
static cmdp_token tokens_SPLIT [4]
 
static cmdp_token tokens_KILL [3]
 
static cmdp_token tokens_MODE [1]
 
static cmdp_token tokens_EXEC [2]
 
static cmdp_token tokens_MOVE [12]
 
static cmdp_token tokens_MARK [1]
 
static cmdp_token tokens_NOP [1]
 
static cmdp_token tokens_BAR [2]
 
static cmdp_token_ptr tokens [50]
 

Variable Documentation

cmdp_token_ptr tokens[50]
static

Definition at line 272 of file GENERATED_command_tokens.h.

Referenced by parse_command(), and parse_config().

cmdp_token tokens_APPEND_LAYOUT[1]
static
Initial value:
= {
{ "string", "path", __CALL, { 21 } },
}

Definition at line 81 of file GENERATED_command_tokens.h.

cmdp_token tokens_BAR[2]
static
Initial value:
= {
{ "'hidden_state", "bar_type", BAR_HIDDEN_STATE, { 0 } },
{ "'mode", "bar_type", BAR_MODE, { 0 } },
}

Definition at line 268 of file GENERATED_command_tokens.h.

cmdp_token tokens_BAR_HIDDEN_STATE[3]
static
Initial value:
= {
{ "'hide", "bar_value", BAR_W_ID, { 0 } },
{ "'show", "bar_value", BAR_W_ID, { 0 } },
{ "'toggle", "bar_value", BAR_W_ID, { 0 } },
}

Definition at line 34 of file GENERATED_command_tokens.h.

cmdp_token tokens_BAR_MODE[4]
static
Initial value:
= {
{ "'dock", "bar_value", BAR_W_ID, { 0 } },
{ "'hide", "bar_value", BAR_W_ID, { 0 } },
{ "'invisible", "bar_value", BAR_W_ID, { 0 } },
{ "'toggle", "bar_value", BAR_W_ID, { 0 } },
}

Definition at line 136 of file GENERATED_command_tokens.h.

cmdp_token tokens_BAR_W_ID[2]
static
Initial value:
= {
{ "word", "bar_id", BAR_W_ID, { 0 } },
{ "end", "", __CALL, { 40 } },
}

Definition at line 127 of file GENERATED_command_tokens.h.

cmdp_token tokens_BORDER[5]
static
Initial value:
= {
{ "'normal", "border_style", BORDER_WIDTH, { 0 } },
{ "'pixel", "border_style", BORDER_WIDTH, { 0 } },
{ "'none", "border_style", __CALL, { 53 } },
{ "'toggle", "border_style", __CALL, { 54 } },
{ "'1pixel", "border_style", __CALL, { 55 } },
}

Definition at line 187 of file GENERATED_command_tokens.h.

cmdp_token tokens_BORDER_WIDTH[2]
static
Initial value:
= {
{ "end", "", __CALL, { 28 } },
{ "word", "border_width", __CALL, { 29 } },
}

Definition at line 100 of file GENERATED_command_tokens.h.

cmdp_token tokens_CRITERIA[9]
static
Initial value:
= {
{ "'class", "ctype", CRITERION, { 0 } },
{ "'instance", "ctype", CRITERION, { 0 } },
{ "'window_role", "ctype", CRITERION, { 0 } },
{ "'con_id", "ctype", CRITERION, { 0 } },
{ "'id", "ctype", CRITERION, { 0 } },
{ "'con_mark", "ctype", CRITERION, { 0 } },
{ "'title", "ctype", CRITERION, { 0 } },
{ "'urgent", "ctype", CRITERION, { 0 } },
{ "']", "", __CALL, { 47 } },
}

Definition at line 147 of file GENERATED_command_tokens.h.

cmdp_token tokens_CRITERION[1]
static
Initial value:
= {
{ "'=", "", CRITERION_STR, { 0 } },
}

Definition at line 124 of file GENERATED_command_tokens.h.

cmdp_token tokens_CRITERION_STR[1]
static
Initial value:
= {
{ "word", "cvalue", __CALL, { 26 } },
}

Definition at line 94 of file GENERATED_command_tokens.h.

cmdp_token tokens_DEBUGLOG[3]
static
Initial value:
= {
{ "'toggle", "argument", __CALL, { 41 } },
{ "'on", "argument", __CALL, { 42 } },
{ "'off", "argument", __CALL, { 43 } },
}

Definition at line 131 of file GENERATED_command_tokens.h.

cmdp_token tokens_EXEC[2]
static
Initial value:
= {
{ "'--no-startup-id", "nosn", EXEC, { 0 } },
{ "string", "command", __CALL, { 83 } },
}

Definition at line 244 of file GENERATED_command_tokens.h.

cmdp_token tokens_FLOATING[3]
static
Initial value:
= {
{ "'enable", "floating", __CALL, { 44 } },
{ "'disable", "floating", __CALL, { 45 } },
{ "'toggle", "floating", __CALL, { 46 } },
}

Definition at line 142 of file GENERATED_command_tokens.h.

cmdp_token tokens_FOCUS[11]
static
Initial value:
= {
{ "'left", "direction", __CALL, { 65 } },
{ "'right", "direction", __CALL, { 66 } },
{ "'up", "direction", __CALL, { 67 } },
{ "'down", "direction", __CALL, { 68 } },
{ "'output", "", FOCUS_OUTPUT, { 0 } },
{ "'tiling", "window_mode", __CALL, { 69 } },
{ "'floating", "window_mode", __CALL, { 70 } },
{ "'mode_toggle", "window_mode", __CALL, { 71 } },
{ "'parent", "level", __CALL, { 72 } },
{ "'child", "level", __CALL, { 73 } },
{ "end", "", __CALL, { 74 } },
}

Definition at line 217 of file GENERATED_command_tokens.h.

cmdp_token tokens_FOCUS_OUTPUT[1]
static
Initial value:
= {
{ "string", "output", __CALL, { 27 } },
}

Definition at line 97 of file GENERATED_command_tokens.h.

cmdp_token tokens_FULLSCREEN[2]
static
Initial value:
= {
{ "'global", "fullscreen_mode", __CALL, { 31 } },
{ "end", "", __CALL, { 32 } },
}

Definition at line 107 of file GENERATED_command_tokens.h.

cmdp_token tokens_INITIAL[27]
static
Initial value:
= {
{ "end", "", INITIAL, { 0 } },
{ "'[", "", __CALL, { 48 } },
{ "'move", "", MOVE, { 0 } },
{ "'exec", "", EXEC, { 0 } },
{ "'exit", "", __CALL, { 49 } },
{ "'restart", "", __CALL, { 50 } },
{ "'reload", "", __CALL, { 51 } },
{ "'shmlog", "", SHMLOG, { 0 } },
{ "'debuglog", "", DEBUGLOG, { 0 } },
{ "'border", "", BORDER, { 0 } },
{ "'layout", "", LAYOUT, { 0 } },
{ "'append_layout", "", APPEND_LAYOUT, { 0 } },
{ "'workspace", "", WORKSPACE, { 0 } },
{ "'focus", "", FOCUS, { 0 } },
{ "'kill", "", KILL, { 0 } },
{ "'open", "", __CALL, { 52 } },
{ "'fullscreen", "", FULLSCREEN, { 0 } },
{ "'split", "", SPLIT, { 0 } },
{ "'floating", "", FLOATING, { 0 } },
{ "'mark", "", MARK, { 0 } },
{ "'unmark", "", UNMARK, { 0 } },
{ "'resize", "", RESIZE, { 0 } },
{ "'rename", "", RENAME, { 0 } },
{ "'nop", "", NOP, { 0 } },
{ "'scratchpad", "", SCRATCHPAD, { 0 } },
{ "'mode", "", MODE, { 0 } },
{ "'bar", "", BAR, { 0 } },
}

Definition at line 158 of file GENERATED_command_tokens.h.

cmdp_token tokens_KILL[3]
static
Initial value:
= {
{ "'window", "kill_mode", __CALL, { 79 } },
{ "'client", "kill_mode", __CALL, { 80 } },
{ "end", "", __CALL, { 81 } },
}

Definition at line 236 of file GENERATED_command_tokens.h.

cmdp_token tokens_LAYOUT[7]
static
Initial value:
= {
{ "'default", "layout_mode", __CALL, { 56 } },
{ "'stacked", "layout_mode", __CALL, { 57 } },
{ "'stacking", "layout_mode", __CALL, { 58 } },
{ "'tabbed", "layout_mode", __CALL, { 59 } },
{ "'splitv", "layout_mode", __CALL, { 60 } },
{ "'splith", "layout_mode", __CALL, { 61 } },
{ "'toggle", "", LAYOUT_TOGGLE, { 0 } },
}

Definition at line 197 of file GENERATED_command_tokens.h.

cmdp_token tokens_LAYOUT_TOGGLE[3]
static
Initial value:
= {
{ "end", "", __CALL, { 22 } },
{ "'split", "toggle_mode", __CALL, { 23 } },
{ "'all", "toggle_mode", __CALL, { 24 } },
}

Definition at line 84 of file GENERATED_command_tokens.h.

cmdp_token tokens_MARK[1]
static
Initial value:
= {
{ "string", "mark", __CALL, { 85 } },
}

Definition at line 262 of file GENERATED_command_tokens.h.

cmdp_token tokens_MODE[1]
static
Initial value:
= {
{ "string", "mode", __CALL, { 82 } },
}

Definition at line 241 of file GENERATED_command_tokens.h.

cmdp_token tokens_MOVE[12]
static
Initial value:
= {
{ "'window", "", MOVE, { 0 } },
{ "'container", "", MOVE, { 0 } },
{ "'to", "", MOVE, { 0 } },
{ "'workspace", "", MOVE_WORKSPACE, { 0 } },
{ "'output", "", MOVE_TO_OUTPUT, { 0 } },
{ "'scratchpad", "", __CALL, { 84 } },
{ "'left", "direction", MOVE_DIRECTION, { 0 } },
{ "'right", "direction", MOVE_DIRECTION, { 0 } },
{ "'up", "direction", MOVE_DIRECTION, { 0 } },
{ "'down", "direction", MOVE_DIRECTION, { 0 } },
{ "'position", "method", MOVE_TO_POSITION, { 0 } },
{ "'absolute", "method", MOVE_TO_ABSOLUTE_POSITION, { 0 } },
}

Definition at line 248 of file GENERATED_command_tokens.h.

cmdp_token tokens_MOVE_DIRECTION[2]
static
Initial value:
= {
{ "word", "pixels", MOVE_DIRECTION_PX, { 0 } },
{ "end", "", __CALL, { 19 } },
}

Definition at line 74 of file GENERATED_command_tokens.h.

cmdp_token tokens_MOVE_DIRECTION_PX[2]
static
Initial value:
= {
{ "'px", "", __CALL, { 7 } },
{ "end", "", __CALL, { 8 } },
}

Definition at line 30 of file GENERATED_command_tokens.h.

cmdp_token tokens_MOVE_TO_ABSOLUTE_POSITION[1]
static
Initial value:
= {
{ "'position", "", MOVE_TO_POSITION, { 0 } },
}

Definition at line 9 of file GENERATED_command_tokens.h.

cmdp_token tokens_MOVE_TO_OUTPUT[1]
static
Initial value:
= {
{ "string", "output", __CALL, { 20 } },
}

Definition at line 78 of file GENERATED_command_tokens.h.

cmdp_token tokens_MOVE_TO_POSITION[2]
static
Initial value:
= {
{ "'center", "", __CALL, { 9 } },
{ "word", "coord_x", MOVE_TO_POSITION_X, { 0 } },
}

Definition at line 39 of file GENERATED_command_tokens.h.

cmdp_token tokens_MOVE_TO_POSITION_X[2]
static
Initial value:
= {
{ "'px", "", MOVE_TO_POSITION_X, { 0 } },
{ "word", "coord_y", MOVE_TO_POSITION_Y, { 0 } },
}

Definition at line 22 of file GENERATED_command_tokens.h.

cmdp_token tokens_MOVE_TO_POSITION_Y[2]
static
Initial value:
= {
{ "'px", "", __CALL, { 5 } },
{ "end", "", __CALL, { 6 } },
}

Definition at line 26 of file GENERATED_command_tokens.h.

cmdp_token tokens_MOVE_WORKSPACE[9]
static
Initial value:
= {
{ "'to ", "", MOVE_WORKSPACE_TO_OUTPUT, { 0 } },
{ "'next_on_output", "workspace", __CALL, { 12 } },
{ "'prev_on_output", "workspace", __CALL, { 13 } },
{ "'next", "workspace", __CALL, { 14 } },
{ "'prev", "workspace", __CALL, { 15 } },
{ "'current", "workspace", __CALL, { 16 } },
{ "'back_and_forth", "", __CALL, { 17 } },
{ "'number", "", MOVE_WORKSPACE_NUMBER, { 0 } },
{ "string", "workspace", __CALL, { 18 } },
}

Definition at line 63 of file GENERATED_command_tokens.h.

cmdp_token tokens_MOVE_WORKSPACE_NUMBER[1]
static
Initial value:
= {
{ "string", "number", __CALL, { 4 } },
}

Definition at line 16 of file GENERATED_command_tokens.h.

cmdp_token tokens_MOVE_WORKSPACE_TO_OUTPUT[2]
static
Initial value:
= {
{ "'output", "", MOVE_WORKSPACE_TO_OUTPUT, { 0 } },
{ "string", "output", __CALL, { 3 } },
}

Definition at line 12 of file GENERATED_command_tokens.h.

cmdp_token tokens_NOP[1]
static
Initial value:
= {
{ "string", "comment", __CALL, { 86 } },
}

Definition at line 265 of file GENERATED_command_tokens.h.

cmdp_token tokens_RENAME[1]
static
Initial value:
= {
{ "'workspace", "", RENAME_WORKSPACE, { 0 } },
}

Definition at line 194 of file GENERATED_command_tokens.h.

cmdp_token tokens_RENAME_WORKSPACE[2]
static
Initial value:
= {
{ "'to", "old_name", RENAME_WORKSPACE_LIKELY_TO, { 0 } },
{ "word", "old_name", RENAME_WORKSPACE_TO, { 0 } },
}

Definition at line 43 of file GENERATED_command_tokens.h.

cmdp_token tokens_RENAME_WORKSPACE_LIKELY_TO[2]
static
Initial value:
= {
{ "'to", "", RENAME_WORKSPACE_NEW_NAME, { 0 } },
{ "word", "new_name", __CALL, { 0 } },
}

Definition at line 1 of file GENERATED_command_tokens.h.

cmdp_token tokens_RENAME_WORKSPACE_NEW_NAME[2]
static
Initial value:
= {
{ "end", "", __CALL, { 1 } },
{ "string", "new_name", __CALL, { 2 } },
}

Definition at line 5 of file GENERATED_command_tokens.h.

cmdp_token tokens_RENAME_WORKSPACE_TO[1]
static
Initial value:
= {
{ "'to", "", RENAME_WORKSPACE_NEW_NAME, { 0 } },
}

Definition at line 19 of file GENERATED_command_tokens.h.

cmdp_token tokens_RESIZE[2]
static
Initial value:
= {
{ "'grow", "way", RESIZE_DIRECTION, { 0 } },
{ "'shrink", "way", RESIZE_DIRECTION, { 0 } },
}

Definition at line 213 of file GENERATED_command_tokens.h.

cmdp_token tokens_RESIZE_DIRECTION[6]
static
Initial value:
= {
{ "'up", "direction", RESIZE_PX, { 0 } },
{ "'down", "direction", RESIZE_PX, { 0 } },
{ "'left", "direction", RESIZE_PX, { 0 } },
{ "'right", "direction", RESIZE_PX, { 0 } },
{ "'width", "direction", RESIZE_PX, { 0 } },
{ "'height", "direction", RESIZE_PX, { 0 } },
}

Definition at line 55 of file GENERATED_command_tokens.h.

cmdp_token tokens_RESIZE_PX[2]
static
Initial value:
= {
{ "word", "resize_px", RESIZE_TILING, { 0 } },
{ "end", "", __CALL, { 39 } },
}

Definition at line 120 of file GENERATED_command_tokens.h.

cmdp_token tokens_RESIZE_TILING[3]
static
Initial value:
= {
{ "'px", "", RESIZE_TILING, { 0 } },
{ "'or", "", RESIZE_TILING_OR, { 0 } },
{ "end", "", __CALL, { 25 } },
}

Definition at line 89 of file GENERATED_command_tokens.h.

cmdp_token tokens_RESIZE_TILING_OR[3]
static
Initial value:
= {
{ "'ppt", "", RESIZE_TILING_OR, { 0 } },
{ "word", "resize_ppt", RESIZE_TILING_OR, { 0 } },
{ "end", "", __CALL, { 11 } },
}

Definition at line 50 of file GENERATED_command_tokens.h.

cmdp_token tokens_SCRATCHPAD[1]
static
Initial value:
= {
{ "'show", "", __CALL, { 30 } },
}

Definition at line 104 of file GENERATED_command_tokens.h.

cmdp_token tokens_SHMLOG[1]
static
Initial value:
= {
{ "string", "argument", __CALL, { 62 } },
}

Definition at line 206 of file GENERATED_command_tokens.h.

cmdp_token tokens_SPLIT[4]
static
Initial value:
= {
{ "'horizontal", "direction", __CALL, { 75 } },
{ "'vertical", "direction", __CALL, { 76 } },
{ "'v", "direction", __CALL, { 77 } },
{ "'h", "direction", __CALL, { 78 } },
}

Definition at line 230 of file GENERATED_command_tokens.h.

cmdp_token tokens_UNMARK[2]
static
Initial value:
= {
{ "end", "", __CALL, { 63 } },
{ "string", "mark", __CALL, { 64 } },
}

Definition at line 209 of file GENERATED_command_tokens.h.

cmdp_token tokens_WORKSPACE[7]
static
Initial value:
= {
{ "'next_on_output", "direction", __CALL, { 33 } },
{ "'prev_on_output", "direction", __CALL, { 34 } },
{ "'next", "direction", __CALL, { 35 } },
{ "'prev", "direction", __CALL, { 36 } },
{ "'back_and_forth", "", __CALL, { 37 } },
{ "'number", "", WORKSPACE_NUMBER, { 0 } },
{ "string", "workspace", __CALL, { 38 } },
}

Definition at line 111 of file GENERATED_command_tokens.h.

cmdp_token tokens_WORKSPACE_NUMBER[1]
static
Initial value:
= {
{ "string", "workspace", __CALL, { 10 } },
}

Definition at line 47 of file GENERATED_command_tokens.h.