Home | History | Annotate | Download | only in dist

Lines Matching refs:backslashes

3132 	# Backslashes separate directories on plain windows
4106 - Backslashes not followed by double quotes are not special.
4107 - But 2*n+1 backslashes followed by a double quote become
4108 n backslashes followed by a double quote (n >= 0):
4140 unsigned int backslashes;
4146 backslashes = 0;
4153 length += backslashes + 1;
4156 backslashes++;
4158 backslashes = 0;
4161 length += backslashes + 1;
4166 backslashes = 0;
4175 for (j = backslashes + 1; j > 0; j--)
4180 backslashes++;
4182 backslashes = 0;
4187 for (j = backslashes; j > 0; j--)