Home
last modified time | relevance | path

Searched refs:backquote (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Drepo.c61 int backquote = 0; in extract_string() local
70 if (backquote) in extract_string()
73 backquote = 0; in extract_string()
78 backquote = 1; in extract_string()
DChangeLog-20042686 * repo.c (extract_string): Reset backquote after one character.
6538 immediate $(shell) instead of deferred backquote.
/freebsd-12-stable/bin/sh/tests/errors/
DMakefile12 ${PACKAGE}FILES+= backquote-error1.0
13 ${PACKAGE}FILES+= backquote-error2.0
Dbackquote-error1.01 # $FreeBSD: stable/12/bin/sh/tests/errors/backquote-error1.0 213738 2010-10-12 18:20:38Z obrien $
Dbackquote-error2.01 # $FreeBSD: stable/12/bin/sh/tests/errors/backquote-error2.0 213738 2010-10-12 18:20:38Z obrien $
/freebsd-12-stable/bin/sh/tests/builtins/
Dtrap2.011 # empty string because backquote commands are executed in a
/freebsd-12-stable/contrib/tcsh/
Dsrc.desc25 sh.glob.c: Wildcard matching. Also backquote, brace and tilde evaluation.
DFixes54 15. PR/403: Fix backquote expansion for multi-byte character sets.
1445 7. Printenv builtin and long backquote expansion fix from Harald.
2106 4. Found the cause for the core-dump in long backquote
/freebsd-12-stable/bin/sh/
Dexpand.c237 argbackq = arg->narg.backquote; in expandarg()
1450 argbackq = pattern->narg.backquote; in casematch()
1538 if (n->narg.backquote != NULL) { in freebsd_wordexpcmd()
Dshow.c186 bqlist = arg->narg.backquote; in sharg()
Dnodetypes113 backquote nodelist # list of commands in back quotes
Dparser.c503 n2->narg.backquote = NULL; in command()
709 n->narg.backquote = backquotelist; in makename()
2183 n.narg.backquote = backquotelist; in expandstr()
/freebsd-12-stable/contrib/gcc/
Dcollect2.c413 int backquote = 0; in extract_string() local
422 if (backquote) in extract_string()
427 backquote = 1; in extract_string()
DChangeLog-200446120 deferred backquote.
/freebsd-12-stable/contrib/gperf/
DChangeLog1293 * src/options.cc (Options::print_options): Escape backquote inside
/freebsd-12-stable/contrib/binutils/
DChangeLog2430 quotes inside quoted backquote substitutions.