Searched refs:shellit (Results 1 – 1 of 1) sorted by relevance
14 shellit() function21 shellit "" "\$'a\\tb'" "a\tb" "" ""22 shellit "" "\"\$'a\\tb'\"" '$'"'"'a\\tb'"'" "" "" 26 shellit 'x=1;' '$((-x))' '-1' '' ''27 shellit 'x=0;' '$((x++)); echo $x' '01\n' '' ''28 shellit 'x=0;' '$((++x))' '1' '' ''29 shellit 'x=0;' '$((~x))' '-1' '' ''30 shellit 'x=1;' '$((!x))' '0' '' ''31 shellit 'x=0;' '$((!x))' '1' '' ''32 shellit 'x=2;' '$((2*x))' '4' '' ''[all …]