Lines Matching refs:NON_QUOTE_REGEX
419 NON_QUOTE_REGEX="^[\"']"420 if [[ $command = query && $cur =~ $NON_QUOTE_REGEX ]]; then