Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c480 #define SPECIAL_VARS_STR ("_*@$!?#-" + 1) macro
6589 || (arg[2] == '\0' && strchr(SPECIAL_VARS_STR, arg[1])) /* or ${#C} "len of $C" ) */ in expand_one_var()