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

Go to the source code of this file.

Variables

cmdp_token tokens_MOVE_WORKSPACE [7]
cmdp_token tokens_CRITERION [1]
cmdp_token tokens_CRITERIA [9]
cmdp_token tokens_MOVE_TO_POSITION_X [2]
cmdp_token tokens_MOVE_TO_POSITION_Y [2]
cmdp_token tokens_RESIZE_TILING [3]
cmdp_token tokens_BORDER [4]
cmdp_token tokens_MODE [1]
cmdp_token tokens_MOVE_WORKSPACE_NUMBER [1]
cmdp_token tokens_CRITERION_STR [1]
cmdp_token tokens_FLOATING [3]
cmdp_token tokens_RENAME [1]
cmdp_token tokens_RESIZE_DIRECTION [6]
cmdp_token tokens_FULLSCREEN [2]
cmdp_token tokens_RENAME_WORKSPACE_TO [2]
cmdp_token tokens_MOVE_DIRECTION_PX [2]
cmdp_token tokens_FOCUS_OUTPUT [1]
cmdp_token tokens_MOVE_TO_ABSOLUTE_POSITION [1]
cmdp_token tokens_RESIZE_TILING_OR [3]
cmdp_token tokens_RENAME_WORKSPACE [1]
cmdp_token tokens_SCRATCHPAD [1]
cmdp_token tokens_NOP [1]
cmdp_token tokens_MOVE_TO_POSITION [2]
cmdp_token tokens_WORKSPACE [7]
cmdp_token tokens_APPEND_LAYOUT [1]
cmdp_token tokens_MARK [1]
cmdp_token tokens_MOVE [12]
cmdp_token tokens_MOVE_TO_OUTPUT [1]
cmdp_token tokens_WORKSPACE_NUMBER [1]
cmdp_token tokens_SPLIT [4]
cmdp_token tokens_MOVE_WORKSPACE_TO_OUTPUT [2]
cmdp_token tokens_RESIZE [2]
cmdp_token tokens_KILL [3]
cmdp_token tokens_EXEC [2]
cmdp_token tokens_FOCUS [11]
cmdp_token tokens_LAYOUT [4]
cmdp_token tokens_MOVE_DIRECTION [2]
cmdp_token tokens_INITIAL [23]
cmdp_token tokens_RESIZE_PX [2]
cmdp_token_ptr tokens [39]

Variable Documentation

cmdp_token_ptr tokens[39]

Definition at line 214 of file GENERATED_tokens.h.

Referenced by parse_command().

cmdp_token tokens_APPEND_LAYOUT[1]
Initial value:
{
{ "string", "path", __CALL, { 35 } },
}

Definition at line 113 of file GENERATED_tokens.h.

cmdp_token tokens_BORDER[4]
Initial value:
{
{ "'normal", "border_style", __CALL, { 9 } },
{ "'none", "border_style", __CALL, { 10 } },
{ "'1pixel", "border_style", __CALL, { 11 } },
{ "'toggle", "border_style", __CALL, { 12 } },
}

Definition at line 37 of file GENERATED_tokens.h.

cmdp_token tokens_CRITERIA[9]
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, { 5 } },
}

Definition at line 13 of file GENERATED_tokens.h.

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

Definition at line 10 of file GENERATED_tokens.h.

cmdp_token tokens_CRITERION_STR[1]
Initial value:
{
{ "word", "cvalue", __CALL, { 15 } },
}

Definition at line 49 of file GENERATED_tokens.h.

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

Definition at line 158 of file GENERATED_tokens.h.

cmdp_token tokens_FLOATING[3]
Initial value:
{
{ "'enable", "floating", __CALL, { 16 } },
{ "'disable", "floating", __CALL, { 17 } },
{ "'toggle", "floating", __CALL, { 18 } },
}

Definition at line 52 of file GENERATED_tokens.h.

cmdp_token tokens_FOCUS[11]
Initial value:
{
{ "'left", "direction", __CALL, { 49 } },
{ "'right", "direction", __CALL, { 50 } },
{ "'up", "direction", __CALL, { 51 } },
{ "'down", "direction", __CALL, { 52 } },
{ "'output", "", FOCUS_OUTPUT, { 0 } },
{ "'tiling", "window_mode", __CALL, { 53 } },
{ "'floating", "window_mode", __CALL, { 54 } },
{ "'mode_toggle", "window_mode", __CALL, { 55 } },
{ "'parent", "level", __CALL, { 56 } },
{ "'child", "level", __CALL, { 57 } },
{ "end", "", __CALL, { 58 } },
}

Definition at line 162 of file GENERATED_tokens.h.

cmdp_token tokens_FOCUS_OUTPUT[1]
Initial value:
{
{ "string", "output", __CALL, { 24 } },
}

Definition at line 80 of file GENERATED_tokens.h.

cmdp_token tokens_FULLSCREEN[2]
Initial value:
{
{ "'global", "fullscreen_mode", __CALL, { 19 } },
{ "end", "", __CALL, { 20 } },
}

Definition at line 68 of file GENERATED_tokens.h.

cmdp_token tokens_INITIAL[23]
Initial value:
{
{ "end", "", INITIAL, { 0 } },
{ "'[", "", __CALL, { 64 } },
{ "'move", "", MOVE, { 0 } },
{ "'exec", "", EXEC, { 0 } },
{ "'exit", "", __CALL, { 65 } },
{ "'restart", "", __CALL, { 66 } },
{ "'reload", "", __CALL, { 67 } },
{ "'border", "", BORDER, { 0 } },
{ "'layout", "", LAYOUT, { 0 } },
{ "'append_layout", "", APPEND_LAYOUT, { 0 } },
{ "'workspace", "", WORKSPACE, { 0 } },
{ "'focus", "", FOCUS, { 0 } },
{ "'kill", "", KILL, { 0 } },
{ "'open", "", __CALL, { 68 } },
{ "'fullscreen", "", FULLSCREEN, { 0 } },
{ "'split", "", SPLIT, { 0 } },
{ "'floating", "", FLOATING, { 0 } },
{ "'mark", "", MARK, { 0 } },
{ "'resize", "", RESIZE, { 0 } },
{ "'rename", "", RENAME, { 0 } },
{ "'nop", "", NOP, { 0 } },
{ "'scratchpad", "", SCRATCHPAD, { 0 } },
{ "'mode", "", MODE, { 0 } },
}

Definition at line 185 of file GENERATED_tokens.h.

cmdp_token tokens_KILL[3]
Initial value:
{
{ "'window", "kill_mode", __CALL, { 45 } },
{ "'client", "kill_mode", __CALL, { 46 } },
{ "end", "", __CALL, { 47 } },
}

Definition at line 153 of file GENERATED_tokens.h.

cmdp_token tokens_LAYOUT[4]
Initial value:
{
{ "'default", "layout_mode", __CALL, { 59 } },
{ "'stacked", "layout_mode", __CALL, { 60 } },
{ "'stacking", "layout_mode", __CALL, { 61 } },
{ "'tabbed", "layout_mode", __CALL, { 62 } },
}

Definition at line 175 of file GENERATED_tokens.h.

cmdp_token tokens_MARK[1]
Initial value:
{
{ "string", "mark", __CALL, { 36 } },
}

Definition at line 116 of file GENERATED_tokens.h.

cmdp_token tokens_MODE[1]
Initial value:
{
{ "string", "mode", __CALL, { 13 } },
}

Definition at line 43 of file GENERATED_tokens.h.

cmdp_token tokens_MOVE[12]
Initial value:
{
{ "'window", "", MOVE, { 0 } },
{ "'container", "", MOVE, { 0 } },
{ "'to", "", MOVE, { 0 } },
{ "'workspace", "", MOVE_WORKSPACE, { 0 } },
{ "'output", "", MOVE_TO_OUTPUT, { 0 } },
{ "'scratchpad", "", __CALL, { 37 } },
{ "'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 119 of file GENERATED_tokens.h.

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

Definition at line 181 of file GENERATED_tokens.h.

cmdp_token tokens_MOVE_DIRECTION_PX[2]
Initial value:
{
{ "'px", "", __CALL, { 22 } },
{ "end", "", __CALL, { 23 } },
}

Definition at line 76 of file GENERATED_tokens.h.

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

Definition at line 83 of file GENERATED_tokens.h.

cmdp_token tokens_MOVE_TO_OUTPUT[1]
Initial value:
{
{ "string", "output", __CALL, { 38 } },
}

Definition at line 133 of file GENERATED_tokens.h.

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

Definition at line 100 of file GENERATED_tokens.h.

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

Definition at line 24 of file GENERATED_tokens.h.

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

Definition at line 28 of file GENERATED_tokens.h.

cmdp_token tokens_MOVE_WORKSPACE[7]
Initial value:
{
{ "'to", "", MOVE_WORKSPACE_TO_OUTPUT, { 0 } },
{ "'next", "workspace", __CALL, { 0 } },
{ "'prev", "workspace", __CALL, { 1 } },
{ "'next_on_output", "workspace", __CALL, { 2 } },
{ "'prev_on_output", "workspace", __CALL, { 3 } },
{ "'number", "", MOVE_WORKSPACE_NUMBER, { 0 } },
{ "string", "workspace", __CALL, { 4 } },
}

Definition at line 1 of file GENERATED_tokens.h.

cmdp_token tokens_MOVE_WORKSPACE_NUMBER[1]
Initial value:
{
{ "string", "number", __CALL, { 14 } },
}

Definition at line 46 of file GENERATED_tokens.h.

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

Definition at line 145 of file GENERATED_tokens.h.

cmdp_token tokens_NOP[1]
Initial value:
{
{ "string", "comment", __CALL, { 27 } },
}

Definition at line 97 of file GENERATED_tokens.h.

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

Definition at line 57 of file GENERATED_tokens.h.

cmdp_token tokens_RENAME_WORKSPACE[1]
Initial value:
{
{ "word", "old_name", RENAME_WORKSPACE_TO, { 0 } },
}

Definition at line 91 of file GENERATED_tokens.h.

cmdp_token tokens_RENAME_WORKSPACE_TO[2]
Initial value:
{
{ "'to", "", RENAME_WORKSPACE_TO, { 0 } },
{ "string", "new_name", __CALL, { 21 } },
}

Definition at line 72 of file GENERATED_tokens.h.

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

Definition at line 149 of file GENERATED_tokens.h.

cmdp_token tokens_RESIZE_DIRECTION[6]
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 60 of file GENERATED_tokens.h.

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

Definition at line 210 of file GENERATED_tokens.h.

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

Definition at line 32 of file GENERATED_tokens.h.

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

Definition at line 86 of file GENERATED_tokens.h.

cmdp_token tokens_SCRATCHPAD[1]
Initial value:
{
{ "'show", "", __CALL, { 26 } },
}

Definition at line 94 of file GENERATED_tokens.h.

cmdp_token tokens_SPLIT[4]
Initial value:
{
{ "'v", "direction", __CALL, { 40 } },
{ "'h", "direction", __CALL, { 41 } },
{ "'vertical", "direction", __CALL, { 42 } },
{ "'horizontal", "direction", __CALL, { 43 } },
}

Definition at line 139 of file GENERATED_tokens.h.

cmdp_token tokens_WORKSPACE[7]
Initial value:
{
{ "'next_on_output", "direction", __CALL, { 29 } },
{ "'prev_on_output", "direction", __CALL, { 30 } },
{ "'next", "direction", __CALL, { 31 } },
{ "'prev", "direction", __CALL, { 32 } },
{ "'back_and_forth", "", __CALL, { 33 } },
{ "'number", "", WORKSPACE_NUMBER, { 0 } },
{ "string", "workspace", __CALL, { 34 } },
}

Definition at line 104 of file GENERATED_tokens.h.

cmdp_token tokens_WORKSPACE_NUMBER[1]
Initial value:
{
{ "string", "workspace", __CALL, { 39 } },
}

Definition at line 136 of file GENERATED_tokens.h.