New option -iso_rr_pattern, influencing several options with multiple args

This commit is contained in:
2007-11-09 19:30:25 +00:00
parent 8dbcfae46b
commit f02c8c7ba8
7 changed files with 387 additions and 128 deletions

View File

@@ -113,6 +113,7 @@ struct XorrisO { /* the global context of xorriso */
3= (eventually structured) shell parser expression
4= shell parser expression for leaf name
*/
int structured_search;
/* 0= flat text search
1= '/' is a significant separator that cannot be matched by wildcards
@@ -121,6 +122,8 @@ struct XorrisO { /* the global context of xorriso */
4= actually not structured but unique find mode (with search_mode 4)
*/
int do_iso_rr_pattern; /* 0=off, 1=on, 2=ls */
int temp_mem_limit;
int use_stdin; /* use raw stdin even if readline support is compiled */