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

1234

/freebsd-10-stable/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-10-stable/contrib/openpam/lib/libpam/
H A Dopenpam_readword.c58 int ch, escape, quote; local
64 escape = quote = 0;
96 while ((ch = fgetc(f)) != EOF && (!is_ws(ch) || quote || escape)) {
97 if (ch == '\\' && !escape && quote != '\'') {
100 } else if ((ch == '\'' || ch == '"') && !quote && !escape) {
101 /* begin quote */
102 quote = ch;
106 } else if (ch == quote && !escape) {
107 /* end quote */
108 quote
[all...]
/freebsd-10-stable/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-10-stable/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-10-stable/contrib/ee/
H A Dgenstr29 \$quote "
/freebsd-10-stable/crypto/heimdal/lib/hx509/
H A Dsel-lex.l94 int quote = 0;
96 if(quote) {
99 quote = 0;
108 quote++;
/freebsd-10-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.l129 int quote = 0;
131 if(quote) {
134 quote = 0;
143 quote++;
H A Dsl.c223 int quote = 0; local
241 quote = !quote;
250 } else if (quote || !isspace((unsigned char)*p)) {
255 if (quote)
/freebsd-10-stable/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-10-stable/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-10-stable/contrib/nvi/vi/
H A Dv_replace.c53 int quote, rval; local
99 quote = 0;
113 if (!quote) {
115 quote = 1;
156 if ((!quote && vip->rvalue == K_CR) || vip->rvalue == K_NL) {
/freebsd-10-stable/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-10-stable/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c253 qprintf(int quote, FILE *f, const char *fmt, ...)
257 if (quote)
744 int quote = 0;
748 qprintf(quote, NetTrace, "VAR ");
749 quote = 0;
753 qprintf(quote, NetTrace, "VALUE");
754 quote = 0;
758 qprintf(quote, NetTrace, "ESC ");
759 quote = 0;
763 qprintf(quote, NetTrac
252 qprintf(int quote, FILE *f, const char *fmt, ...) argument
743 int quote = 0; local
[all...]
/freebsd-10-stable/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-10-stable/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);
681 ttydisc_reprint_char(void *d, char c, int quote) argument
685 ttydisc_echo(tp, c, quote);
709 ttydisc_recalc_charlength(void *d, char c, int quote) argument
738 int quote; local
811 int quote, alnum; local
842 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-10-stable/lib/libfigpar/
H A Dfigpar.c99 uint8_t quote; local
259 quote = 0;
326 quote = !quote;
334 if (!quote)
346 if (!quote && bsemicolon)
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c916 int quote = 0; local
920 if (quote)
923 quote = 0;
927 if (quote)
930 quote = 0;
934 if (quote)
937 quote = 0;
941 if (quote)
944 quote = 0;
949 if (!quote) {
[all...]
/freebsd-10-stable/lib/libc/gen/
H A Dwordexp.c307 bool quote = false, dollar = false; local
318 quote = !quote;
321 if (quote)
322 quote = false;
327 if (!quote && !have_sq && !have_dq)
334 if (!quote && !have_sq && !have_dq)
341 if (!quote && !have_sq && !have_cmd)
348 if (!quote && !dollar && !have_sq && !have_dq &&
352 if (!quote
[all...]
/freebsd-10-stable/sys/sys/
H A Dttyqueue.h77 int quote);
79 int quote);
84 int ttyinq_peekchar(struct ttyinq *ti, char *c, int *quote);
/freebsd-10-stable/contrib/apr/include/
H A Dapr_escape.h212 * double quote becomes '"" and the single quote becomes '''.
231 * '>', '&' becomes '&', the double quote becomes '"" and the
232 * single quote becomes '''.
284 * If quote is not zero, the double quote character will also be escaped.
289 * @param quote If non zero, encode double quotes
295 apr_ssize_t slen, int quote, apr_size_t *len);
307 * If quote is not zero, the double quote characte
[all...]
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dtransited.c210 int quote = 0; local
224 if(quote){
226 quote = 0;
230 quote = 1;
262 int quote = 0; local
267 if(quote){
268 quote = 0;
272 quote = 1;
/freebsd-10-stable/bin/sh/
H A Doutput.c114 /* Like outstr(), but quote for re-input into the shell. */
136 /* Can't quote single quotes inside single quotes. */

Completed in 176 milliseconds

1234