Searched refs:backslash (Results 1 - 25 of 101) sorted by relevance

12345

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dpp.c115 const char *backslash, *newline, *search_start; local in function:remove_line_continuations
121 backslash = strchr(shader, '\\');
124 if (backslash == NULL)
183 (backslash == NULL || newline < backslash))
198 if (backslash == NULL)
201 search_start = backslash + 1;
203 /* At each line continuation, (backslash followed by a
208 if (backslash[1] == '\r' || backslash[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
H A Dpp.c115 const char *backslash, *newline, *search_start; local in function:remove_line_continuations
121 backslash = strchr(shader, '\\');
124 if (backslash == NULL)
183 (backslash == NULL || newline < backslash))
198 search_start = backslash + 1;
200 if (backslash == NULL)
203 /* At each line continuation, (backslash followed by a
208 if (backslash[1] == '\r' || backslash[
[all...]
/xsrc/external/mit/xedit/dist/lisp/
H A Dread.c1111 int ch, length, backslash, size, quote, unreadable, collon; local in function:LispReadObject
1115 backslash = quote = unreadable = collon = 0;
1124 unreadable = backslash = 1;
1164 backslash = !backslash;
1167 if (backslash)
1173 else if (backslash)
1174 backslash = 0;
1177 else if (!quote && !backslash) {
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dinstall.mk19 # don't forget the final backslash (this command is mainly for package
/xsrc/external/mit/fontconfig/dist/m4/
H A Dpo.m4242 # Find a way to echo strings without interpreting backslash.
277 # See if the line ends in a backslash.
281 # Print the line, without the trailing backslash.
284 # There was no trailing backslash. The end of the variable definition is
290 # A trailing backslash means that the variable definition continues in the
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcstr.c1055 FcChar8 *backslash; local in function:FcStrLastSlash
1057 backslash = (FcChar8 *) strrchr ((const char *) path, '\\');
1058 if (!slash || (backslash && backslash > slash))
1059 slash = backslash;
/xsrc/external/mit/freetype/dist/builds/
H A Ddetect.mk60 # does not work with GNU Make (the backslash is interpreted as a line
/xsrc/external/mit/libX11/dist/
H A DREADME.md167 * Hammer-and-sickle can be composed with question mark plus backslash.
/xsrc/external/mit/xf86-video-intel-2014/dist/m4/
H A Dlibtool.m41168 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/xorg-server.old/dist/m4/
H A Dlibtool.m41113 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/libXau/dist/m4/
H A Dlibtool.m41221 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/libXaw/dist/m4/
H A Dlibtool.m41186 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/libXcursor/dist/m4/
H A Dlibtool.m41186 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/libXdmcp/dist/m4/
H A Dlibtool.m41187 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/libXevie/dist/
H A Daclocal.m43490 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/libXext/dist/m4/
H A Dlibtool.m41187 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/libXfixes/dist/m4/
H A Dlibtool.m41187 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/libXfont2/dist/m4/
H A Dlibtool.m41187 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/libXft/dist/m4/
H A Dlibtool.m41186 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/libXi/dist/m4/
H A Dlibtool.m41187 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/libXpm/dist/m4/
H A Dlibtool.m41187 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/libXpresent/dist/m4/
H A Dlibtool.m41187 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/libXrandr/dist/m4/
H A Dlibtool.m41187 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/libXrender/dist/m4/
H A Dlibtool.m41221 # Find how we can fake an echo command that does not interpret backslash.
/xsrc/external/mit/libXt/dist/m4/
H A Dlibtool.m41187 # Find how we can fake an echo command that does not interpret backslash.

Completed in 133 milliseconds

12345