Home
last modified time | relevance | path

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

12345678

/freebsd-9-stable/bin/sh/
Dexpand.c232 int quotes = flag & (EXP_FULL | EXP_CASE | EXP_REDIR); /* do CTLESC */ in argstr() local
260 if (quotes) in argstr()
266 (quotes ? 2 : 1), in argstr()
317 int quotes = flag & (EXP_FULL | EXP_CASE | EXP_REDIR); in exptilde() local
352 if (quotes) in exptilde()
412 int quotes = flag & (EXP_FULL | EXP_CASE | EXP_REDIR); in expari() local
444 if (quotes) in expari()
475 int quotes = flag & (EXP_FULL | EXP_CASE | EXP_REDIR); in expbackq() local
514 if (quotes && syntax[(int)lastc] == CCTL) in expbackq()
541 int varflags, int quotes) in subevalvar() argument
[all …]
DTOUR117 quotes and dollar single quotes, one for use when inside double
118 quotes and one for use in arithmetic. The tables are machine
145 CTLBACKQ|CTLQUOTE Command substitution inside double quotes
166 variable is enclosed in double quotes. The name of the variable
171 Commands in back quotes are parsed and stored in a linked list.
174 the back quotes were enclosed in double quotes.
204 quotes. It saves the result in memory if the command is a buil-
/freebsd-9-stable/crypto/openssl/crypto/asn1/
Da_strex.c194 int type, unsigned char flags, char *quotes, char_io *io_ch, in do_buf() argument
249 quotes, io_ch, arg); in do_buf()
256 do_esc_char(c, (unsigned char)(flags | orflags), quotes, in do_buf()
357 char quotes; in do_print_ex() local
359 quotes = 0; in do_print_ex()
414 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL); in do_print_ex()
418 if (quotes) in do_print_ex()
422 if (quotes && !io_ch(arg, "\"", 1)) in do_print_ex()
426 if (quotes && !io_ch(arg, "\"", 1)) in do_print_ex()
/freebsd-9-stable/usr.bin/m4/
Dmain.c151 } quotes[MAXRECORD], paren[MAXRECORD]; variable
336 record(quotes, nlpar++); in macro()
348 record(quotes, nlpar++); in macro()
355 dump_stack(quotes, nlpar); in macro()
/freebsd-9-stable/games/fortune/
DNotes75 lines. Book, journal, movie, and all other titles are in quotes, e.g.,
157 Single quotes should not be used except as quotes within quotes. Not even
158 single quotes masquerading as double quotes are to be used, e.g., don't say
/freebsd-9-stable/contrib/groff/contrib/mom/
DChangeLog66 quotes and blockquotes leaded differently from running text
69 spacing above and below quotes is equalized *on a per quote
71 users some flexibility in designing (block)quotes)
104 o Fixed a small problem with spacing under quotes when paragraph
254 footnotes that were started inside quotes, blockquotes and
298 o Added German-style lowered double quotes and two styles of
625 o Made some small fixes to space handling around quotes, mostly to do
626 with quotes immediately after START and quotes after (sub)heads.
663 o Small change to DO_QUOTE to correct a problem with quotes and
670 footnotes in quotes and blockquotes that cross pages or columns.
[all …]
DNEWS25 quotes and blockquotes leaded differently from running text.
101 Footnotes that occur inside quotes, blockquotes and epigraphs now
145 Added German-style lowered double quotes and two styles of
410 Macro -- BREAK_QUOTE -- to deal with problem of footnoted quotes and
/freebsd-9-stable/contrib/binutils/libiberty/
Dat-file.texi12 option in either single or double quotes. Any character (including a
/freebsd-9-stable/contrib/amd/scripts/
Damd2ldif.in7 base : The LDAP search base. Do not forget the quotes!
/freebsd-9-stable/contrib/gcclibs/libiberty/
Dat-file.texi12 option in either single or double quotes. Any character (including a
/freebsd-9-stable/tools/regression/bin/sh/expansion/
Dplus-minus4.05 # makes most sense. In particular, it makes no sense to me that single-quotes
Dplus-minus3.030 # such double-quotes as introducing a second level of quoting
/freebsd-9-stable/usr.sbin/bsdconfig/share/
Dstrings.subr122 # format_args="'$arg1' '$arg2'" # use single-quotes to surround args
313 # Escape $string for shell eval statement(s) by replacing all single-quotes
315 # by eval with surrounding single-quotes.
326 # WARNING: Surrounding single-quotes are not added; this is the responsibility
/freebsd-9-stable/contrib/one-true-awk/
DREADME80 conventions are different from Unix systems: single quotes won't
82 interpreted within double quotes.
/freebsd-9-stable/contrib/less/
Dlessecho.man21 containing metachars are surrounded by quotes instead.
/freebsd-9-stable/contrib/binutils/
Dltsugar.m440 # Autoconf-2.59 which quotes differently.
/freebsd-9-stable/contrib/cvs/doc/
DHACKING.DOCS9 @samp{ ... } for most anything else you need quotes around
/freebsd-9-stable/contrib/groff/
DMORE.STUFF157 diacriticals, changes simple quotes into smart quotes, and makes a few
/freebsd-9-stable/contrib/bind9/libtool.m4/
Dltsugar.m436 # Autoconf-2.59 which quotes differently.
/freebsd-9-stable/contrib/openpam/m4/
Dltsugar.m436 # Autoconf-2.59 which quotes differently.
/freebsd-9-stable/contrib/ntp/sntp/libevent/m4/
Dltsugar.m436 # Autoconf-2.59 which quotes differently.
/freebsd-9-stable/contrib/openbsm/m4/
Dltsugar.m436 # Autoconf-2.59 which quotes differently.
/freebsd-9-stable/contrib/ntp/sntp/m4/
Dltsugar.m436 # Autoconf-2.59 which quotes differently.
/freebsd-9-stable/contrib/file/m4/
Dltsugar.m436 # Autoconf-2.59 which quotes differently.
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp1282 const bool quotes = isa<VarDecl>(DR->getDecl()); in patternMatch() local
1283 if (quotes) { in patternMatch()
1300 if (quotes) in patternMatch()
1302 return quotes; in patternMatch()

12345678