Home
last modified time | relevance | path

Searched refs:slashes (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_bash5.tests1 # This testcase checks whether slashes in ${v/a/b} are parsed before
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_bash5.tests1 # This testcase checks whether slashes in ${v/a/b} are parsed before
/busybox-1.35.0/shell/
Dash.c6992 int slashes = 0; in scanright() local
6994 slashes++; in scanright()
6995 if (!(slashes & 1)) in scanright()