Imported from ../bash-2.05b.tar.gz.
This commit is contained in:
parent
f73dda092b
commit
7117c2d221
362 changed files with 34387 additions and 15063 deletions
3
flags.h
3
flags.h
|
@ -38,6 +38,7 @@ struct flags_alist {
|
|||
};
|
||||
|
||||
extern struct flags_alist shell_flags[];
|
||||
extern char optflags[];
|
||||
|
||||
extern int
|
||||
mark_modified_vars, exit_immediately_on_error, disallow_filename_globbing,
|
||||
|
@ -69,6 +70,8 @@ extern int change_flag __P((int, int));
|
|||
extern char *which_set_flags __P((void));
|
||||
extern void reset_shell_flags __P((void));
|
||||
|
||||
extern void initialize_flags __P((void));
|
||||
|
||||
/* A macro for efficiency. */
|
||||
#define change_flag_char(flag, on_or_off) change_flag (flag, on_or_off)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue