Searched refs:backslash (Results 1 – 25 of 141) sorted by relevance
123456
115 const char *backslash, *newline, *search_start; in remove_line_continuations() local160 backslash = strchr(search_start, '\\'); in remove_line_continuations()177 (backslash == NULL || newline < backslash)) in remove_line_continuations()190 search_start = backslash + 1; in remove_line_continuations()192 if (backslash == NULL) in remove_line_continuations()200 if (backslash[1] == '\r' || backslash[1] == '\n') in remove_line_continuations()203 ralloc_strncat(&clean, shader, backslash - shader); in remove_line_continuations()204 shader = skip_newline (backslash + 1); in remove_line_continuations()
43 string::size_type backslash = path.rfind('\\'); in File() local47 (backslash == string::npos || slash > backslash)) { in File()49 } else if (backslash != string::npos) { in File()50 file_start = backslash + 1; in File()
145 single: backslash character147 Two or more physical lines may be joined into logical lines using backslash148 characters (``\``), as follows: when a physical line ends in a backslash that is150 a single logical line, deleting the backslash and the following end-of-line158 A line ending in a backslash cannot carry a comment. A backslash does not159 continue a comment. A backslash does not continue a token except for string161 physical lines using a backslash). A backslash is illegal elsewhere on a line223 using backslashes; the whitespace up to the first backslash determines the453 *triple-quoted strings*). The backslash (``\``) character is used to escape454 characters that otherwise have a special meaning, such as newline, backslash[all …]
24 [^\\\x80-\xff\n\015"] # Anything except backslash and quote38 [^\\\x80-\xff\n\015"] # Anything except backslash and quote75 [^\\\x80-\xff\n\015"] # Anything except backslash and quote87 [^\\\x80-\xff\n\015"] # Anything except backslash and quote157 [^\\\x80-\xff\n\015"] # Anything except backslash and quote171 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
21 [^\\\x80-\xff\n\015"] # Anything except backslash and quote35 [^\\\x80-\xff\n\015"] # Anything except backslash and quote72 [^\\\x80-\xff\n\015"] # Anything except backslash and quote84 [^\\\x80-\xff\n\015"] # Anything except backslash and quote154 [^\\\x80-\xff\n\015"] # Anything except backslash and quote168 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
32 [^\\\x80-\xff\n\015"] # Anything except backslash and quote46 [^\\\x80-\xff\n\015"] # Anything except backslash and quote83 [^\\\x80-\xff\n\015"] # Anything except backslash and quote95 [^\\\x80-\xff\n\015"] # Anything except backslash and quote165 [^\\\x80-\xff\n\015"] # Anything except backslash and quote179 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
1 # This test is run when PCRE2 has been built with --enable-never-backslash-C,
2 # disabled by compiling with --enable-never-backslash-C.
418 backslash, dot = (u'\\', u'.') if isinstance(path, _unicode) else ('\\', '.')439 prefix = prefix + backslash444 prefix = prefix + backslash464 return prefix + backslash.join(comps)
42 try-open-completions=<KeyRelease-period> <KeyRelease-slash> <KeyRelease-backslash>52 force-open-calltip=<Control-Key-backslash>
25 \\ '\' "\\" # NOTE that backslash in single quotes are literial!
16 Tests include quoting, mixed quoting, backslash escapes, line
397 # If there is a trailing backslash, then delete it -- we don't468 s|\\\"|<<dq>>|g; # Transform backslash double quote469 s|\\\'|<<sq>>|g; # Transform backslash single quote470 s|\\\#|<<lb>>|g; # Transform backslash pound471 s|\\(.)|<<q$1>>|g; # Transform backslash escapes
7 # backslash to distinguish if from a comment line.
116 This is a code span with a literal backslash-backtick sequence: `` \` ``
241 parameters - Escape single quote & backslash:242 with a backslash 0x27 == ' == \', and 0x5c == \ == \\335 Escape single quote & backslash with a backslash:339 Escape single quote & backslash with a backslash:365 Escape single quote & backslash with a backslash:369 Escape single quote & backslash with a backslash:810 Escaped single quote & backslash with a backslash:
167 /// EscapePrecedingEscapes - Append a backslash to Dst for every backslash188 // We need to add a backslash, but ensure that it isn't escaped.201 // Make sure the closing quote doesn't get escaped by a trailing backslash.241 // Make sure our quote doesn't get escaped by a trailing backslash.
31 backslash, // \ (not /) enumerator
230 # Find a way to echo strings without interpreting backslash.264 # See if the line ends in a backslash.268 # Print the line, without the trailing backslash.271 # There was no trailing backslash. The end of the variable definition is277 # A trailing backslash means that the variable definition continues in the
241 # Find a way to echo strings without interpreting backslash.276 # See if the line ends in a backslash.280 # Print the line, without the trailing backslash.283 # There was no trailing backslash. The end of the variable definition is289 # A trailing backslash means that the variable definition continues in the