Home
last modified time | relevance | path

Searched refs:dolatstr (Results 1 – 5 of 5) sorted by relevance

/dports/shells/dash/dash-0.5.11.5/src/
H A Dmystring.h42 extern const char dolatstr[];
H A Dmystring.c63 const char dolatstr[] = { CTLQUOTEMARK, CTLVAR, VSNORMAL, '@', '=', variable
H A Dparser.c392 n2->narg.text = (char *)dolatstr; in command()
H A Dexpand.c316 if (!inquotes && !memcmp(p, dolatstr + 1, in argstr()
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dash.c670 static const char dolatstr[] ALIGN1 = { variable
6326 if (inquotes && !memcmp(p, dolatstr + 1, DOLATSTRLEN - 1)) { in argstr()
11223 n2->narg.text = (char *)dolatstr; in parse_command()