Searched refs:quote (Results 126 - 150 of 154) sorted by relevance

1234567

/haiku-fatelf/src/apps/mail/
H A DPrefs.cpp829 TPrefsWindow::_BuildColoredQuotesMenu(bool quote) argument
831 return _BuildBoolMenu(P_COLORED_QUOTES, "cquotes", quote);
H A DContent.cpp91 {0, 0, 0x80, 0}, // 3rd, 6th, ... quote level color (blue)
92 {0, 0x80, 0, 0}, // 1st, 4th, ... quote level color (green)
396 const char *quote = QUOTE;
399 if (text[i] == quote[0])
405 // if there are too much quotes, try to preserve the quote color level
530 // insert style for each quote level
2236 // copy quote level of the first line
2268 TTextView::Reader::Reader(bool header, bool raw, bool quote, bool incoming,
2274 fQuote(quote),
3148 // add quote t
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dptx.c28 #include "quote.h"
423 error (EXIT_FAILURE, 0, _("%s (for regexp %s)"), message, quote (string));
1225 /* In roff output format, double any quote. */
2157 error (0, 0, _("extra operand %s"), quote (argv[optind]));
H A Dls.c103 #include "quote.h"
836 {"quote-name", no_argument, NULL, 'Q'},
2011 quote (p0));
4661 -Q, --quote-name enclose entry names in double quotes\n\
/haiku-fatelf/src/bin/gawk/
H A Dmain.c623 myname, quote, quote);
H A Dawk.h724 extern char quote;
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk262 # Don't include quote.h unless you use one of its functions.
264 @h='"quote.h"' re='\<quote(_n)? *\(' $(_header_without_use)
530 && { echo '$(ME): quote the first arg to AC_DEF*' 1>&2; \
/haiku-fatelf/src/bin/network/wget/src/
H A Dmain.c61 #include <quote.h>
730 printf (_("Password for user %s: "), quote (opt.user));
H A Dhtml-url.c324 DEBUGP (("appending %s to urlpos.\n", quote (url->url)));
H A Dprogress.c458 quote (params));
H A Dutils.c475 printf (_("Output will be written to %s.\n"), quote (opt.lfilename));
526 quote (file), strerror (errno));
H A Durl.c308 use `%' as the quote character can use the resulting string as-is,
957 error = aprintf (_(parse_errors[error_code]), quote (scheme));
1406 to quote. */
1420 /* If there's nothing to quote, we can simply append the string
1479 /* Go through the path components, de-URL-quote them, and quote them
1964 characters, quote it for displaying to the user. */
/haiku-fatelf/src/bin/findutils/xargs/
H A Dxargs.c738 Single and double quotes and backslashes quote metacharacters and blanks
750 int quotc = 0; /* The last quote character read. */
776 error (1, 0, _("unmatched %s quote; by default quotes are special to xargs unless you use the -0 option"),
857 error (1, 0, _("unmatched %s quote; by default quotes are special to xargs unless you use the -0 option"),
/haiku-fatelf/src/bin/gdb/gdb/
H A Dm2-exp.y828 char quote;
906 quote = c;
907 for (namelen = 1; (c = tokstart[namelen]) != quote && c != '\0'; namelen++)
918 if(c != quote)
H A Dm2-exp.c2343 char quote;
2421 quote = c;
2422 for (namelen = 1; (c = tokstart[namelen]) != quote && c != '\0'; namelen++)
2433 if(c != quote)
2339 char quote; local
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgnulib.mk12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libcoreutils --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=gnulib-tests --aux-dir=build-aux --with-tests --avoid=canonicalize-lgpl --avoid=dummy --no-libtool --macro-prefix=gl acl alloca announce-gen areadlink-with-size argmatch argv-iter assert atexit autobuild backupfile base64 c-strcase c-strtod c-strtold calloc canon-host canonicalize chown cloexec closein closeout config-h configmake crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 cycle-check d-ino d-type diacrit dirfd dirname do-release-commit-and-tag dup2 environ error euidaccess exclude exitfail faccessat fchdir fcntl fcntl-safer fdl file-type fileblocks filemode filenamecat filevercmp fnmatch-gnu fopen-safer fprintftime freopen freopen-safer fseeko fsusage fsync ftello ftruncate fts getdate getgroups gethrxtime getline getloadavg getndelim2 getopt-gnu getpagesize getpass-gnu gettext gettime gettimeofday getugroups getusershell git-version-gen gitlog-to-changelog gnu-make gnu-web-doc-update gnumakefile gnupload group-member hard-locale hash hash-pjw host-os human idcache ignore-value inttostr inttypes isapipe isblank lchmod lchown lib-ignore linebuffer link link-follow linkat long-options lstat maintainer-makefile malloc manywarnings mbrtowc mbsalign mbswidth memcasecmp memchr memcmp memcmp2 memcpy memmove mempcpy memrchr memset mgetgroups mkancesdirs mkdir mkdir-p mkstemp mktime modechange mountlist mpsort nproc obstack pathmax perl physmem posix-shell posixtm posixver priv-set progname propername putenv quote quotearg raise randint randperm readlink readtokens readtokens0 readutmp realloc regex remove rename rmdir root-dev-ino rpmatch safe-read same save-cwd savedir savewd selinux-at settime sig2str sigaction ssize_t stat-macros stat-time stdbool stdlib-safer stpcpy stpncpy strcspn strdup-posix strftime strpbrk strsignal strtod strtoimax strtol strtoumax symlink sys_stat timespec tzset uname unicodeio unistd-safer unlink-busy unlocked-io unsetenv update-copyright uptime useless-if-before-free userspec utimecmp utimens vasprintf-posix vc-list-files verify verror version-etc-fsf wcwidth winsz-ioctl winsz-termios write-any-file xalloc xfreopen xgetcwd xgethostname xmemcoll xnanosleep xprintf xprintf-posix xreadlink xstrtod xstrtoimax xstrtol xstrtold xstrtoumax yesno
2359 ## begin gnulib module quote
2362 EXTRA_DIST += quote.c quote.h
2364 EXTRA_libcoreutils_a_SOURCES += quote.c
2366 ## end gnulib module quote
/haiku-fatelf/src/bin/bash/
H A DMANIFEST911 tests/quote.tests f
912 tests/quote.right f
995 tests/run-quote f
H A Dvariables.c984 and the value contains shell metacharacters, quote the value
987 print_var_value (var, quote)
989 int quote;
996 if (quote && posixly_correct == 0 && ansic_shouldquote (value_cell (var)))
1002 else if (quote && sh_contains_shell_metas (value_cell (var)))
H A Dbashline.c1276 /* If this is an open quote, maybe we're trying to complete a quoted
1549 /* If readline's completer found a quote character somewhere, but
1550 didn't set the quote character, there must have been a quote
1872 /* If the text was quoted, suppress any quote character that the
3210 /* A function to strip unquoted quote characters (single quotes, double
3241 /* Close quote. */
3247 /* Open quote. */
3286 /* XXX -- check for standalone tildes here and backslash-quote them */
3297 completing using backslashes, we need to quote som
[all...]
/haiku-fatelf/data/etc/
H A Dbash_completion187 quote()
573 # unless the first character is a single quote ('). If the single
574 # quote appears further down the string, bash default completion also
586 # @param $1 Argument to quote
597 # Double-quote word (bash-3)
/haiku-fatelf/src/servers/registrar/
H A DRosterSettingsCharStream.cpp63 or a quote and continues until a whitespace character, newline,
71 - A quoted string begins with a quote and continues until a matching
72 quote is encountered. If a newline is found before that point,
106 char quote = '\0'; local
143 // Valid quote
144 quote = ch;
206 if (ch == quote) {
207 // Terminating quote
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dparser.c2929 * value, ... a single or double quote character in the replacement
2933 * the initial entity and the quote is found
10220 xmlChar quote = 0; local
10229 if (quote != 0) {
10230 if (buf[base] == quote)
10231 quote = 0;
10234 if ((quote == 0) && (buf[base] == '<')) {
10262 quote = '"';
10266 quote = '\'';
/haiku-fatelf/src/bin/network/ftp/
H A Dcmds.c1618 quote(int argc, char *argv[]) function
/haiku-fatelf/src/libs/pdflib/
H A Dconfigure79 # backslashes. This makes it impossible to quote backslashes using
159 # Copy echo and quote the copy suitably for passing to libtool from
939 # Also quote any args containing shell meta-characters.
3872 # Same as above, but do not quote variable references.
6377 # Now quote all the things that may contain metacharacters while being
6379 # variables and quote the copies for generation of the libtool script.
6404 # Double-quote double-evaled strings.
8402 # `set' does not quote correctly, so add quotes (double-quote
8456 # take arguments), then we branch to the quote sectio
[all...]
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex561 % and you can use @w{...} around a quote to suppress ligatures.
5415 % quote/apostrophe (char 0x27), but instead use the undirected quote
5416 % from cmtt (char 0x0d). The undirected quote is ugly, so don't make it
5429 % and a similar option for the left quote char vs. a grave accent.

Completed in 390 milliseconds

1234567