Searched refs:qs (Results 1 – 1 of 1) sorted by relevance
2353 int qs = quoting_style_opt; in decode_switches() local2354 if (qs < 0) in decode_switches()2355 qs = getenv_quoting_style (); in decode_switches()2356 if (qs < 0) in decode_switches()2357 qs = (ls_mode == LS_LS in decode_switches()2360 if (0 <= qs) in decode_switches()2361 set_quoting_style (nullptr, qs); in decode_switches()2362 qs = get_quoting_style (nullptr); in decode_switches()2366 && (qs == shell_quoting_style in decode_switches()2367 || qs == shell_escape_quoting_style in decode_switches()[all …]