tmux
3.2a
About: tmux is a terminal multiplexer that lets you switch easily between several programs in one terminal.
![]() ![]() |
Data Fields | |
FILE * | f |
const char * | buf |
size_t | len |
size_t | off |
int | condition |
int | eol |
int | eof |
struct cmd_parse_input * | input |
u_int | escapes |
char * | error |
struct cmd_parse_commands * | commands |
struct cmd_parse_scope * | scope |
Definition at line 48 of file cmd-parse.c.
const char* cmd_parse_state::buf |
Definition at line 51 of file cmd-parse.c.
Referenced by cmd_parse_do_buffer(), yylex_format(), yylex_get_word(), yylex_getc1(), and yylex_token_escape().
struct cmd_parse_commands* cmd_parse_state::commands |
Definition at line 62 of file cmd-parse.c.
Referenced by cmd_parse_run_parser(), and yyparse().
int cmd_parse_state::condition |
Definition at line 55 of file cmd-parse.c.
Referenced by yylex().
int cmd_parse_state::eof |
Definition at line 57 of file cmd-parse.c.
Referenced by yylex().
int cmd_parse_state::eol |
Definition at line 56 of file cmd-parse.c.
Referenced by yylex().
char* cmd_parse_state::error |
Definition at line 61 of file cmd-parse.c.
Referenced by cmd_parse_run_parser(), yyerror(), and yylex_format().
u_int cmd_parse_state::escapes |
Definition at line 59 of file cmd-parse.c.
Referenced by yylex_getc().
FILE* cmd_parse_state::f |
Definition at line 49 of file cmd-parse.c.
Referenced by cmd_parse_do_file(), yylex_getc1(), and yylex_ungetc().
struct cmd_parse_input* cmd_parse_state::input |
Definition at line 58 of file cmd-parse.c.
Referenced by cmd_parse_do_buffer(), cmd_parse_do_file(), yyerror(), yylex(), yylex_getc(), and yyparse().
size_t cmd_parse_state::len |
Definition at line 52 of file cmd-parse.c.
Referenced by cmd_parse_do_buffer(), yylex_format(), yylex_get_word(), yylex_getc1(), and yylex_token_escape().
size_t cmd_parse_state::off |
Definition at line 53 of file cmd-parse.c.
Referenced by yylex_getc1(), and yylex_ungetc().
struct cmd_parse_scope* cmd_parse_state::scope |
Definition at line 64 of file cmd-parse.c.
Referenced by yyparse().