Searched refs:backquote (Results 1 – 16 of 16) sorted by relevance
61 int backquote = 0; in extract_string() local70 if (backquote) in extract_string()73 backquote = 0; in extract_string()78 backquote = 1; in extract_string()
2686 * repo.c (extract_string): Reset backquote after one character.6538 immediate $(shell) instead of deferred backquote.
12 ${PACKAGE}FILES+= backquote-error1.013 ${PACKAGE}FILES+= backquote-error2.0
1 # $FreeBSD: stable/12/bin/sh/tests/errors/backquote-error1.0 213738 2010-10-12 18:20:38Z obrien $
1 # $FreeBSD: stable/12/bin/sh/tests/errors/backquote-error2.0 213738 2010-10-12 18:20:38Z obrien $
11 # empty string because backquote commands are executed in a
25 sh.glob.c: Wildcard matching. Also backquote, brace and tilde evaluation.
54 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
237 argbackq = arg->narg.backquote; in expandarg()1450 argbackq = pattern->narg.backquote; in casematch()1538 if (n->narg.backquote != NULL) { in freebsd_wordexpcmd()
186 bqlist = arg->narg.backquote; in sharg()
113 backquote nodelist # list of commands in back quotes
503 n2->narg.backquote = NULL; in command()709 n->narg.backquote = backquotelist; in makename()2183 n.narg.backquote = backquotelist; in expandstr()
413 int backquote = 0; in extract_string() local422 if (backquote) in extract_string()427 backquote = 1; in extract_string()
46120 deferred backquote.
1293 * src/options.cc (Options::print_options): Escape backquote inside
2430 quotes inside quoted backquote substitutions.