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.c479 #define _SPECIAL_VARS_STR "_*@$!?#-" macro
5087 || (!strchr(_SPECIAL_VARS_STR, ch) && !isalnum(ch)) /* not one of those */ in parse_dollar()