|
|
|
@ -71,6 +71,8 @@ struct XorrisO { /* the global context of xorriso */
|
|
|
|
|
uid_t global_uid;
|
|
|
|
|
int do_global_gid;
|
|
|
|
|
gid_t global_gid;
|
|
|
|
|
|
|
|
|
|
/* >>> put overwrite_mode here */
|
|
|
|
|
int do_overwrite;
|
|
|
|
|
int do_reassure;
|
|
|
|
|
|
|
|
|
@ -99,8 +101,9 @@ struct XorrisO { /* the global context of xorriso */
|
|
|
|
|
int dialog;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* ??? does this search stuff make sense ? */
|
|
|
|
|
/* Pattern matching facility. It still carries legacy from scdbackup/askme.c
|
|
|
|
|
but is fully functional for xorriso.
|
|
|
|
|
*/
|
|
|
|
|
int search_mode;
|
|
|
|
|
/* 0= start text
|
|
|
|
|
1= fgrep ,
|
|
|
|
@ -115,6 +118,7 @@ struct XorrisO { /* the global context of xorriso */
|
|
|
|
|
( 3= like 2 : but report first content level of matching directories )
|
|
|
|
|
4= actually not structured but unique find mode (with search_mode 4)
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
int temp_mem_limit;
|
|
|
|
|
|
|
|
|
|
int use_stdin; /* use raw stdin even if readline support is compiled */
|
|
|
|
@ -125,7 +129,6 @@ struct XorrisO { /* the global context of xorriso */
|
|
|
|
|
char logfile[4][SfileadrL];
|
|
|
|
|
int status_history_max; /* for -status long_history */
|
|
|
|
|
|
|
|
|
|
/* >>> put -abort_on severity parameters here <<< */
|
|
|
|
|
char report_about_text[20];
|
|
|
|
|
int report_about_severity;
|
|
|
|
|
int library_msg_direct_print;
|
|
|
|
@ -144,8 +147,6 @@ struct XorrisO { /* the global context of xorriso */
|
|
|
|
|
int re_fill;
|
|
|
|
|
char reg_expr[2*SfileadrL];
|
|
|
|
|
|
|
|
|
|
/* >>> put overwrite_mode here */
|
|
|
|
|
|
|
|
|
|
/* run state */
|
|
|
|
|
int is_dialog;
|
|
|
|
|
int bar_is_fresh;
|
|
|
|
@ -158,7 +159,7 @@ struct XorrisO { /* the global context of xorriso */
|
|
|
|
|
double insert_bytes;
|
|
|
|
|
double error_count; /* double will not roll over */
|
|
|
|
|
|
|
|
|
|
/* <<< ??? result (stdout, R: ) */
|
|
|
|
|
/* result (stdout, R: ) */
|
|
|
|
|
char result_line[5*SfileadrL];
|
|
|
|
|
int result_line_counter;
|
|
|
|
|
int result_page_counter;
|
|
|
|
|