Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c481 #define NUMERIC_SPECVARS_STR ("_*@$!?#-" + 3) macro
6598 && strchr(NUMERIC_SPECVARS_STR, arg[0]) /* 1st char is special variable */ in expand_one_var()