Lines Matching refs:Incomplete
290 # [ Incomplete empty character list, never matches.
297 # [^ Incomplete negated empty character list, matches any single
305 # [-x1-3 Incomplete character list, matches those elements that can be
313 # *[-x1-3 Incomplete character list after a wildcard, matches those
322 # Incomplete negated character list, matches any character
330 # [\ Incomplete character list containing a single '\'.
344 # [x- Incomplete character list containing an incomplete character
352 # [^x- Incomplete negated character list containing an incomplete