Searched refs:quote (Results 1 - 25 of 486) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/
H A Dldefs-boot.el11 (autoload (quote 5x5) "5x5" "\
34 (autoload (quote 5x5-crack-randomly) "5x5" "\
39 (autoload (quote 5x5-crack-mutating-current) "5x5" "\
44 (autoload (quote 5x5-crack-mutating-best) "5x5" "\
49 (autoload (quote 5x5-crack-xor-mutate) "5x5" "\
55 (autoload (quote 5x5-crack) "5x5" "\
79 (autoload (quote list-one-abbrev-table) "abbrevlist" "\
91 (autoload (quote ada-add-extensions) "ada-mode" "\
100 (autoload (quote ada-mode) "ada-mode" "\
153 (autoload (quote ad
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dquote.h0 /* quote.h - prototypes for quote.c
22 char const *quote (char const *name);
H A Dquote.c0 /* quote.c - quote arguments for output
25 #include "quote.h"
38 quote (char const *name) function
/macosx-10.10/text_cmds-88/sort/
H A Dquote.h0 /* quote.h - prototypes for quote.c
22 char const *quote (char const *name);
H A Dquote.c0 /* quote.c - quote arguments for output
25 #include "quote.h"
38 quote (char const *name) function
/macosx-10.10/gpatch-3/patch/
H A Dquote.c12 #include <quote.h>
25 quote (char const *name) function
H A Dquote.h1 /* prototypes for quote.c */
12 char const *quote PARAMS ((char const *name));
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtokiter.cpp57 * delimited by double or single quotes. The closing quote must match
58 * the opening quote. If a '#' is encountered, the rest of the line
71 UChar quote = 0; local
75 quote = c;
92 } else if ((quote != 0 && c == quote) ||
93 (quote == 0 && PatternProps::isWhiteSpace(c))) {
96 } else if (quote == 0 && c == '#') {
103 if (quote != 0) {
/macosx-10.10/swig-12/Lib/allegrocl/
H A Dinout_typemaps.i45 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
46 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
48 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
49 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
51 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
52 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
54 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
55 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
57 (cl::push (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) ACL_result),
58 (cl::setf (ff:fslot-value-typed (cl::quote
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A D15.10.4.1-1.js91 msg = status + quote(prop);
104 return (statprefix + quote(regexp) + statsuffix);
108 function quote(text) function
H A D15.10.4.1-2.js97 msg = status + quote(prop);
110 return (statprefix + quote(regexp) + statsuffix);
114 function quote(text) function
H A D15.10.3.1-1.js108 return (statprefix + quote(regexp) + comma + flag + closeparens);
112 function quote(text) function
H A D15.10.3.1-2.js116 return (statprefix + quote(regexp) + comma + flag + closeparens);
120 function quote(text) function
H A D15.10.4.1-5-n.js106 return (statprefix + quote(regexp) + statsuffix + flag);
110 function quote(text) function
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dtokenizer.c81 quote_t quote; /* Quoting state */ local
141 tok->quote = Q_none;
158 tok->quote = Q_none;
185 * 2 Unmatched double quote
186 * 1 Unmatched single quote
214 switch (tok->quote) {
216 tok->quote = Q_single; /* Enter single quote
220 case Q_single: /* Exit single quote mode */
221 tok->quote
[all...]
/macosx-10.10/libedit-40/src/
H A Dtokenizer.c81 quote_t quote; /* Quoting state */ local
141 tok->quote = Q_none;
158 tok->quote = Q_none;
185 * 2 Unmatched double quote
186 * 1 Unmatched single quote
214 switch (tok->quote) {
216 tok->quote = Q_single; /* Enter single quote
220 case Q_single: /* Exit single quote mode */
221 tok->quote
[all...]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dtokenizer.c71 quote_t quote; /* Quoting state */ member in struct:tokenizer
131 tok->quote = Q_none;
148 tok->quote = Q_none;
175 * 2 Unmatched double quote
176 * 1 Unmatched single quote
204 switch (tok->quote) {
206 tok->quote = Q_single; /* Enter single quote
210 case Q_single: /* Exit single quote mode */
211 tok->quote
[all...]
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/t/
H A Dquote.t8 use Data::Dump qw(dump quote);
31 ok(quote(""), qq(""));
32 ok(quote(42), qq("42"));
33 ok(quote([]) =~ /^"ARRAY\(/);
34 ok(quote('"'), qq("\\""));
35 ok(quote("\0" x 1024), join("", '"', ("\\0") x 1024, '"'));
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dpsych_tree.rb11 quote = Psych::Nodes::Scalar::SINGLE_QUOTED
12 @emitter.scalar str, nil, nil, false, true, quote
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/librewrite/
H A Dparse.c36 char quote = '\0'; local
48 if ( in_quoted_field && p[ 0 ] == quote ) {
50 quote = '\0';
67 quote = p[ 0 ];
/macosx-10.10/rsync-45/rsync/popt/
H A Dpoptparse.c57 unsigned char quote = '\0'; local
69 if (quote == *src) {
70 quote = '\0';
71 } else if (quote != '\0') {
78 if (*src != quote) *buf++ = '\\';
94 quote = *src;
/macosx-10.10/CPANInternal-159.1/String-ShellQuote-1.04/
H A Dshell-quote4 # $Id: shell-quote,v 1.3 2010-06-11 20:00:24 roderick Exp $
113 shell-quote - quote arguments for safe use, unmodified in a shell command
117 B<shell-quote> [I<switch>]... I<arg>...
121 B<shell-quote> lets you pass arbitrary strings through the shell so that
140 cmd=`shell-quote touch 'hi there'`
150 you can do it using B<shell-quote>:
152 eval set -- `find -type f -print0 | xargs -0 shell-quote --`
156 B<shell-quote> is better than B<echo> for debugging shell scripts.
159 [ -z "$debug" ] || shell-quote "debu
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dsel-lex.l94 int quote = 0;
96 if(quote) {
99 quote = 0;
108 quote++;
/macosx-10.10/Heimdal-398.1.2/lib/sl/
H A Dslc-lex.l135 int quote = 0;
137 if(quote) {
140 quote = 0;
149 quote++;
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dcompletion.rb47 message = Regexp.quote($3)
55 message = Regexp.quote($2)
63 message = Regexp.quote($2)
71 message = Regexp.quote($2)
82 candidates.grep(/^#{Regexp.quote(sym)}/)
97 message = Regexp.quote($2)
110 message = Regexp.quote($3)
119 message = Regexp.quote($6)
132 message = Regexp.quote($3)
143 regmessage = Regexp.new(Regexp.quote(
[all...]

Completed in 198 milliseconds

1234567891011>>