HomeSort by: relevance | last modified time | path
    Searched refs:quote (Results 1 - 25 of 110) sorted by relevancy

1 2 3 4 5

  /xsrc/external/mit/xedit/dist/lisp/
lisp.c 471 {LispMacro, Lisp_Quote, "quote object"},
2260 object = object->data.quote;
2412 object = object->data.quote;
2739 LispObj *quote = LispNew(object, NIL); local
2741 quote->type = LispFunctionQuote_t;
2742 quote->data.quote = object;
2744 return (quote);
2876 LispObj *quote = LispNew(object, NIL); local
2878 quote->type = LispQuote_t
4681 LispObj quote; local
4869 LispObj *store, *code, *expression, *result, quote; local
4877 LispDoAddVar(CAR(store), &quote); local
4902 LispObj *place, *body, *result, quote; local
    [all...]
read.c 673 if (READLABELP(object->data.quote))
674 object->data.quote =
675 LispReadLabelCircle(object->data.quote, info);
677 object = object->data.quote;
1052 LispObj *quote = LispDoRead(info), *result; local
1054 if (INVALIDP(quote))
1057 result = QUOTE(quote);
1111 int ch, length, backslash, size, quote, unreadable, collon; local
1115 backslash = quote = unreadable = collon = 0
    [all...]
stream.c 384 STRFUN(builtin), STROBJ(CAR(filename->data.quote)));
393 STROBJ(CAR(filename->data.quote)));
401 STRFUN(builtin), STROBJ(CAR(filename->data.quote)));
410 STROBJ(CAR(filename->data.quote)));
666 command_line = CAR(command_line->data.quote);
compile.c 1531 QUOTEP(val) && SYMBOLP(val->data.quote)) {
1533 if (keys[i] && ATOMID(keys[i]) == ATOMID(val->data.quote))
1567 if (QUOTEP(val) && atom == ATOMID(val->data.quote)) {
1958 com_LoadCon(com, object->data.quote);
1971 object = object->data.quote;
2091 return (LispEvalBackquote(object->data.quote, 1));
2120 result = object->data.quote;
core.c 195 Oquote = STATIC_ATOM("QUOTE");
3882 LispObj quote; local
3893 quote.type = LispQuote_t;
3894 quote.data.quote = value;
3895 APPLY2(Osetf, place, &quote);
4228 LispObj quote; local
4233 quote.type = LispQuote_t;
4234 quote.data.quote = result
4300 LispObj quote; local
    [all...]
internal.h 356 /* quote */
359 #define QUOTE(object) LispNewQuote(object)
576 LispObj *quote; member in union:_LispObj::__anon6613
577 LispObj *pathname; /* don't use quote generic name,
write.c 436 LispBuildCircle(object->data.quote, info);
969 object = object->data.quote;
974 object = object->data.quote;
988 object = object->data.quote;
1081 object = CAR(object->data.quote);
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
dmxprint.c 204 if (!s || !s[0]) return 1; /* Quote empty string */
209 static void dmxConfigPrintString(DMXConfigStringPtr p, int quote)
215 if (quote && dmxConfigPrintQuotedString(pt->string)) {
  /xsrc/external/mit/brotli/dist/
configure-cmake 39 quote() { function
89 CMAKE_ARGS="$CMAKE_ARGS -D${VAR_UC_NAME}=$(quote "$2")"
91 CMAKE_ARGS="$CMAKE_ARGS -D${VAR_UC_NAME}=$(quote "${VAR_VALUE}")"
187 CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_BINDIR=$(quote "${1#*=}")";;
189 CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_BINDIR=$(quote "$2")"; shift;;
191 CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_SBINDIR=$(quote "${1#*=}")";;
193 CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_SBINDIR=$(quote "$2")"; shift;;
195 CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_LIBEXECDIR=$(quote "${1#*=}")";;
197 CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_LIBEXECDIR=$(quote "$2")"; shift;;
199 CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_SYSCONFDIR=$(quote "${1#*=}")";
    [all...]
  /xsrc/external/mit/libXaw/dist/src/
DisplayList.c 146 Bool esc, quote; local
150 esc = quote = False;
167 if (quote)
169 quote = False;
172 quote = True;
194 if (!quote)
  /xsrc/external/mit/libxkbfile/dist/src/
xkbconfig.c 74 ScanString(FILE *file, int quote, XkbCFScanResultPtr val_rtrn)
79 while (((ch = getc(file)) != EOF) && (ch != '\n') && (ch != quote)) {
133 if (ch == quote) {
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_texture_signed_rgba.spec 82 ARB_texture_compression_rgtc (quote):
126 ARB_texture_compression_rgtc (quote):
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_texture_signed_rgba.spec 82 ARB_texture_compression_rgtc (quote):
126 ARB_texture_compression_rgtc (quote):
  /xsrc/external/mit/MesaLib.old/dist/scripts/
get_reviewer.pl 897 if ($name =~ /[^\w \-]/i) { ##has "must quote" chars
914 if ($name =~ /[^\w \-]/i) { ##has "must quote" chars
  /xsrc/external/mit/freetype/dist/docs/reference/assets/fonts/
font-awesome.css 4 */@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url("specimen/FontAwesome.woff2") format("woff2"),url("specimen/FontAwesome.woff") format("woff"),url("specimen/FontAwesome.ttf") format("truetype")}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"} (…)
  /xsrc/external/mit/xterm/dist/
button.c 2463 Char quote[2]; local
2464 quote[0] = (Char) get_tty_lnext(screen->respond, XTERM_LNEXT, "pty");
2465 quote[1] = 0;
2468 tty_vwrite(screen->respond, quote, 1);
  /xsrc/external/mit/freetype/dist/builds/unix/
ltmain.sh 335 # Same as above, but do not quote variable references.
576 # Quote VALUE and append to the end of shell variable VAR, separated
1096 # Aesthetically quote ARGs to be evaled later.
1123 # Double-quote args containing shell metacharacters to delay
1148 # Aesthetically quote ARG to be evaled later; same as above,
1149 # but do not quote variable references.
1163 # Double-quote args containing shell metacharacters to delay
1446 # quote other shell meta-characters carefully to prevent them being
2203 # Evaluate the configuration. Be careful to quote the path
2676 # Double-quote args containing other shell metacharacters
    [all...]
  /xsrc/external/mit/glu/dist/
ltmain.sh 335 # Same as above, but do not quote variable references.
576 # Quote VALUE and append to the end of shell variable VAR, separated
1096 # Aesthetically quote one ARG, store the result into $func_quote_result. Note
1124 quote)
1126 set quote "$_G_part" "\\$_G_char"
1133 set quote "$_G_part" ""
1147 # Aesthetically quote ARGs to be evaled later.
1170 # Double-quote args containing shell metacharacters to delay
1195 # Aesthetically quote ARG to be evaled later; same as above,
1196 # but do not quote variable references
    [all...]
  /xsrc/external/mit/glw/dist/
ltmain.sh 370 # Same as above, but do not quote variable references.
548 # Aesthetically quote ARG to be evaled later.
563 # Double-quote args containing shell metacharacters to delay
578 # Aesthetically quote ARG to be evaled later; same as above,
579 # but do not quote variable references.
591 # Double-quote args containing shell metacharacters to delay
830 # Evaluate the configuration. Be careful to quote the path
1195 # Double-quote args containing other shell metacharacters.
1355 # Aesthetically quote the previous argument.
1930 # Quote arguments (to preserve shell metacharacters)
    [all...]
  /xsrc/external/mit/libXTrap/dist/
ltmain.sh 402 # Same as above, but do not quote variable references.
589 # Aesthetically quote ARG to be evaled later.
604 # Double-quote args containing shell metacharacters to delay
619 # Aesthetically quote ARG to be evaled later; same as above,
620 # but do not quote variable references.
632 # Double-quote args containing shell metacharacters to delay
851 # Quote VALUE and append to the end of shell variable VAR, separated
965 # Evaluate the configuration. Be careful to quote the path
1399 # Double-quote args containing other shell metacharacters.
2037 # Aesthetically quote the previous argument
    [all...]
  /xsrc/external/mit/libXevie/dist/
ltmain.sh 370 # Same as above, but do not quote variable references.
548 # Aesthetically quote ARG to be evaled later.
563 # Double-quote args containing shell metacharacters to delay
578 # Aesthetically quote ARG to be evaled later; same as above,
579 # but do not quote variable references.
591 # Double-quote args containing shell metacharacters to delay
830 # Evaluate the configuration. Be careful to quote the path
1195 # Double-quote args containing other shell metacharacters.
1355 # Aesthetically quote the previous argument.
1930 # Quote arguments (to preserve shell metacharacters)
    [all...]
  /xsrc/external/mit/libXfont/dist/
ltmain.sh 335 # Same as above, but do not quote variable references.
576 # Quote VALUE and append to the end of shell variable VAR, separated
1096 # Aesthetically quote ARGs to be evaled later.
1123 # Double-quote args containing shell metacharacters to delay
1148 # Aesthetically quote ARG to be evaled later; same as above,
1149 # but do not quote variable references.
1163 # Double-quote args containing shell metacharacters to delay
1446 # quote other shell meta-characters carefully to prevent them being
2203 # Evaluate the configuration. Be careful to quote the path
2676 # Double-quote args containing other shell metacharacters
    [all...]
  /xsrc/external/mit/libXxf86misc/dist/
ltmain.sh 335 # Same as above, but do not quote variable references.
576 # Quote VALUE and append to the end of shell variable VAR, separated
1096 # Aesthetically quote ARGs to be evaled later.
1123 # Double-quote args containing shell metacharacters to delay
1148 # Aesthetically quote ARG to be evaled later; same as above,
1149 # but do not quote variable references.
1163 # Double-quote args containing shell metacharacters to delay
1446 # quote other shell meta-characters carefully to prevent them being
2203 # Evaluate the configuration. Be careful to quote the path
2676 # Double-quote args containing other shell metacharacters
    [all...]
  /xsrc/external/mit/mesa-demos/dist/
ltmain.sh 335 # Same as above, but do not quote variable references.
576 # Quote VALUE and append to the end of shell variable VAR, separated
1096 # Aesthetically quote ARGs to be evaled later.
1123 # Double-quote args containing shell metacharacters to delay
1148 # Aesthetically quote ARG to be evaled later; same as above,
1149 # but do not quote variable references.
1163 # Double-quote args containing shell metacharacters to delay
1446 # quote other shell meta-characters carefully to prevent them being
2203 # Evaluate the configuration. Be careful to quote the path
2676 # Double-quote args containing other shell metacharacters
    [all...]
  /xsrc/external/mit/xf86-input-synaptics/dist/
ltmain.sh 402 # Same as above, but do not quote variable references.
589 # Aesthetically quote ARG to be evaled later.
604 # Double-quote args containing shell metacharacters to delay
619 # Aesthetically quote ARG to be evaled later; same as above,
620 # but do not quote variable references.
632 # Double-quote args containing shell metacharacters to delay
851 # Quote VALUE and append to the end of shell variable VAR, separated
965 # Evaluate the configuration. Be careful to quote the path
1399 # Double-quote args containing other shell metacharacters.
2037 # Aesthetically quote the previous argument
    [all...]

Completed in 50 milliseconds

1 2 3 4 5