Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Drepo.c54 int backquote = 0; in extract_string() local
63 if (backquote) in extract_string()
66 backquote = 0; in extract_string()
71 backquote = 1; in extract_string()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Drepo.c60 int backquote = 0; in extract_string() local
69 if (backquote) in extract_string()
72 backquote = 0; in extract_string()
77 backquote = 1; in extract_string()
/dragonfly/bin/sh/pregenerated/
H A Dnodes.c188 sizenodelist(n->narg.backquote, result); in calcsize()
284 new->narg.backquote = copynodelist(n->narg.backquote, state); in copynode()
H A Dnodes.h98 struct nodelist *backquote; member
/dragonfly/tools/regression/bin/sh/errors/
H A Dbackquote-error1.01 # $FreeBSD: head/bin/sh/tests/errors/backquote-error1.0 213738 2010-10-12 18:20:38Z obrien $
H A Dbackquote-error2.01 # $FreeBSD: head/bin/sh/tests/errors/backquote-error2.0 213738 2010-10-12 18:20:38Z obrien $
/dragonfly/tools/regression/bin/sh/builtins/
H A Dtrap2.011 # empty string because backquote commands are executed in a
/dragonfly/bin/sh/
H A Dexpand.c237 argbackq = arg->narg.backquote; in expandarg()
1454 argbackq = pattern->narg.backquote; in casematch()
1542 if (n->narg.backquote != NULL) { in wordexp2cmd()
H A Dshow.c186 bqlist = arg->narg.backquote; in sharg()
H A Dnodetypes113 backquote nodelist # list of commands in back quotes
H A Dparser.c503 n2->narg.backquote = NULL; in command()
710 n->narg.backquote = backquotelist; in makename()
2184 n.narg.backquote = backquotelist; in expandstr()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dplugins.texi29 using backquote shell syntax to query the @file{plugin} directory.
447 plugin.so}, using backquote shell syntax to query the @file{plugin}
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcollect2.c451 int backquote = 0; in extract_string() local
460 if (backquote) in extract_string()
465 backquote = 1; in extract_string()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcollect2.c486 int backquote = 0; in extract_string() local
495 if (backquote) in extract_string()
500 backquote = 1; in extract_string()