Home
last modified time | relevance | path

Searched refs:quotes (Results 1 – 25 of 64) sorted by relevance

123

/dragonfly/tools/regression/usr.bin/m4/
H A Dquotes.m41 dnl $FreeBSD: src/tools/regression/usr.bin/m4/quotes.m4,v 1.2 2012/11/17 01:53:59 svnexp Exp $
2 dnl $OpenBSD: src/regress/usr.bin/m4/quotes.m4,v 1.2 2005/09/06 15:33:21 espie Exp $
12 2: kill quotes
28 4: empty quotes, kill them too
44 6: normal quotes are back
H A Dregress.quotes.out2 quotes.m4 at line 55
10 2: kill quotes
24 4: empty quotes, kill them too
36 6: normal quotes are back
H A Dregress.sh25 REGRESSION_TEST(`quotes', `m4 quotes.m4 2>&1')
/dragonfly/crypto/libressl/crypto/asn1/
H A Da_strex.c186 char *quotes, char_io *io_ch, void *arg) in do_buf() argument
246 (unsigned char)(flags | orflags), quotes, in do_buf()
254 quotes, io_ch, arg); in do_buf()
338 char quotes; in do_print_ex() local
341 quotes = 0; in do_print_ex()
391 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL); in do_print_ex()
395 if (quotes) in do_print_ex()
399 if (quotes && !io_ch(arg, "\"", 1)) in do_print_ex()
403 if (quotes && !io_ch(arg, "\"", 1)) in do_print_ex()
/dragonfly/contrib/cvs-1.12/src/
H A Dsubr.h58 char quotes; /* quotes we are currently between, if any */ member
66 char *cmdlinequote (char quotes, char *s);
67 char *cmdlineescape (char quotes, char *s);
H A Dsubr.c878 cmdlinequote (char quotes, char *s) in cmdlinequote() argument
880 char *quoted = cmdlineescape (quotes, s); in cmdlinequote()
881 char *buf = Xasprintf ("%c%s%c", quotes, quoted, quotes); in cmdlinequote()
902 cmdlineescape (char quotes, char *s) in cmdlineescape() argument
917 if( quotes in cmdlineescape()
918 ? ( *s == quotes in cmdlineescape()
919 || ( quotes == '"' in cmdlineescape()
1661 c.quotes = inquotes; in format_cmdline()
H A Dlogmsg.c681 if (c->quotes) in logmsg_list_to_args_proc()
683 arg = cmdlineescape (c->quotes, arg); in logmsg_list_to_args_proc()
H A Dtag.c893 if (c->quotes) in pretag_list_to_args_proc()
895 arg = cmdlineescape (c->quotes, arg); in pretag_list_to_args_proc()
/dragonfly/usr.bin/m4/
H A Dmain.c144 } quotes[MAXRECORD], paren[MAXRECORD]; variable
329 record(quotes, nlpar++); in macro()
340 record(quotes, nlpar++); in macro()
347 dump_stack(quotes, nlpar); in macro()
/dragonfly/bin/sh/
H A DTOUR86 quotes and dollar single quotes, one for use when inside double
87 quotes and one for use in arithmetic. The tables are machine
114 CTLBACKQ|CTLQUOTE Command substitution inside double quotes
143 variable is enclosed in double quotes and the VSLINENO flag if
153 Commands in back quotes are parsed and stored in a linked list.
156 the back quotes were enclosed in double quotes.
188 quotes. It saves the result in memory if the command is a buil-
H A Dexpand.c277 int quotes = flag & (EXP_GLOB | EXP_CASE); /* do CTLESC */ in argstr() local
314 if (quotes) in argstr()
469 int quotes = flag & (EXP_GLOB | EXP_CASE); in expbackq() local
513 if (quotes && syntax[(int)lastc] == CCTL) in expbackq()
H A Dnodetypes113 backquote nodelist # list of commands in back quotes
/dragonfly/games/fortune/
H A DNotes74 lines. Book, journal, movie, and all other titles are in quotes, e.g.,
156 Single quotes should not be used except as quotes within quotes. Not even
157 single quotes masquerading as double quotes are to be used, e.g., don't say
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dat-file.texi12 option in either single or double quotes. Any character (including a
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dat-file.texi12 option in either single or double quotes. Any character (including a
/dragonfly/tools/regression/bin/sh/expansion/
H A Dplus-minus4.05 # makes most sense. In particular, it makes no sense to me that single-quotes
H A Dplus-minus3.030 # such double-quotes as introducing a second level of quoting
/dragonfly/contrib/file/magic/Magdir/
H A Ddif31 # comment like EXCEL, pwm enclosed in double quotes
/dragonfly/contrib/cryptsetup/po/
H A Den@quot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
H A Den@boldquot.header5 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
/dragonfly/contrib/awk/
H A DFIXES92 by commas, fields may be quoted with " double quotes, fields
H A DREADME.md30 Double-quotes in fields have to be doubled and enclosed in quoted fields.
/dragonfly/usr.sbin/cron/doc/
H A DFEATURES16 or double quotes are okay, just so they match.
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-ppc.texi203 (without the -m) enclosed in double quotes, @code{"push"}, or
/dragonfly/contrib/openpam/
H A DHISTORY121 whitespace and understands neither quotes nor backslash escapes.
122 As a result of the aforementioned rewrite, whitespace, quotes and

123