Home | History | Annotate | Download | only in email

Lines Matching full:whitespace

42   (?=[ \t]|$)           # whitespace or the end of the string
45 # Field name regexp, including trailing colon, but not separating whitespace,
171 continuation_ws must be RFC 2822 compliant folding whitespace (usually
199 # columns of the continuation whitespace prefix.
369 # Don't add more folding whitespace than necessary
427 # Ignore any leading whitespace (i.e. continuation whitespace) already
437 # whitespace.
447 # Now split the line on the character plus trailing whitespace
472 # splitting on whitespace, try to recursively split this line
473 # on whitespace.