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

1234

/freebsd-9.3-release/contrib/gnu-sort/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
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-console.h27 char quote);
H A Dmi-console.c40 char quote; member in struct:mi_console_file
47 const char *prefix, char quote)
55 mi_console->quote = quote;
101 if (mi_console->quote)
104 fputstrn_unfiltered (buf, length_buf, mi_console->quote, mi_console->raw);
46 mi_console_file_new(struct ui_file *raw, const char *prefix, char quote) argument
/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dopenpam_readword.c58 int ch, comment, escape, quote; local
79 escape = quote = 0;
80 while ((ch = fgetc(f)) != EOF && (!is_ws(ch) || quote || escape)) {
81 if (ch == '\\' && !escape && quote != '\'') {
84 } else if ((ch == '\'' || ch == '"') && !quote && !escape) {
85 /* begin quote */
86 quote = ch;
90 } else if (ch == quote && !escape) {
91 /* end quote */
92 quote
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Doptc-gen.awk31 quote = "\042"
61 print "#include " quote headers[i] quote
62 print "#include " quote "opts.h" quote
63 print "#include " quote "intl.h" quote
117 print " " quote langs[i] quote ","
176 hlp = quote hel
[all...]
H A Dcppspec.c78 int i, j, quote = 0; local
90 if (quote == 1)
92 quote = 0;
113 quote = 1;
116 quote = 1;
121 quote = 1;
/freebsd-9.3-release/lib/libedit/
H A Dtokenizer.c74 quote_t quote; /* Quoting state */ member in struct:tokenizer
134 tok->quote = Q_none;
151 tok->quote = Q_none;
178 * 2 Unmatched double quote
179 * 1 Unmatched single quote
207 switch (tok->quote) {
209 tok->quote = Q_single; /* Enter single quote
213 case Q_single: /* Exit single quote mode */
214 tok->quote
[all...]
/freebsd-9.3-release/contrib/ee/
H A Dgenstr29 \$quote "
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dslc-lex.l133 int quote = 0;
135 if(quote) {
138 quote = 0;
147 quote++;
H A Dmake_cmds.c83 quote(const char *str) function
174 p = quote(sl->string);
175 q = quote(cl->help);
181 p = quote(sl->string);
H A Dsl.c226 int quote = 0; local
244 quote = !quote;
253 } else if (quote || !isspace((unsigned char)*p)) {
258 if (quote)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddllwrap.c822 /* Re-create the command lines as a string, taking care to quote stuff. */
835 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
837 (quote) ? " \"" : " ");
840 (quote) ? "\"" : "");
910 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
912 (quote) ? " \"" : " ");
915 (quote) ? "\"" : "");
948 int quote = (strchr (arg, ' ') || strchr (arg, '\t')); local
950 (quote) ? " \"" : " ");
953 (quote)
994 int quote; local
1040 int quote; local
1085 int quote; local
1126 int quote; local
1178 int quote; local
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dg++spec.c74 const char *quote = NULL; local
121 if (quote)
123 quote = NULL;
157 quote = arg = argv[i+1];
171 quote = argv[i];
183 quote = argv[i];
237 if (quote)
238 fatal ("argument to '%s' missing\n", quote);
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_replace.c55 int quote, rval; local
100 quote = 0;
114 if (!quote) {
116 quote = 1;
157 if (!quote && vip->rvalue == K_CR || vip->rvalue == K_NL) {
/freebsd-9.3-release/gnu/usr.bin/sort/
H A DMakefile21 quote.c \
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-setshow.c262 int quote;
276 quote = 0;
285 quote = 1;
293 quote = 1;
338 if (quote)
341 if (quote)
260 int quote; local
/freebsd-9.3-release/sys/kern/
H A Dtty_ttydisc.c630 ttydisc_echo_force(struct tty *tp, char c, int quote) argument
633 if (CMP_FLAG(o, OPOST) && CTL_ECHO(c, quote)) {
639 } else if (CMP_FLAG(l, ECHOCTL) && CTL_PRINT(c, quote)) {
652 if (!quote && CMP_CC(VEOF, c)) {
666 ttydisc_echo(struct tty *tp, char c, int quote) argument
674 (!CMP_FLAG(l, ECHONL) || c != CNL || quote))
677 return ttydisc_echo_force(tp, c, quote);
682 ttydisc_reprint_char(void *d, char c, int quote) argument
686 ttydisc_echo(tp, c, quote);
710 ttydisc_recalc_charlength(void *d, char c, int quote) argument
739 int quote; local
812 int quote, alnum; local
843 int signal, quote = 0; local
[all...]
H A Dtty_inq.c273 ttyinq_write(struct ttyinq *ti, const void *buf, size_t nbytes, int quote) argument
310 ttyinq_set_quotes(tib, boff, l, quote);
321 ttyinq_write_nofrag(struct ttyinq *ti, const void *buf, size_t nbytes, int quote) argument
329 ret = ttyinq_write(ti, buf, nbytes, quote);
387 ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote) argument
399 *quote = GETBIT(tib, boff);
/freebsd-9.3-release/sys/sys/
H A Dttyqueue.h77 int quote);
79 int quote);
84 int ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote);
/freebsd-9.3-release/usr.bin/gencat/
H A Dgencat.c301 getmsg(int fd, char *cptr, char quote) argument
308 if (quote && *cptr == quote) {
323 if (quote && *cptr == quote) {
327 warning(cptr, "unexpected quote character, ignoring");
362 if (quote && *cptr == quote) {
393 char quote = 0; local
411 } else if (strncmp(cptr, "quote",
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dtransited.c221 int quote = 0; local
235 if(quote){
237 quote = 0;
241 quote = 1;
273 int quote = 0; local
278 if(quote){
279 quote = 0;
283 quote = 1;
/freebsd-9.3-release/bin/sh/
H A Doutput.c133 /* Like outstr(), but quote for re-input into the shell. */
155 /* Can't quote single quotes inside single quotes. */
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h109 void quote (int, char **);
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc152 // precede a double quote! See MSDN:
160 // Make sure the closing quote doesn't get escaped by a trailing backslash.
203 // Escape all preceding escapes (if any), and then escape the quote.
212 // Make sure our quote doesn't get escaped by a trailing backslash.

Completed in 164 milliseconds

1234