mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 01:20:00 +02:00
commit bash-20161230 snapshot
This commit is contained in:
@@ -70,4 +70,30 @@ struct dstack {
|
||||
#define DOLBRACE_QUOTE 0x40 /* single quote is special in double quotes */
|
||||
#define DOLBRACE_QUOTE2 0x80 /* single quote is semi-special in double quotes */
|
||||
|
||||
/* variable declarations from parse.y */
|
||||
extern struct dstack dstack;
|
||||
|
||||
extern char *primary_prompt;
|
||||
extern char *secondary_prompt;
|
||||
|
||||
extern char *current_prompt_string;
|
||||
|
||||
extern char *ps1_prompt;
|
||||
extern char *ps2_prompt;
|
||||
extern char *ps0_prompt;
|
||||
|
||||
extern int expand_aliases;
|
||||
extern int current_command_line_count;
|
||||
extern int saved_command_line_count;
|
||||
extern int shell_eof_token;
|
||||
extern int current_token;
|
||||
extern int parser_state;
|
||||
extern int need_here_doc;
|
||||
|
||||
extern int ignoreeof;
|
||||
extern int eof_encountered;
|
||||
extern int eof_encountered_limit;
|
||||
|
||||
extern int line_number, line_number_base;
|
||||
|
||||
#endif /* _PARSER_H_ */
|
||||
|
||||
Reference in New Issue
Block a user